#6E041A

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

Shades of Burgundy #6E041A

Tints of Burgundy #6E041A

Color information

#6E041A (or 0x6E041A) is unknown color: approx Burgundy. HEX triplet: 6E, 04 and 1A. RGB value is (110,4,26). Sum of RGB (Red+Green+Blue) = 110+4+26=140 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 110 - color contains mainly: red. Hex color #6E041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E041A is #91FBE5. Grayscale: #262626. Windows color (decimal): -9567206 or 1705070. OLE color: 1705070.

HSL color Cylindrical-coordinate representation of color #6E041A: hue angle of 347.55º 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 #6E041A is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.57.

Color convert

RGB110426-
CMYK00.960.760.57
HSL347.55º92.98%22.35%-
HSV(B)347.55º96.36%43.14%-
XYZ6.663.481.3-
YUV38.2121.12179.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 78.57%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=78.57%
G=2.86%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.76
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11042600.960.760.57347.5592.9822.35
Hex6E41A0604C3915c5d16
Octal15643201401147153413526
Binary110111010011010011000001001100111001101011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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