Shades of Burgundy #6C0310
Tints of Burgundy #6C0310
RGB
CMYK
RGB Variations
Color information
#6C0310 (or 0x6C0310) is known color: Burgundy. HEX triplet: 6C, 03 and 10. RGB value is (108,3,16). Sum of RGB (Red+Green+Blue) = 108+3+16=127 (16% of max value = 765). Red value is 108 (42.58% from 255 or 85.04% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0310 is #93FCEF. Grayscale: #232323. Windows color (decimal): -9698544 or 1049452. OLE color: 1049452.
HSL color Cylindrical-coordinate representation of color #6C0310: hue angle of 352.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0310 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 16 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.58 |
| HSL | 352.57º | 0.95% | 0.22% | - |
| HSV(B) | 352.57º | 0.97% | 0.42% | - |
| XYZ | 6.31 | 3.29 | 0.79 | - |
| YUV | 35.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 16 | 0 | 0.97 | 0.85 | 0.58 | 352.57 | 0.95 | 0.22 |
| Hex | 6C | 3 | 10 | 0 | 61 | 55 | 3A | 161 | 5F | 16 |
| Octal | 154 | 3 | 20 | 0 | 141 | 125 | 72 | 541 | 137 | 26 |
| Binary | 1101100 | 11 | 10000 | 0 | 1100001 | 1010101 | 111010 | 101100001 | 1011111 | 10110 |
Color Harmonies of #6C0310
Complementary color
Monochromatic Colors of #6C0310
Black with #6C0310
Text Example
Text Example
White with #6C0310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0310; }
p { color: rgb(108,3,16); }
H1.HeaderClassName
{
color: #6C0310;
}
.AnyTagClassName
{
color: #6C0310;
}
</style>
background-color css
<style>
a { background-color: #6C0310; }
a { background-color: rgb(108,3,16); }
div.DivClassName
{
background-color: #6C0310;
}
.BgClassName
{
background-color: #6C0310;
}
</style>
border-color css
<style>
span { border-color: #6C0310; }
span { border-color: rgb(108,3,16); }
td.TdClassName
{
border-color: #6C0310;
}
.TagClassName
{
border-color: #6C0310;
}
</style>