Shades of Monarch #70262A
Tints of Monarch #70262A
RGB
CMYK
RGB Variations
Color information
#70262A (or 0x70262A) is known color: Monarch. HEX triplet: 70, 26 and 2A. RGB value is (112,38,42). Sum of RGB (Red+Green+Blue) = 112+38+42=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 42 (16.80% from 255 or 21.88% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70262A is #8FD9D5. Grayscale: #3C3C3C. Windows color (decimal): -9427414 or 2762352. OLE color: 2762352.
HSL color Cylindrical-coordinate representation of color #70262A: hue angle of 356.76º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70262A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 42 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.56 |
| HSL | 356.76º | 0.49% | 0.29% | - |
| HSV(B) | 356.76º | 0.66% | 0.44% | - |
| XYZ | 7.79 | 5 | 2.74 | - |
| YUV | 60.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 42 | 0 | 0.66 | 0.62 | 0.56 | 356.76 | 0.49 | 0.29 |
| Hex | 70 | 26 | 2A | 0 | 42 | 3E | 38 | 165 | 31 | 1D |
| Octal | 160 | 46 | 52 | 0 | 102 | 76 | 70 | 545 | 61 | 35 |
| Binary | 1110000 | 100110 | 101010 | 0 | 1000010 | 111110 | 111000 | 101100101 | 110001 | 11101 |
Color Harmonies of #70262A
Complementary color
Monochromatic Colors of #70262A
Black with #70262A
Text Example
Text Example
White with #70262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70262A; }
p { color: rgb(112,38,42); }
H1.HeaderClassName
{
color: #70262A;
}
.AnyTagClassName
{
color: #70262A;
}
</style>
background-color css
<style>
a { background-color: #70262A; }
a { background-color: rgb(112,38,42); }
div.DivClassName
{
background-color: #70262A;
}
.BgClassName
{
background-color: #70262A;
}
</style>
border-color css
<style>
span { border-color: #70262A; }
span { border-color: rgb(112,38,42); }
td.TdClassName
{
border-color: #70262A;
}
.TagClassName
{
border-color: #70262A;
}
</style>