#6E000B

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

Shades of Burgundy #6E000B

Tints of Burgundy #6E000B

Color information

#6E000B (or 0x6E000B) is unknown color: approx Burgundy. HEX triplet: 6E, 00 and 0B. RGB value is (110,0,11). Sum of RGB (Red+Green+Blue) = 110+0+11=121 (16% of max value = 765). Red value is 110 (43.36% from 255 or 90.91% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 110 - color contains mainly: red. Hex color #6E000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E000B is #91FFF4. Grayscale: #222222. Windows color (decimal): -9568245 or 721006. OLE color: 721006.

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

Color convert

RGB110011-
CMYK010.90.57
HSL354º100%21.57%-
HSV(B)354º100%43.14%-
XYZ6.493.340.62-
YUV34.14114.94182.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 90.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=90.91%
G=0%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.9
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110011010.90.5735410021.57
Hex6E0B0645A391626416
Octal15601301441327154214426
Binary110111001011011001001011010111001101100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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