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