#6D010C

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

Shades of Burgundy #6D010C

Tints of Burgundy #6D010C

Color information

#6D010C (or 0x6D010C) is unknown color: approx Burgundy. HEX triplet: 6D, 01 and 0C. RGB value is (109,1,12). Sum of RGB (Red+Green+Blue) = 109+1+12=122 (16% of max value = 765). Red value is 109 (42.97% from 255 or 89.34% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 109 - color contains mainly: red. Hex color #6D010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D010C is #92FEF3. Grayscale: #222222. Windows color (decimal): -9633524 or 786797. OLE color: 786797.

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

Color convert

RGB109112-
CMYK00.990.890.57
HSL353.89º98.18%21.57%-
HSV(B)353.89º99.08%42.75%-
XYZ6.383.30.65-
YUV34.55115.28181.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 89.34%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 12 (5.08% from 255) = 9.84%
R=89.34%
G=0.82%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10911200.990.890.57353.8998.1821.57
Hex6D1C06359391626216
Octal15511401431317154214226
Binary110110111100011000111011001111001101100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,1,12); }

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

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

 a { background-color: rgb(109,1,12); }

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

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

 span { border-color: rgb(109,1,12); }

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