#6E0911

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

Shades of Burgundy #6E0911

Tints of Burgundy #6E0911

Color information

#6E0911 (or 0x6E0911) is unknown color: approx Burgundy. HEX triplet: 6E, 09 and 11. RGB value is (110,9,17). Sum of RGB (Red+Green+Blue) = 110+9+17=136 (18% of max value = 765). Red value is 110 (43.36% from 255 or 80.88% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0911 is #91F6EE. Grayscale: #282828. Windows color (decimal): -9565935 or 1116526. OLE color: 1116526.

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

Color convert

RGB110917-
CMYK00.920.850.57
HSL355.25º84.87%23.33%-
HSV(B)355.25º91.82%43.14%-
XYZ6.633.550.87-
YUV40.11114.96177.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 80.88%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=80.88%
G=6.62%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11091700.920.850.57355.2584.8723.33
Hex6E91105C55391635517
Octal156112101341257154312527
Binary1101110100110001010111001010101111001101100011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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