#6E010D

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

Shades of Burgundy #6E010D

Tints of Burgundy #6E010D

Color information

#6E010D (or 0x6E010D) is unknown color: approx Burgundy. HEX triplet: 6E, 01 and 0D. RGB value is (110,1,13). Sum of RGB (Red+Green+Blue) = 110+1+13=124 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88.71% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 110 - color contains mainly: red. Hex color #6E010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E010D is #91FEF2. Grayscale: #232323. Windows color (decimal): -9567987 or 852334. OLE color: 852334.

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

Color convert

RGB110113-
CMYK00.990.880.57
HSL353.39º98.2%21.76%-
HSV(B)353.39º99.09%43.14%-
XYZ6.513.370.69-
YUV34.96115.61181.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 88.71%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=88.71%
G=0.81%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11011300.990.880.57353.3998.221.76
Hex6E1D06358391616216
Octal15611501431307154114226
Binary110111011101011000111011000111001101100001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,1,13); }

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

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

 a { background-color: rgb(110,1,13); }

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

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

 span { border-color: rgb(110,1,13); }

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