#6E0412

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

Shades of Burgundy #6E0412

Tints of Burgundy #6E0412

Color information

#6E0412 (or 0x6E0412) is unknown color: approx Burgundy. HEX triplet: 6E, 04 and 12. RGB value is (110,4,18). Sum of RGB (Red+Green+Blue) = 110+4+18=132 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.33% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0412 is #91FBED. Grayscale: #252525. Windows color (decimal): -9567214 or 1180782. OLE color: 1180782.

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

Color convert

RGB110418-
CMYK00.960.840.57
HSL352.08º92.98%22.35%-
HSV(B)352.08º96.36%43.14%-
XYZ6.583.450.89-
YUV37.29117.12179.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=83.33%
G=3.03%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11041800.960.840.57352.0892.9822.35
Hex6E41206054391605d16
Octal15642201401247154013526
Binary110111010010010011000001010100111001101100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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