Shades of Monarch #6F242D
Tints of Monarch #6F242D
RGB
CMYK
RGB Variations
Color information
#6F242D (or 0x6F242D) is known color: Monarch. HEX triplet: 6F, 24 and 2D. RGB value is (111,36,45). Sum of RGB (Red+Green+Blue) = 111+36+45=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F242D is #90DBD2. Grayscale: #3B3B3B. Windows color (decimal): -9493459 or 2958447. OLE color: 2958447.
HSL color Cylindrical-coordinate representation of color #6F242D: hue angle of 352.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F242D is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 45 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.56 |
| HSL | 352.8º | 0.51% | 0.29% | - |
| HSV(B) | 352.8º | 0.68% | 0.44% | - |
| XYZ | 7.66 | 4.83 | 3.01 | - |
| YUV | 59.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 45 | 0 | 0.68 | 0.59 | 0.56 | 352.8 | 0.51 | 0.29 |
| Hex | 6F | 24 | 2D | 0 | 44 | 3B | 38 | 161 | 33 | 1D |
| Octal | 157 | 44 | 55 | 0 | 104 | 73 | 70 | 541 | 63 | 35 |
| Binary | 1101111 | 100100 | 101101 | 0 | 1000100 | 111011 | 111000 | 101100001 | 110011 | 11101 |
Color Harmonies of #6F242D
Complementary color
Monochromatic Colors of #6F242D
Black with #6F242D
Text Example
Text Example
White with #6F242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F242D; }
p { color: rgb(111,36,45); }
H1.HeaderClassName
{
color: #6F242D;
}
.AnyTagClassName
{
color: #6F242D;
}
</style>
background-color css
<style>
a { background-color: #6F242D; }
a { background-color: rgb(111,36,45); }
div.DivClassName
{
background-color: #6F242D;
}
.BgClassName
{
background-color: #6F242D;
}
</style>
border-color css
<style>
span { border-color: #6F242D; }
span { border-color: rgb(111,36,45); }
td.TdClassName
{
border-color: #6F242D;
}
.TagClassName
{
border-color: #6F242D;
}
</style>