#6D000C

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

Shades of Burgundy #6D000C

Tints of Burgundy #6D000C

Color information

#6D000C (or 0x6D000C) is unknown color: approx Burgundy. HEX triplet: 6D, 00 and 0C. RGB value is (109,0,12). Sum of RGB (Red+Green+Blue) = 109+0+12=121 (16% of max value = 765). Red value is 109 (42.97% from 255 or 90.08% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 109 - color contains mainly: red. Hex color #6D000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D000C is #92FFF3. Grayscale: #222222. Windows color (decimal): -9633780 or 786541. OLE color: 786541.

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

Color convert

RGB109012-
CMYK010.890.57
HSL353.39º100%21.37%-
HSV(B)353.39º100%42.75%-
XYZ6.373.280.64-
YUV33.96115.61181.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 90.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=90.08%
G=0%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109012010.890.57353.3910021.37
Hex6D0C06459391616415
Octal15501401441317154114425
Binary110110101100011001001011001111001101100001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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