#6E080B

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

Shades of Burgundy #6E080B

Tints of Burgundy #6E080B

Color information

#6E080B (or 0x6E080B) is unknown color: approx Burgundy. HEX triplet: 6E, 08 and 0B. RGB value is (110,8,11). Sum of RGB (Red+Green+Blue) = 110+8+11=129 (17% of max value = 765). Red value is 110 (43.36% from 255 or 85.27% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 110 - color contains mainly: red. Hex color #6E080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E080B is #91F7F4. Grayscale: #262626. Windows color (decimal): -9566197 or 723054. OLE color: 723054.

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

Color convert

RGB110811-
CMYK00.930.90.57
HSL358.24º86.44%23.14%-
HSV(B)358.24º92.73%43.14%-
XYZ6.583.510.65-
YUV38.84112.29178.76-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 85.27%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=85.27%
G=6.20%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.9
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11081100.930.90.57358.2486.4423.14
Hex6E8B05D5A391665617
Octal156101301351327154612627
Binary110111010001011010111011011010111001101100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,8,11); }

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

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

 a { background-color: rgb(110,8,11); }

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

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

 span { border-color: rgb(110,8,11); }

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