Shades of Monarch #71252D
Tints of Monarch #71252D
RGB
CMYK
RGB Variations
Color information
#71252D (or 0x71252D) is known color: Monarch. HEX triplet: 71, 25 and 2D. RGB value is (113,37,45). Sum of RGB (Red+Green+Blue) = 113+37+45=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71252D is #8EDAD2. Grayscale: #3C3C3C. Windows color (decimal): -9362131 or 2958705. OLE color: 2958705.
HSL color Cylindrical-coordinate representation of color #71252D: hue angle of 353.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #71252D is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 37 | 45 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.56 |
| HSL | 353.68º | 0.51% | 0.29% | - |
| HSV(B) | 353.68º | 0.67% | 0.44% | - |
| XYZ | 7.95 | 5.02 | 3.03 | - |
| YUV | 60.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 45 | 0 | 0.67 | 0.60 | 0.56 | 353.68 | 0.51 | 0.29 |
| Hex | 71 | 25 | 2D | 0 | 43 | 3C | 38 | 162 | 33 | 1D |
| Octal | 161 | 45 | 55 | 0 | 103 | 74 | 70 | 542 | 63 | 35 |
| Binary | 1110001 | 100101 | 101101 | 0 | 1000011 | 111100 | 111000 | 101100010 | 110011 | 11101 |
Color Harmonies of #71252D
Complementary color
Monochromatic Colors of #71252D
Black with #71252D
Text Example
Text Example
White with #71252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71252D; }
p { color: rgb(113,37,45); }
H1.HeaderClassName
{
color: #71252D;
}
.AnyTagClassName
{
color: #71252D;
}
</style>
background-color css
<style>
a { background-color: #71252D; }
a { background-color: rgb(113,37,45); }
div.DivClassName
{
background-color: #71252D;
}
.BgClassName
{
background-color: #71252D;
}
</style>
border-color css
<style>
span { border-color: #71252D; }
span { border-color: rgb(113,37,45); }
td.TdClassName
{
border-color: #71252D;
}
.TagClassName
{
border-color: #71252D;
}
</style>