Shades of Burgundy #67010C
Tints of Burgundy #67010C
RGB
CMYK
RGB Variations
Color information
#67010C (or 0x67010C) is known color: Burgundy. HEX triplet: 67, 01 and 0C. RGB value is (103,1,12). Sum of RGB (Red+Green+Blue) = 103+1+12=116 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.79% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 103 - color contains mainly: red. Hex color #67010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67010C is #98FEF3. Grayscale: #202020. Windows color (decimal): -10026740 or 786791. OLE color: 786791.
HSL color Cylindrical-coordinate representation of color #67010C: hue angle of 353.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67010C is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.60 |
| HSL | 353.53º | 0.98% | 0.2% | - |
| HSV(B) | 353.53º | 0.99% | 0.4% | - |
| XYZ | 5.67 | 2.93 | 0.61 | - |
| YUV | 32.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 12 | 0 | 0.99 | 0.88 | 0.60 | 353.53 | 0.98 | 0.2 |
| Hex | 67 | 1 | C | 0 | 63 | 58 | 3C | 162 | 62 | 14 |
| Octal | 147 | 1 | 14 | 0 | 143 | 130 | 74 | 542 | 142 | 24 |
| Binary | 1100111 | 1 | 1100 | 0 | 1100011 | 1011000 | 111100 | 101100010 | 1100010 | 10100 |
Color Harmonies of #67010C
Complementary color
Monochromatic Colors of #67010C
Black with #67010C
Text Example
Text Example
White with #67010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67010C; }
p { color: rgb(103,1,12); }
H1.HeaderClassName
{
color: #67010C;
}
.AnyTagClassName
{
color: #67010C;
}
</style>
background-color css
<style>
a { background-color: #67010C; }
a { background-color: rgb(103,1,12); }
div.DivClassName
{
background-color: #67010C;
}
.BgClassName
{
background-color: #67010C;
}
</style>
border-color css
<style>
span { border-color: #67010C; }
span { border-color: rgb(103,1,12); }
td.TdClassName
{
border-color: #67010C;
}
.TagClassName
{
border-color: #67010C;
}
</style>