Shades of Burgundy #67010D
Tints of Burgundy #67010D
RGB
CMYK
RGB Variations
Color information
#67010D (or 0x67010D) is known color: Burgundy. HEX triplet: 67, 01 and 0D. RGB value is (103,1,13). Sum of RGB (Red+Green+Blue) = 103+1+13=117 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.03% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 103 - color contains mainly: red. Hex color #67010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67010D is #98FEF2. Grayscale: #202020. Windows color (decimal): -10026739 or 852327. OLE color: 852327.
HSL color Cylindrical-coordinate representation of color #67010D: hue angle of 352.94º 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 #67010D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.60 |
| HSL | 352.94º | 0.98% | 0.2% | - |
| HSV(B) | 352.94º | 0.99% | 0.4% | - |
| XYZ | 5.68 | 2.93 | 0.65 | - |
| YUV | 32.87 | 116.79 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 13 | 0 | 0.99 | 0.87 | 0.60 | 352.94 | 0.98 | 0.2 |
| Hex | 67 | 1 | D | 0 | 63 | 57 | 3C | 161 | 62 | 14 |
| Octal | 147 | 1 | 15 | 0 | 143 | 127 | 74 | 541 | 142 | 24 |
| Binary | 1100111 | 1 | 1101 | 0 | 1100011 | 1010111 | 111100 | 101100001 | 1100010 | 10100 |
Color Harmonies of #67010D
Complementary color
Monochromatic Colors of #67010D
Black with #67010D
Text Example
Text Example
White with #67010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67010D; }
p { color: rgb(103,1,13); }
H1.HeaderClassName
{
color: #67010D;
}
.AnyTagClassName
{
color: #67010D;
}
</style>
background-color css
<style>
a { background-color: #67010D; }
a { background-color: rgb(103,1,13); }
div.DivClassName
{
background-color: #67010D;
}
.BgClassName
{
background-color: #67010D;
}
</style>
border-color css
<style>
span { border-color: #67010D; }
span { border-color: rgb(103,1,13); }
td.TdClassName
{
border-color: #67010D;
}
.TagClassName
{
border-color: #67010D;
}
</style>