Shades of Maroon #700603
Tints of Maroon #700603
RGB
CMYK
RGB Variations
Color information
#700603 (or 0x700603) is known color: Maroon. HEX triplet: 70, 06 and 03. RGB value is (112,6,3). Sum of RGB (Red+Green+Blue) = 112+6+3=121 (16% of max value = 765). Red value is 112 (44.14% from 255 or 92.56% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 112 - color contains mainly: red. Hex color #700603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700603 is #8FF9FC. Grayscale: #252525. Windows color (decimal): -9435645 or 198256. OLE color: 198256.
HSL color Cylindrical-coordinate representation of color #700603: hue angle of 1.65º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700603 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 6 | 3 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.56 |
| HSL | 1.65º | 0.95% | 0.23% | - |
| HSV(B) | 1.65º | 0.97% | 0.44% | - |
| XYZ | 6.76 | 3.58 | 0.42 | - |
| YUV | 37.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 6 | 3 | 0 | 0.95 | 0.97 | 0.56 | 1.65 | 0.95 | 0.23 |
| Hex | 70 | 6 | 3 | 0 | 5F | 61 | 38 | 2 | 5F | 17 |
| Octal | 160 | 6 | 3 | 0 | 137 | 141 | 70 | 2 | 137 | 27 |
| Binary | 1110000 | 110 | 11 | 0 | 1011111 | 1100001 | 111000 | 10 | 1011111 | 10111 |
Color Harmonies of #700603
Complementary color
Monochromatic Colors of #700603
Black with #700603
Text Example
Text Example
White with #700603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700603; }
p { color: rgb(112,6,3); }
H1.HeaderClassName
{
color: #700603;
}
.AnyTagClassName
{
color: #700603;
}
</style>
background-color css
<style>
a { background-color: #700603; }
a { background-color: rgb(112,6,3); }
div.DivClassName
{
background-color: #700603;
}
.BgClassName
{
background-color: #700603;
}
</style>
border-color css
<style>
span { border-color: #700603; }
span { border-color: rgb(112,6,3); }
td.TdClassName
{
border-color: #700603;
}
.TagClassName
{
border-color: #700603;
}
</style>