Shades of Burgundy #6C010F
Tints of Burgundy #6C010F
RGB
CMYK
RGB Variations
Color information
#6C010F (or 0x6C010F) is known color: Burgundy. HEX triplet: 6C, 01 and 0F. RGB value is (108,1,15). Sum of RGB (Red+Green+Blue) = 108+1+15=124 (16% of max value = 765). Red value is 108 (42.58% from 255 or 87.10% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 108 - color contains mainly: red. Hex color #6C010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C010F is #93FEF0. Grayscale: #222222. Windows color (decimal): -9699057 or 983404. OLE color: 983404.
HSL color Cylindrical-coordinate representation of color #6C010F: hue angle of 352.15º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C010F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 15 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.58 |
| HSL | 352.15º | 0.98% | 0.21% | - |
| HSV(B) | 352.15º | 0.99% | 0.42% | - |
| XYZ | 6.28 | 3.24 | 0.75 | - |
| YUV | 34.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 15 | 0 | 0.99 | 0.86 | 0.58 | 352.15 | 0.98 | 0.21 |
| Hex | 6C | 1 | F | 0 | 63 | 56 | 3A | 160 | 62 | 15 |
| Octal | 154 | 1 | 17 | 0 | 143 | 126 | 72 | 540 | 142 | 25 |
| Binary | 1101100 | 1 | 1111 | 0 | 1100011 | 1010110 | 111010 | 101100000 | 1100010 | 10101 |
Color Harmonies of #6C010F
Complementary color
Monochromatic Colors of #6C010F
Black with #6C010F
Text Example
Text Example
White with #6C010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C010F; }
p { color: rgb(108,1,15); }
H1.HeaderClassName
{
color: #6C010F;
}
.AnyTagClassName
{
color: #6C010F;
}
</style>
background-color css
<style>
a { background-color: #6C010F; }
a { background-color: rgb(108,1,15); }
div.DivClassName
{
background-color: #6C010F;
}
.BgClassName
{
background-color: #6C010F;
}
</style>
border-color css
<style>
span { border-color: #6C010F; }
span { border-color: rgb(108,1,15); }
td.TdClassName
{
border-color: #6C010F;
}
.TagClassName
{
border-color: #6C010F;
}
</style>