Shades of Burgundy #67010E
Tints of Burgundy #67010E
RGB
CMYK
RGB Variations
Color information
#67010E (or 0x67010E) is known color: Burgundy. HEX triplet: 67, 01 and 0E. RGB value is (103,1,14). Sum of RGB (Red+Green+Blue) = 103+1+14=118 (15% of max value = 765). Red value is 103 (40.62% from 255 or 87.29% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 103 - color contains mainly: red. Hex color #67010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67010E is #98FEF1. Grayscale: #212121. Windows color (decimal): -10026738 or 917863. OLE color: 917863.
HSL color Cylindrical-coordinate representation of color #67010E: hue angle of 352.35º 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 #67010E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.60 |
| HSL | 352.35º | 0.98% | 0.2% | - |
| HSV(B) | 352.35º | 0.99% | 0.4% | - |
| XYZ | 5.68 | 2.94 | 0.68 | - |
| YUV | 32.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 14 | 0 | 0.99 | 0.86 | 0.60 | 352.35 | 0.98 | 0.2 |
| Hex | 67 | 1 | E | 0 | 63 | 56 | 3C | 160 | 62 | 14 |
| Octal | 147 | 1 | 16 | 0 | 143 | 126 | 74 | 540 | 142 | 24 |
| Binary | 1100111 | 1 | 1110 | 0 | 1100011 | 1010110 | 111100 | 101100000 | 1100010 | 10100 |
Color Harmonies of #67010E
Complementary color
Monochromatic Colors of #67010E
Black with #67010E
Text Example
Text Example
White with #67010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67010E; }
p { color: rgb(103,1,14); }
H1.HeaderClassName
{
color: #67010E;
}
.AnyTagClassName
{
color: #67010E;
}
</style>
background-color css
<style>
a { background-color: #67010E; }
a { background-color: rgb(103,1,14); }
div.DivClassName
{
background-color: #67010E;
}
.BgClassName
{
background-color: #67010E;
}
</style>
border-color css
<style>
span { border-color: #67010E; }
span { border-color: rgb(103,1,14); }
td.TdClassName
{
border-color: #67010E;
}
.TagClassName
{
border-color: #67010E;
}
</style>