Shades of Burgundy #6C000F
Tints of Burgundy #6C000F
RGB
CMYK
RGB Variations
Color information
#6C000F (or 0x6C000F) is known color: Burgundy. HEX triplet: 6C, 00 and 0F. RGB value is (108,0,15). Sum of RGB (Red+Green+Blue) = 108+0+15=123 (16% of max value = 765). Red value is 108 (42.58% from 255 or 87.80% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 108 - color contains mainly: red. Hex color #6C000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C000F is #93FFF0. Grayscale: #222222. Windows color (decimal): -9699313 or 983148. OLE color: 983148.
HSL color Cylindrical-coordinate representation of color #6C000F: hue angle of 351.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C000F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.86 | 0.58 |
| HSL | 351.67º | 1% | 0.21% | - |
| HSV(B) | 351.67º | 1% | 0.42% | - |
| XYZ | 6.27 | 3.22 | 0.74 | - |
| YUV | 34 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 15 | 0 | 1 | 0.86 | 0.58 | 351.67 | 1 | 0.21 |
| Hex | 6C | 0 | F | 0 | 64 | 56 | 3A | 160 | 64 | 15 |
| Octal | 154 | 0 | 17 | 0 | 144 | 126 | 72 | 540 | 144 | 25 |
| Binary | 1101100 | 0 | 1111 | 0 | 1100100 | 1010110 | 111010 | 101100000 | 1100100 | 10101 |
Color Harmonies of #6C000F
Complementary color
Monochromatic Colors of #6C000F
Black with #6C000F
Text Example
Text Example
White with #6C000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C000F; }
p { color: rgb(108,0,15); }
H1.HeaderClassName
{
color: #6C000F;
}
.AnyTagClassName
{
color: #6C000F;
}
</style>
background-color css
<style>
a { background-color: #6C000F; }
a { background-color: rgb(108,0,15); }
div.DivClassName
{
background-color: #6C000F;
}
.BgClassName
{
background-color: #6C000F;
}
</style>
border-color css
<style>
span { border-color: #6C000F; }
span { border-color: rgb(108,0,15); }
td.TdClassName
{
border-color: #6C000F;
}
.TagClassName
{
border-color: #6C000F;
}
</style>