Shades of Monarch #73242F
Tints of Monarch #73242F
RGB
CMYK
RGB Variations
Color information
#73242F (or 0x73242F) is known color: Monarch. HEX triplet: 73, 24 and 2F. RGB value is (115,36,47). Sum of RGB (Red+Green+Blue) = 115+36+47=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #73242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73242F is #8CDBD0. Grayscale: #3C3C3C. Windows color (decimal): -9231313 or 3089523. OLE color: 3089523.
HSL color Cylindrical-coordinate representation of color #73242F: hue angle of 351.65º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #73242F is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 47 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.55 |
| HSL | 351.65º | 0.52% | 0.3% | - |
| HSV(B) | 351.65º | 0.69% | 0.45% | - |
| XYZ | 8.21 | 5.11 | 3.24 | - |
| YUV | 60.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 47 | 0 | 0.69 | 0.59 | 0.55 | 351.65 | 0.52 | 0.3 |
| Hex | 73 | 24 | 2F | 0 | 45 | 3B | 37 | 160 | 34 | 1E |
| Octal | 163 | 44 | 57 | 0 | 105 | 73 | 67 | 540 | 64 | 36 |
| Binary | 1110011 | 100100 | 101111 | 0 | 1000101 | 111011 | 110111 | 101100000 | 110100 | 11110 |
Color Harmonies of #73242F
Complementary color
Monochromatic Colors of #73242F
Black with #73242F
Text Example
Text Example
White with #73242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73242F; }
p { color: rgb(115,36,47); }
H1.HeaderClassName
{
color: #73242F;
}
.AnyTagClassName
{
color: #73242F;
}
</style>
background-color css
<style>
a { background-color: #73242F; }
a { background-color: rgb(115,36,47); }
div.DivClassName
{
background-color: #73242F;
}
.BgClassName
{
background-color: #73242F;
}
</style>
border-color css
<style>
span { border-color: #73242F; }
span { border-color: rgb(115,36,47); }
td.TdClassName
{
border-color: #73242F;
}
.TagClassName
{
border-color: #73242F;
}
</style>