Shades of Monarch #6E252B
Tints of Monarch #6E252B
RGB
CMYK
RGB Variations
Color information
#6E252B (or 0x6E252B) is known color: Monarch. HEX triplet: 6E, 25 and 2B. RGB value is (110,37,43). Sum of RGB (Red+Green+Blue) = 110+37+43=190 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.89% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 110 - color contains mainly: red. Hex color #6E252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E252B is #91DAD4. Grayscale: #3B3B3B. Windows color (decimal): -9558741 or 2827630. OLE color: 2827630.
HSL color Cylindrical-coordinate representation of color #6E252B: hue angle of 355.07º 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 #6E252B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 37 | 43 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.57 |
| HSL | 355.07º | 0.5% | 0.29% | - |
| HSV(B) | 355.07º | 0.66% | 0.43% | - |
| XYZ | 7.53 | 4.81 | 2.82 | - |
| YUV | 59.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 43 | 0 | 0.66 | 0.61 | 0.57 | 355.07 | 0.5 | 0.29 |
| Hex | 6E | 25 | 2B | 0 | 42 | 3D | 39 | 163 | 32 | 1D |
| Octal | 156 | 45 | 53 | 0 | 102 | 75 | 71 | 543 | 62 | 35 |
| Binary | 1101110 | 100101 | 101011 | 0 | 1000010 | 111101 | 111001 | 101100011 | 110010 | 11101 |
Color Harmonies of #6E252B
Complementary color
Monochromatic Colors of #6E252B
Black with #6E252B
Text Example
Text Example
White with #6E252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E252B; }
p { color: rgb(110,37,43); }
H1.HeaderClassName
{
color: #6E252B;
}
.AnyTagClassName
{
color: #6E252B;
}
</style>
background-color css
<style>
a { background-color: #6E252B; }
a { background-color: rgb(110,37,43); }
div.DivClassName
{
background-color: #6E252B;
}
.BgClassName
{
background-color: #6E252B;
}
</style>
border-color css
<style>
span { border-color: #6E252B; }
span { border-color: rgb(110,37,43); }
td.TdClassName
{
border-color: #6E252B;
}
.TagClassName
{
border-color: #6E252B;
}
</style>