Shades of Burgundy #6C050D
Tints of Burgundy #6C050D
RGB
CMYK
RGB Variations
Color information
#6C050D (or 0x6C050D) is known color: Burgundy. HEX triplet: 6C, 05 and 0D. RGB value is (108,5,13). Sum of RGB (Red+Green+Blue) = 108+5+13=126 (16% of max value = 765). Red value is 108 (42.58% from 255 or 85.71% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 108 - color contains mainly: red. Hex color #6C050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C050D is #93FAF2. Grayscale: #242424. Windows color (decimal): -9698035 or 853356. OLE color: 853356.
HSL color Cylindrical-coordinate representation of color #6C050D: hue angle of 355.34º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C050D is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 5 | 13 | - |
| CMYK | 0 | 0.95 | 0.88 | 0.58 |
| HSL | 355.34º | 0.91% | 0.22% | - |
| HSV(B) | 355.34º | 0.95% | 0.42% | - |
| XYZ | 6.31 | 3.33 | 0.69 | - |
| YUV | 36.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 5 | 13 | 0 | 0.95 | 0.88 | 0.58 | 355.34 | 0.91 | 0.22 |
| Hex | 6C | 5 | D | 0 | 5F | 58 | 3A | 163 | 5B | 16 |
| Octal | 154 | 5 | 15 | 0 | 137 | 130 | 72 | 543 | 133 | 26 |
| Binary | 1101100 | 101 | 1101 | 0 | 1011111 | 1011000 | 111010 | 101100011 | 1011011 | 10110 |
Color Harmonies of #6C050D
Complementary color
Monochromatic Colors of #6C050D
Black with #6C050D
Text Example
Text Example
White with #6C050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C050D; }
p { color: rgb(108,5,13); }
H1.HeaderClassName
{
color: #6C050D;
}
.AnyTagClassName
{
color: #6C050D;
}
</style>
background-color css
<style>
a { background-color: #6C050D; }
a { background-color: rgb(108,5,13); }
div.DivClassName
{
background-color: #6C050D;
}
.BgClassName
{
background-color: #6C050D;
}
</style>
border-color css
<style>
span { border-color: #6C050D; }
span { border-color: rgb(108,5,13); }
td.TdClassName
{
border-color: #6C050D;
}
.TagClassName
{
border-color: #6C050D;
}
</style>