Shades of Maroon #700B00
Tints of Maroon #700B00
RGB
CMYK
RGB Variations
Color information
#700B00 (or 0x700B00) is known color: Maroon. HEX triplet: 70, 0B and 00. RGB value is (112,11,0). Sum of RGB (Red+Green+Blue) = 112+11+0=123 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.06% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 112 - color contains mainly: red. Hex color #700B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700B00 is #8FF4FF. Grayscale: #282828. Windows color (decimal): -9434368 or 2928. OLE color: 2928.
HSL color Cylindrical-coordinate representation of color #700B00: hue angle of 5.89º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700B00 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 11 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.56 |
| HSL | 5.89º | 1% | 0.22% | - |
| HSV(B) | 5.89º | 1% | 0.44% | - |
| XYZ | 6.8 | 3.68 | 0.35 | - |
| YUV | 39.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 11 | 0 | 0 | 0.90 | 1 | 0.56 | 5.89 | 1 | 0.22 |
| Hex | 70 | B | 0 | 0 | 5A | 64 | 38 | 6 | 64 | 16 |
| Octal | 160 | 13 | 0 | 0 | 132 | 144 | 70 | 6 | 144 | 26 |
| Binary | 1110000 | 1011 | 0 | 0 | 1011010 | 1100100 | 111000 | 110 | 1100100 | 10110 |
Color Harmonies of #700B00
Complementary color
Monochromatic Colors of #700B00
Black with #700B00
Text Example
Text Example
White with #700B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700B00; }
p { color: rgb(112,11,0); }
H1.HeaderClassName
{
color: #700B00;
}
.AnyTagClassName
{
color: #700B00;
}
</style>
background-color css
<style>
a { background-color: #700B00; }
a { background-color: rgb(112,11,0); }
div.DivClassName
{
background-color: #700B00;
}
.BgClassName
{
background-color: #700B00;
}
</style>
border-color css
<style>
span { border-color: #700B00; }
span { border-color: rgb(112,11,0); }
td.TdClassName
{
border-color: #700B00;
}
.TagClassName
{
border-color: #700B00;
}
</style>