#8B1030

Color #8B1030 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #8B1030

Tints of Burgundy #8B1030

Color information

#8B1030 (or 0x8B1030) is unknown color: approx Burgundy. HEX triplet: 8B, 10 and 30. RGB value is (139,16,48). Sum of RGB (Red+Green+Blue) = 139+16+48=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1030 is #74EFCF. Grayscale: #383838. Windows color (decimal): -7663568 or 3149963. OLE color: 3149963.

HSL color Cylindrical-coordinate representation of color #8B1030: hue angle of 344.39º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1030 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1391648-
CMYK00.880.650.45
HSL344.39º79.35%30.39%-
HSV(B)344.39º88.49%54.51%-
XYZ11.376.073.37-
YUV56.42123.25186.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 68.47%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=68.47%
G=7.88%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139164800.880.650.45344.3979.3530.39
Hex8B1030058412D1584f1e
Octal213206001301015553011736
Binary1000101110000110000010110001000001101101101011000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B1030; }

 p { color: rgb(139,16,48); }

 H1.HeaderClassName
 {
   color: #8B1030;
 }
 .AnyTagClassName
 {
   color: #8B1030;
 }
</style>
background-color css

<style>
 a { background-color: #8B1030; }

 a { background-color: rgb(139,16,48); }

 div.DivClassName
 {
   background-color: #8B1030;
 }
 .BgClassName
 {
   background-color: #8B1030;
 }
</style>
border-color css

<style>
 span { border-color: #8B1030; }

 span { border-color: rgb(139,16,48); }

 td.TdClassName
 {
   border-color: #8B1030;
 }
 .TagClassName
 {
   border-color: #8B1030;
 }
</style>