#6B0412

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

Shades of Burgundy #6B0412

Tints of Burgundy #6B0412

Color information

#6B0412 (or 0x6B0412) is unknown color: approx Burgundy. HEX triplet: 6B, 04 and 12. RGB value is (107,4,18). Sum of RGB (Red+Green+Blue) = 107+4+18=129 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.95% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0412 is #94FBED. Grayscale: #242424. Windows color (decimal): -9763822 or 1180779. OLE color: 1180779.

HSL color Cylindrical-coordinate representation of color #6B0412: hue angle of 351.84º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0412 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB107418-
CMYK00.960.830.58
HSL351.84º92.79%21.76%-
HSV(B)351.84º96.26%41.96%-
XYZ6.223.260.87-
YUV36.39117.62178.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 82.95%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=82.95%
G=3.10%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10741800.960.830.58351.8492.7921.76
Hex6B412060533A1605d16
Octal15342201401237254013526
Binary110101110010010011000001010011111010101100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0412; }

 p { color: rgb(107,4,18); }

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

<style>
 a { background-color: #6B0412; }

 a { background-color: rgb(107,4,18); }

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

<style>
 span { border-color: #6B0412; }

 span { border-color: rgb(107,4,18); }

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