#6E090C

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

Shades of Burgundy #6E090C

Tints of Burgundy #6E090C

Color information

#6E090C (or 0x6E090C) is unknown color: approx Burgundy. HEX triplet: 6E, 09 and 0C. RGB value is (110,9,12). Sum of RGB (Red+Green+Blue) = 110+9+12=131 (17% of max value = 765). Red value is 110 (43.36% from 255 or 83.97% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 110 - color contains mainly: red. Hex color #6E090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E090C is #91F6F3. Grayscale: #272727. Windows color (decimal): -9565940 or 788846. OLE color: 788846.

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

Color convert

RGB110912-
CMYK00.920.890.57
HSL358.22º84.87%23.33%-
HSV(B)358.22º91.82%43.14%-
XYZ6.593.540.68-
YUV39.54112.46178.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 83.97%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=83.97%
G=6.87%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11091200.920.890.57358.2284.8723.33
Hex6E9C05C59391665517
Octal156111401341317154612527
Binary110111010011100010111001011001111001101100110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,9,12); }

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

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

 a { background-color: rgb(110,9,12); }

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

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

 span { border-color: rgb(110,9,12); }

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