Shades of Monarch #71232E
Tints of Monarch #71232E
RGB
CMYK
RGB Variations
Color information
#71232E (or 0x71232E) is known color: Monarch. HEX triplet: 71, 23 and 2E. RGB value is (113,35,46). Sum of RGB (Red+Green+Blue) = 113+35+46=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71232E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71232E is #8EDCD1. Grayscale: #3B3B3B. Windows color (decimal): -9362642 or 3023729. OLE color: 3023729.
HSL color Cylindrical-coordinate representation of color #71232E: hue angle of 351.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #71232E is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 35 | 46 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.56 |
| HSL | 351.54º | 0.53% | 0.29% | - |
| HSV(B) | 351.54º | 0.69% | 0.44% | - |
| XYZ | 7.9 | 4.91 | 3.12 | - |
| YUV | 59.58 | 120.34 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 46 | 0 | 0.69 | 0.59 | 0.56 | 351.54 | 0.53 | 0.29 |
| Hex | 71 | 23 | 2E | 0 | 45 | 3B | 38 | 160 | 35 | 1D |
| Octal | 161 | 43 | 56 | 0 | 105 | 73 | 70 | 540 | 65 | 35 |
| Binary | 1110001 | 100011 | 101110 | 0 | 1000101 | 111011 | 111000 | 101100000 | 110101 | 11101 |
Color Harmonies of #71232E
Complementary color
Monochromatic Colors of #71232E
Black with #71232E
Text Example
Text Example
White with #71232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71232E; }
p { color: rgb(113,35,46); }
H1.HeaderClassName
{
color: #71232E;
}
.AnyTagClassName
{
color: #71232E;
}
</style>
background-color css
<style>
a { background-color: #71232E; }
a { background-color: rgb(113,35,46); }
div.DivClassName
{
background-color: #71232E;
}
.BgClassName
{
background-color: #71232E;
}
</style>
border-color css
<style>
span { border-color: #71232E; }
span { border-color: rgb(113,35,46); }
td.TdClassName
{
border-color: #71232E;
}
.TagClassName
{
border-color: #71232E;
}
</style>