Shades of Burgundy #67000B
Tints of Burgundy #67000B
RGB
CMYK
RGB Variations
Color information
#67000B (or 0x67000B) is known color: Burgundy. HEX triplet: 67, 00 and 0B. RGB value is (103,0,11). Sum of RGB (Red+Green+Blue) = 103+0+11=114 (15% of max value = 765). Red value is 103 (40.62% from 255 or 90.35% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 103 - color contains mainly: red. Hex color #67000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67000B is #98FFF4. Grayscale: #202020. Windows color (decimal): -10026997 or 720999. OLE color: 720999.
HSL color Cylindrical-coordinate representation of color #67000B: hue angle of 353.59º 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 #67000B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.89 | 0.60 |
| HSL | 353.59º | 1% | 0.2% | - |
| HSV(B) | 353.59º | 1% | 0.4% | - |
| XYZ | 5.65 | 2.91 | 0.58 | - |
| YUV | 32.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 11 | 0 | 1 | 0.89 | 0.60 | 353.59 | 1 | 0.2 |
| Hex | 67 | 0 | B | 0 | 64 | 59 | 3C | 162 | 64 | 14 |
| Octal | 147 | 0 | 13 | 0 | 144 | 131 | 74 | 542 | 144 | 24 |
| Binary | 1100111 | 0 | 1011 | 0 | 1100100 | 1011001 | 111100 | 101100010 | 1100100 | 10100 |
Color Harmonies of #67000B
Complementary color
Monochromatic Colors of #67000B
Black with #67000B
Text Example
Text Example
White with #67000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67000B; }
p { color: rgb(103,0,11); }
H1.HeaderClassName
{
color: #67000B;
}
.AnyTagClassName
{
color: #67000B;
}
</style>
background-color css
<style>
a { background-color: #67000B; }
a { background-color: rgb(103,0,11); }
div.DivClassName
{
background-color: #67000B;
}
.BgClassName
{
background-color: #67000B;
}
</style>
border-color css
<style>
span { border-color: #67000B; }
span { border-color: rgb(103,0,11); }
td.TdClassName
{
border-color: #67000B;
}
.TagClassName
{
border-color: #67000B;
}
</style>