#6E020D

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

Shades of Burgundy #6E020D

Tints of Burgundy #6E020D

Color information

#6E020D (or 0x6E020D) is unknown color: approx Burgundy. HEX triplet: 6E, 02 and 0D. RGB value is (110,2,13). Sum of RGB (Red+Green+Blue) = 110+2+13=125 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 110 - color contains mainly: red. Hex color #6E020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E020D is #91FDF2. Grayscale: #232323. Windows color (decimal): -9567731 or 852590. OLE color: 852590.

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

Color convert

RGB110213-
CMYK00.980.880.57
HSL353.89º96.43%21.96%-
HSV(B)353.89º98.18%43.14%-
XYZ6.523.390.69-
YUV35.55115.28181.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 88%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=88%
G=1.6%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11021300.980.880.57353.8996.4321.96
Hex6E2D06258391626016
Octal15621501421307154214026
Binary1101110101101011000101011000111001101100010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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