Shades of Monarch #72252D
Tints of Monarch #72252D
RGB
CMYK
RGB Variations
Color information
#72252D (or 0x72252D) is known color: Monarch. HEX triplet: 72, 25 and 2D. RGB value is (114,37,45). Sum of RGB (Red+Green+Blue) = 114+37+45=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72252D is #8DDAD2. Grayscale: #3C3C3C. Windows color (decimal): -9296595 or 2958706. OLE color: 2958706.
HSL color Cylindrical-coordinate representation of color #72252D: hue angle of 353.77º 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 #72252D is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 37 | 45 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.55 |
| HSL | 353.77º | 0.51% | 0.3% | - |
| HSV(B) | 353.77º | 0.68% | 0.45% | - |
| XYZ | 8.07 | 5.09 | 3.04 | - |
| YUV | 60.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 45 | 0 | 0.68 | 0.61 | 0.55 | 353.77 | 0.51 | 0.3 |
| Hex | 72 | 25 | 2D | 0 | 44 | 3D | 37 | 162 | 33 | 1E |
| Octal | 162 | 45 | 55 | 0 | 104 | 75 | 67 | 542 | 63 | 36 |
| Binary | 1110010 | 100101 | 101101 | 0 | 1000100 | 111101 | 110111 | 101100010 | 110011 | 11110 |
Color Harmonies of #72252D
Complementary color
Monochromatic Colors of #72252D
Black with #72252D
Text Example
Text Example
White with #72252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72252D; }
p { color: rgb(114,37,45); }
H1.HeaderClassName
{
color: #72252D;
}
.AnyTagClassName
{
color: #72252D;
}
</style>
background-color css
<style>
a { background-color: #72252D; }
a { background-color: rgb(114,37,45); }
div.DivClassName
{
background-color: #72252D;
}
.BgClassName
{
background-color: #72252D;
}
</style>
border-color css
<style>
span { border-color: #72252D; }
span { border-color: rgb(114,37,45); }
td.TdClassName
{
border-color: #72252D;
}
.TagClassName
{
border-color: #72252D;
}
</style>