#6E0010

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

Shades of Burgundy #6E0010

Tints of Burgundy #6E0010

Color information

#6E0010 (or 0x6E0010) is unknown color: approx Burgundy. HEX triplet: 6E, 00 and 10. RGB value is (110,0,16). Sum of RGB (Red+Green+Blue) = 110+0+16=126 (16% of max value = 765). Red value is 110 (43.36% from 255 or 87.30% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0010 is #91FFEF. Grayscale: #222222. Windows color (decimal): -9568240 or 1048686. OLE color: 1048686.

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

Color convert

RGB110016-
CMYK010.850.57
HSL351.27º100%21.57%-
HSV(B)351.27º100%43.14%-
XYZ6.523.350.79-
YUV34.71117.44181.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 87.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=87.30%
G=0%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110016010.850.57351.2710021.57
Hex6E010064553915f6416
Octal15602001441257153714426
Binary1101110010000011001001010101111001101011111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,16); }

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

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

 a { background-color: rgb(110,0,16); }

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

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

 span { border-color: rgb(110,0,16); }

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