Shades of Monarch #66242D
Tints of Monarch #66242D
RGB
CMYK
RGB Variations
Color information
#66242D (or 0x66242D) is known color: Monarch. HEX triplet: 66, 24 and 2D. RGB value is (102,36,45). Sum of RGB (Red+Green+Blue) = 102+36+45=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66242D is #99DBD2. Grayscale: #383838. Windows color (decimal): -10083283 or 2958438. OLE color: 2958438.
HSL color Cylindrical-coordinate representation of color #66242D: hue angle of 351.82º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66242D is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 36 | 45 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.6 |
| HSL | 351.82º | 0.48% | 0.27% | - |
| HSV(B) | 351.82º | 0.65% | 0.4% | - |
| XYZ | 6.58 | 4.28 | 2.96 | - |
| YUV | 56.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 45 | 0 | 0.65 | 0.56 | 0.6 | 351.82 | 0.48 | 0.27 |
| Hex | 66 | 24 | 2D | 0 | 41 | 38 | 3C | 160 | 30 | 1B |
| Octal | 146 | 44 | 55 | 0 | 101 | 70 | 74 | 540 | 60 | 33 |
| Binary | 1100110 | 100100 | 101101 | 0 | 1000001 | 111000 | 111100 | 101100000 | 110000 | 11011 |
Color Harmonies of #66242D
Complementary color
Monochromatic Colors of #66242D
Black with #66242D
Text Example
Text Example
White with #66242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66242D; }
p { color: rgb(102,36,45); }
H1.HeaderClassName
{
color: #66242D;
}
.AnyTagClassName
{
color: #66242D;
}
</style>
background-color css
<style>
a { background-color: #66242D; }
a { background-color: rgb(102,36,45); }
div.DivClassName
{
background-color: #66242D;
}
.BgClassName
{
background-color: #66242D;
}
</style>
border-color css
<style>
span { border-color: #66242D; }
span { border-color: rgb(102,36,45); }
td.TdClassName
{
border-color: #66242D;
}
.TagClassName
{
border-color: #66242D;
}
</style>