Shades of Monarch #6E252E
Tints of Monarch #6E252E
RGB
CMYK
RGB Variations
Color information
#6E252E (or 0x6E252E) is known color: Monarch. HEX triplet: 6E, 25 and 2E. RGB value is (110,37,46). Sum of RGB (Red+Green+Blue) = 110+37+46=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E252E is #91DAD1. Grayscale: #3B3B3B. Windows color (decimal): -9558738 or 3024238. OLE color: 3024238.
HSL color Cylindrical-coordinate representation of color #6E252E: hue angle of 352.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E252E is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 46 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.57 |
| HSL | 352.6º | 0.5% | 0.29% | - |
| HSV(B) | 352.6º | 0.66% | 0.43% | - |
| XYZ | 7.59 | 4.84 | 3.12 | - |
| YUV | 59.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 46 | 0 | 0.66 | 0.58 | 0.57 | 352.6 | 0.5 | 0.29 |
| Hex | 6E | 25 | 2E | 0 | 42 | 3A | 39 | 161 | 32 | 1D |
| Octal | 156 | 45 | 56 | 0 | 102 | 72 | 71 | 541 | 62 | 35 |
| Binary | 1101110 | 100101 | 101110 | 0 | 1000010 | 111010 | 111001 | 101100001 | 110010 | 11101 |
Color Harmonies of #6E252E
Complementary color
Monochromatic Colors of #6E252E
Black with #6E252E
Text Example
Text Example
White with #6E252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E252E; }
p { color: rgb(110,37,46); }
H1.HeaderClassName
{
color: #6E252E;
}
.AnyTagClassName
{
color: #6E252E;
}
</style>
background-color css
<style>
a { background-color: #6E252E; }
a { background-color: rgb(110,37,46); }
div.DivClassName
{
background-color: #6E252E;
}
.BgClassName
{
background-color: #6E252E;
}
</style>
border-color css
<style>
span { border-color: #6E252E; }
span { border-color: rgb(110,37,46); }
td.TdClassName
{
border-color: #6E252E;
}
.TagClassName
{
border-color: #6E252E;
}
</style>