Shades of Maroon #700905
Tints of Maroon #700905
RGB
CMYK
RGB Variations
Color information
#700905 (or 0x700905) is known color: Maroon. HEX triplet: 70, 09 and 05. RGB value is (112,9,5). Sum of RGB (Red+Green+Blue) = 112+9+5=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #700905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700905 is #8FF6FA. Grayscale: #272727. Windows color (decimal): -9434875 or 330096. OLE color: 330096.
HSL color Cylindrical-coordinate representation of color #700905: hue angle of 2.24º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700905 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 9 | 5 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.56 |
| HSL | 2.24º | 0.91% | 0.23% | - |
| HSV(B) | 2.24º | 0.96% | 0.44% | - |
| XYZ | 6.81 | 3.65 | 0.49 | - |
| YUV | 39.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 5 | 0 | 0.92 | 0.96 | 0.56 | 2.24 | 0.91 | 0.23 |
| Hex | 70 | 9 | 5 | 0 | 5C | 60 | 38 | 2 | 5B | 17 |
| Octal | 160 | 11 | 5 | 0 | 134 | 140 | 70 | 2 | 133 | 27 |
| Binary | 1110000 | 1001 | 101 | 0 | 1011100 | 1100000 | 111000 | 10 | 1011011 | 10111 |
Color Harmonies of #700905
Complementary color
Monochromatic Colors of #700905
Black with #700905
Text Example
Text Example
White with #700905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700905; }
p { color: rgb(112,9,5); }
H1.HeaderClassName
{
color: #700905;
}
.AnyTagClassName
{
color: #700905;
}
</style>
background-color css
<style>
a { background-color: #700905; }
a { background-color: rgb(112,9,5); }
div.DivClassName
{
background-color: #700905;
}
.BgClassName
{
background-color: #700905;
}
</style>
border-color css
<style>
span { border-color: #700905; }
span { border-color: rgb(112,9,5); }
td.TdClassName
{
border-color: #700905;
}
.TagClassName
{
border-color: #700905;
}
</style>