Shades of Burgundy #6C030B
Tints of Burgundy #6C030B
RGB
CMYK
RGB Variations
Color information
#6C030B (or 0x6C030B) is known color: Burgundy. HEX triplet: 6C, 03 and 0B. RGB value is (108,3,11). Sum of RGB (Red+Green+Blue) = 108+3+11=122 (16% of max value = 765). Red value is 108 (42.58% from 255 or 88.52% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 108 - color contains mainly: red. Hex color #6C030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C030B is #93FCF4. Grayscale: #232323. Windows color (decimal): -9698549 or 721772. OLE color: 721772.
HSL color Cylindrical-coordinate representation of color #6C030B: hue angle of 355.43º 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 #6C030B is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.58 |
| HSL | 355.43º | 0.95% | 0.22% | - |
| HSV(B) | 355.43º | 0.97% | 0.42% | - |
| XYZ | 6.28 | 3.28 | 0.62 | - |
| YUV | 35.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 11 | 0 | 0.97 | 0.90 | 0.58 | 355.43 | 0.95 | 0.22 |
| Hex | 6C | 3 | B | 0 | 61 | 5A | 3A | 163 | 5F | 16 |
| Octal | 154 | 3 | 13 | 0 | 141 | 132 | 72 | 543 | 137 | 26 |
| Binary | 1101100 | 11 | 1011 | 0 | 1100001 | 1011010 | 111010 | 101100011 | 1011111 | 10110 |
Color Harmonies of #6C030B
Complementary color
Monochromatic Colors of #6C030B
Black with #6C030B
Text Example
Text Example
White with #6C030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C030B; }
p { color: rgb(108,3,11); }
H1.HeaderClassName
{
color: #6C030B;
}
.AnyTagClassName
{
color: #6C030B;
}
</style>
background-color css
<style>
a { background-color: #6C030B; }
a { background-color: rgb(108,3,11); }
div.DivClassName
{
background-color: #6C030B;
}
.BgClassName
{
background-color: #6C030B;
}
</style>
border-color css
<style>
span { border-color: #6C030B; }
span { border-color: rgb(108,3,11); }
td.TdClassName
{
border-color: #6C030B;
}
.TagClassName
{
border-color: #6C030B;
}
</style>