Shades of Burgundy #67000C
Tints of Burgundy #67000C
RGB
CMYK
RGB Variations
Color information
#67000C (or 0x67000C) is known color: Burgundy. HEX triplet: 67, 00 and 0C. RGB value is (103,0,12). Sum of RGB (Red+Green+Blue) = 103+0+12=115 (15% of max value = 765). Red value is 103 (40.62% from 255 or 89.57% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 103 - color contains mainly: red. Hex color #67000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67000C is #98FFF3. Grayscale: #202020. Windows color (decimal): -10026996 or 786535. OLE color: 786535.
HSL color Cylindrical-coordinate representation of color #67000C: hue angle of 353.01º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #67000C is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.88 | 0.60 |
| HSL | 353.01º | 1% | 0.2% | - |
| HSV(B) | 353.01º | 1% | 0.4% | - |
| XYZ | 5.66 | 2.91 | 0.61 | - |
| YUV | 32.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 12 | 0 | 1 | 0.88 | 0.60 | 353.01 | 1 | 0.2 |
| Hex | 67 | 0 | C | 0 | 64 | 58 | 3C | 161 | 64 | 14 |
| Octal | 147 | 0 | 14 | 0 | 144 | 130 | 74 | 541 | 144 | 24 |
| Binary | 1100111 | 0 | 1100 | 0 | 1100100 | 1011000 | 111100 | 101100001 | 1100100 | 10100 |
Color Harmonies of #67000C
Complementary color
Monochromatic Colors of #67000C
Black with #67000C
Text Example
Text Example
White with #67000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67000C; }
p { color: rgb(103,0,12); }
H1.HeaderClassName
{
color: #67000C;
}
.AnyTagClassName
{
color: #67000C;
}
</style>
background-color css
<style>
a { background-color: #67000C; }
a { background-color: rgb(103,0,12); }
div.DivClassName
{
background-color: #67000C;
}
.BgClassName
{
background-color: #67000C;
}
</style>
border-color css
<style>
span { border-color: #67000C; }
span { border-color: rgb(103,0,12); }
td.TdClassName
{
border-color: #67000C;
}
.TagClassName
{
border-color: #67000C;
}
</style>