Shades of Monarch #71262C
Tints of Monarch #71262C
RGB
CMYK
RGB Variations
Color information
#71262C (or 0x71262C) is known color: Monarch. HEX triplet: 71, 26 and 2C. RGB value is (113,38,44). Sum of RGB (Red+Green+Blue) = 113+38+44=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #71262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71262C is #8ED9D3. Grayscale: #3D3D3D. Windows color (decimal): -9361876 or 2893425. OLE color: 2893425.
HSL color Cylindrical-coordinate representation of color #71262C: hue angle of 355.2º 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 #71262C is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 38 | 44 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.56 |
| HSL | 355.2º | 0.5% | 0.3% | - |
| HSV(B) | 355.2º | 0.66% | 0.44% | - |
| XYZ | 7.96 | 5.08 | 2.94 | - |
| YUV | 61.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 38 | 44 | 0 | 0.66 | 0.61 | 0.56 | 355.2 | 0.5 | 0.3 |
| Hex | 71 | 26 | 2C | 0 | 42 | 3D | 38 | 163 | 32 | 1E |
| Octal | 161 | 46 | 54 | 0 | 102 | 75 | 70 | 543 | 62 | 36 |
| Binary | 1110001 | 100110 | 101100 | 0 | 1000010 | 111101 | 111000 | 101100011 | 110010 | 11110 |
Color Harmonies of #71262C
Complementary color
Monochromatic Colors of #71262C
Black with #71262C
Text Example
Text Example
White with #71262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71262C; }
p { color: rgb(113,38,44); }
H1.HeaderClassName
{
color: #71262C;
}
.AnyTagClassName
{
color: #71262C;
}
</style>
background-color css
<style>
a { background-color: #71262C; }
a { background-color: rgb(113,38,44); }
div.DivClassName
{
background-color: #71262C;
}
.BgClassName
{
background-color: #71262C;
}
</style>
border-color css
<style>
span { border-color: #71262C; }
span { border-color: rgb(113,38,44); }
td.TdClassName
{
border-color: #71262C;
}
.TagClassName
{
border-color: #71262C;
}
</style>