Shades of Monarch #71262F
Tints of Monarch #71262F
RGB
CMYK
RGB Variations
Color information
#71262F (or 0x71262F) is known color: Monarch. HEX triplet: 71, 26 and 2F. RGB value is (113,38,47). Sum of RGB (Red+Green+Blue) = 113+38+47=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #71262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71262F is #8ED9D0. Grayscale: #3D3D3D. Windows color (decimal): -9361873 or 3090033. OLE color: 3090033.
HSL color Cylindrical-coordinate representation of color #71262F: hue angle of 352.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71262F is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 47 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.56 |
| HSL | 352.8º | 0.5% | 0.3% | - |
| HSV(B) | 352.8º | 0.66% | 0.44% | - |
| XYZ | 8.02 | 5.1 | 3.25 | - |
| YUV | 61.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 47 | 0 | 0.66 | 0.58 | 0.56 | 352.8 | 0.5 | 0.3 |
| Hex | 71 | 26 | 2F | 0 | 42 | 3A | 38 | 161 | 32 | 1E |
| Octal | 161 | 46 | 57 | 0 | 102 | 72 | 70 | 541 | 62 | 36 |
| Binary | 1110001 | 100110 | 101111 | 0 | 1000010 | 111010 | 111000 | 101100001 | 110010 | 11110 |
Color Harmonies of #71262F
Complementary color
Monochromatic Colors of #71262F
Black with #71262F
Text Example
Text Example
White with #71262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71262F; }
p { color: rgb(113,38,47); }
H1.HeaderClassName
{
color: #71262F;
}
.AnyTagClassName
{
color: #71262F;
}
</style>
background-color css
<style>
a { background-color: #71262F; }
a { background-color: rgb(113,38,47); }
div.DivClassName
{
background-color: #71262F;
}
.BgClassName
{
background-color: #71262F;
}
</style>
border-color css
<style>
span { border-color: #71262F; }
span { border-color: rgb(113,38,47); }
td.TdClassName
{
border-color: #71262F;
}
.TagClassName
{
border-color: #71262F;
}
</style>