Shades of Monarch #66242A
Tints of Monarch #66242A
RGB
CMYK
RGB Variations
Color information
#66242A (or 0x66242A) is known color: Monarch. HEX triplet: 66, 24 and 2A. RGB value is (102,36,42). Sum of RGB (Red+Green+Blue) = 102+36+42=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66242A is #99DBD5. Grayscale: #383838. Windows color (decimal): -10083286 or 2761830. OLE color: 2761830.
HSL color Cylindrical-coordinate representation of color #66242A: hue angle of 354.55º 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 #66242A is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 36 | 42 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.6 |
| HSL | 354.55º | 0.48% | 0.27% | - |
| HSV(B) | 354.55º | 0.65% | 0.4% | - |
| XYZ | 6.53 | 4.25 | 2.67 | - |
| YUV | 56.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 42 | 0 | 0.65 | 0.59 | 0.6 | 354.55 | 0.48 | 0.27 |
| Hex | 66 | 24 | 2A | 0 | 41 | 3B | 3C | 163 | 30 | 1B |
| Octal | 146 | 44 | 52 | 0 | 101 | 73 | 74 | 543 | 60 | 33 |
| Binary | 1100110 | 100100 | 101010 | 0 | 1000001 | 111011 | 111100 | 101100011 | 110000 | 11011 |
Color Harmonies of #66242A
Complementary color
Monochromatic Colors of #66242A
Black with #66242A
Text Example
Text Example
White with #66242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66242A; }
p { color: rgb(102,36,42); }
H1.HeaderClassName
{
color: #66242A;
}
.AnyTagClassName
{
color: #66242A;
}
</style>
background-color css
<style>
a { background-color: #66242A; }
a { background-color: rgb(102,36,42); }
div.DivClassName
{
background-color: #66242A;
}
.BgClassName
{
background-color: #66242A;
}
</style>
border-color css
<style>
span { border-color: #66242A; }
span { border-color: rgb(102,36,42); }
td.TdClassName
{
border-color: #66242A;
}
.TagClassName
{
border-color: #66242A;
}
</style>