Shades of Monarch #73252F
Tints of Monarch #73252F
RGB
CMYK
RGB Variations
Color information
#73252F (or 0x73252F) is known color: Monarch. HEX triplet: 73, 25 and 2F. RGB value is (115,37,47). Sum of RGB (Red+Green+Blue) = 115+37+47=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73252F is #8CDAD0. Grayscale: #3D3D3D. Windows color (decimal): -9231057 or 3089779. OLE color: 3089779.
HSL color Cylindrical-coordinate representation of color #73252F: hue angle of 352.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73252F is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 37 | 47 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.55 |
| HSL | 352.31º | 0.51% | 0.3% | - |
| HSV(B) | 352.31º | 0.68% | 0.45% | - |
| XYZ | 8.24 | 5.17 | 3.25 | - |
| YUV | 61.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 47 | 0 | 0.68 | 0.59 | 0.55 | 352.31 | 0.51 | 0.3 |
| Hex | 73 | 25 | 2F | 0 | 44 | 3B | 37 | 160 | 33 | 1E |
| Octal | 163 | 45 | 57 | 0 | 104 | 73 | 67 | 540 | 63 | 36 |
| Binary | 1110011 | 100101 | 101111 | 0 | 1000100 | 111011 | 110111 | 101100000 | 110011 | 11110 |
Color Harmonies of #73252F
Complementary color
Monochromatic Colors of #73252F
Black with #73252F
Text Example
Text Example
White with #73252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73252F; }
p { color: rgb(115,37,47); }
H1.HeaderClassName
{
color: #73252F;
}
.AnyTagClassName
{
color: #73252F;
}
</style>
background-color css
<style>
a { background-color: #73252F; }
a { background-color: rgb(115,37,47); }
div.DivClassName
{
background-color: #73252F;
}
.BgClassName
{
background-color: #73252F;
}
</style>
border-color css
<style>
span { border-color: #73252F; }
span { border-color: rgb(115,37,47); }
td.TdClassName
{
border-color: #73252F;
}
.TagClassName
{
border-color: #73252F;
}
</style>