Shades of Monarch #70232C
Tints of Monarch #70232C
RGB
CMYK
RGB Variations
Color information
#70232C (or 0x70232C) is known color: Monarch. HEX triplet: 70, 23 and 2C. RGB value is (112,35,44). Sum of RGB (Red+Green+Blue) = 112+35+44=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #70232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70232C is #8FDCD3. Grayscale: #3B3B3B. Windows color (decimal): -9428180 or 2892656. OLE color: 2892656.
HSL color Cylindrical-coordinate representation of color #70232C: hue angle of 352.99º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70232C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 35 | 44 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.56 |
| HSL | 352.99º | 0.52% | 0.29% | - |
| HSV(B) | 352.99º | 0.69% | 0.44% | - |
| XYZ | 7.74 | 4.83 | 2.91 | - |
| YUV | 59.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 44 | 0 | 0.69 | 0.61 | 0.56 | 352.99 | 0.52 | 0.29 |
| Hex | 70 | 23 | 2C | 0 | 45 | 3D | 38 | 161 | 34 | 1D |
| Octal | 160 | 43 | 54 | 0 | 105 | 75 | 70 | 541 | 64 | 35 |
| Binary | 1110000 | 100011 | 101100 | 0 | 1000101 | 111101 | 111000 | 101100001 | 110100 | 11101 |
Color Harmonies of #70232C
Complementary color
Monochromatic Colors of #70232C
Black with #70232C
Text Example
Text Example
White with #70232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70232C; }
p { color: rgb(112,35,44); }
H1.HeaderClassName
{
color: #70232C;
}
.AnyTagClassName
{
color: #70232C;
}
</style>
background-color css
<style>
a { background-color: #70232C; }
a { background-color: rgb(112,35,44); }
div.DivClassName
{
background-color: #70232C;
}
.BgClassName
{
background-color: #70232C;
}
</style>
border-color css
<style>
span { border-color: #70232C; }
span { border-color: rgb(112,35,44); }
td.TdClassName
{
border-color: #70232C;
}
.TagClassName
{
border-color: #70232C;
}
</style>