Shades of Monarch #70242B
Tints of Monarch #70242B
RGB
CMYK
RGB Variations
Color information
#70242B (or 0x70242B) is known color: Monarch. HEX triplet: 70, 24 and 2B. RGB value is (112,36,43). Sum of RGB (Red+Green+Blue) = 112+36+43=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70242B is #8FDBD4. Grayscale: #3B3B3B. Windows color (decimal): -9427925 or 2827376. OLE color: 2827376.
HSL color Cylindrical-coordinate representation of color #70242B: hue angle of 354.47º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70242B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 36 | 43 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.56 |
| HSL | 354.47º | 0.51% | 0.29% | - |
| HSV(B) | 354.47º | 0.68% | 0.44% | - |
| XYZ | 7.75 | 4.88 | 2.82 | - |
| YUV | 59.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 43 | 0 | 0.68 | 0.62 | 0.56 | 354.47 | 0.51 | 0.29 |
| Hex | 70 | 24 | 2B | 0 | 44 | 3E | 38 | 162 | 33 | 1D |
| Octal | 160 | 44 | 53 | 0 | 104 | 76 | 70 | 542 | 63 | 35 |
| Binary | 1110000 | 100100 | 101011 | 0 | 1000100 | 111110 | 111000 | 101100010 | 110011 | 11101 |
Color Harmonies of #70242B
Complementary color
Monochromatic Colors of #70242B
Black with #70242B
Text Example
Text Example
White with #70242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70242B; }
p { color: rgb(112,36,43); }
H1.HeaderClassName
{
color: #70242B;
}
.AnyTagClassName
{
color: #70242B;
}
</style>
background-color css
<style>
a { background-color: #70242B; }
a { background-color: rgb(112,36,43); }
div.DivClassName
{
background-color: #70242B;
}
.BgClassName
{
background-color: #70242B;
}
</style>
border-color css
<style>
span { border-color: #70242B; }
span { border-color: rgb(112,36,43); }
td.TdClassName
{
border-color: #70242B;
}
.TagClassName
{
border-color: #70242B;
}
</style>