Shades of Monarch #70252C
Tints of Monarch #70252C
RGB
CMYK
RGB Variations
Color information
#70252C (or 0x70252C) is known color: Monarch. HEX triplet: 70, 25 and 2C. RGB value is (112,37,44). Sum of RGB (Red+Green+Blue) = 112+37+44=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #70252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70252C is #8FDAD3. Grayscale: #3C3C3C. Windows color (decimal): -9427668 or 2893168. OLE color: 2893168.
HSL color Cylindrical-coordinate representation of color #70252C: hue angle of 354.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70252C is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 44 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.56 |
| HSL | 354.4º | 0.5% | 0.29% | - |
| HSV(B) | 354.4º | 0.67% | 0.44% | - |
| XYZ | 7.8 | 4.95 | 2.93 | - |
| YUV | 60.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 44 | 0 | 0.67 | 0.61 | 0.56 | 354.4 | 0.5 | 0.29 |
| Hex | 70 | 25 | 2C | 0 | 43 | 3D | 38 | 162 | 32 | 1D |
| Octal | 160 | 45 | 54 | 0 | 103 | 75 | 70 | 542 | 62 | 35 |
| Binary | 1110000 | 100101 | 101100 | 0 | 1000011 | 111101 | 111000 | 101100010 | 110010 | 11101 |
Color Harmonies of #70252C
Complementary color
Monochromatic Colors of #70252C
Black with #70252C
Text Example
Text Example
White with #70252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70252C; }
p { color: rgb(112,37,44); }
H1.HeaderClassName
{
color: #70252C;
}
.AnyTagClassName
{
color: #70252C;
}
</style>
background-color css
<style>
a { background-color: #70252C; }
a { background-color: rgb(112,37,44); }
div.DivClassName
{
background-color: #70252C;
}
.BgClassName
{
background-color: #70252C;
}
</style>
border-color css
<style>
span { border-color: #70252C; }
span { border-color: rgb(112,37,44); }
td.TdClassName
{
border-color: #70252C;
}
.TagClassName
{
border-color: #70252C;
}
</style>