#6E050D

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

Shades of Burgundy #6E050D

Tints of Burgundy #6E050D

Color information

#6E050D (or 0x6E050D) is unknown color: approx Burgundy. HEX triplet: 6E, 05 and 0D. RGB value is (110,5,13). Sum of RGB (Red+Green+Blue) = 110+5+13=128 (16% of max value = 765). Red value is 110 (43.36% from 255 or 85.94% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 110 - color contains mainly: red. Hex color #6E050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E050D is #91FAF2. Grayscale: #252525. Windows color (decimal): -9566963 or 853358. OLE color: 853358.

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

Color convert

RGB110513-
CMYK00.950.880.57
HSL355.43º91.3%22.55%-
HSV(B)355.43º95.45%43.14%-
XYZ6.563.450.7-
YUV37.31114.29179.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 85.94%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=85.94%
G=3.91%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11051300.950.880.57355.4391.322.55
Hex6E5D05F58391635b17
Octal15651501371307154313327
Binary11011101011101010111111011000111001101100011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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