#6E0118

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

Shades of Burgundy #6E0118

Tints of Burgundy #6E0118

Color information

#6E0118 (or 0x6E0118) is unknown color: approx Burgundy. HEX triplet: 6E, 01 and 18. RGB value is (110,1,24). Sum of RGB (Red+Green+Blue) = 110+1+24=135 (17% of max value = 765). Red value is 110 (43.36% from 255 or 81.48% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0118 is #91FEE7. Grayscale: #242424. Windows color (decimal): -9567976 or 1573230. OLE color: 1573230.

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

Color convert

RGB110124-
CMYK00.990.780.57
HSL347.34º98.2%21.76%-
HSV(B)347.34º99.09%43.14%-
XYZ6.613.41.17-
YUV36.21121.11180.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 81.48%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=81.48%
G=0.74%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11012400.990.780.57347.3498.221.76
Hex6E1180634E3915b6216
Octal15613001431167153314226
Binary1101110111000011000111001110111001101011011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,1,24); }

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

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

 a { background-color: rgb(110,1,24); }

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

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

 span { border-color: rgb(110,1,24); }

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