Shades of Monarch #70252F
Tints of Monarch #70252F
RGB
CMYK
RGB Variations
Color information
#70252F (or 0x70252F) is known color: Monarch. HEX triplet: 70, 25 and 2F. RGB value is (112,37,47). Sum of RGB (Red+Green+Blue) = 112+37+47=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70252F is #8FDAD0. Grayscale: #3C3C3C. Windows color (decimal): -9427665 or 3089776. OLE color: 3089776.
HSL color Cylindrical-coordinate representation of color #70252F: hue angle of 352º 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 #70252F is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 37 | 47 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.56 |
| HSL | 352º | 0.5% | 0.29% | - |
| HSV(B) | 352º | 0.67% | 0.44% | - |
| XYZ | 7.86 | 4.97 | 3.24 | - |
| YUV | 60.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 47 | 0 | 0.67 | 0.58 | 0.56 | 352 | 0.5 | 0.29 |
| Hex | 70 | 25 | 2F | 0 | 43 | 3A | 38 | 160 | 32 | 1D |
| Octal | 160 | 45 | 57 | 0 | 103 | 72 | 70 | 540 | 62 | 35 |
| Binary | 1110000 | 100101 | 101111 | 0 | 1000011 | 111010 | 111000 | 101100000 | 110010 | 11101 |
Color Harmonies of #70252F
Complementary color
Monochromatic Colors of #70252F
Black with #70252F
Text Example
Text Example
White with #70252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70252F; }
p { color: rgb(112,37,47); }
H1.HeaderClassName
{
color: #70252F;
}
.AnyTagClassName
{
color: #70252F;
}
</style>
background-color css
<style>
a { background-color: #70252F; }
a { background-color: rgb(112,37,47); }
div.DivClassName
{
background-color: #70252F;
}
.BgClassName
{
background-color: #70252F;
}
</style>
border-color css
<style>
span { border-color: #70252F; }
span { border-color: rgb(112,37,47); }
td.TdClassName
{
border-color: #70252F;
}
.TagClassName
{
border-color: #70252F;
}
</style>