Shades of Monarch #66222C
Tints of Monarch #66222C
RGB
CMYK
RGB Variations
Color information
#66222C (or 0x66222C) is known color: Monarch. HEX triplet: 66, 22 and 2C. RGB value is (102,34,44). Sum of RGB (Red+Green+Blue) = 102+34+44=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #66222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66222C is #99DDD3. Grayscale: #373737. Windows color (decimal): -10083796 or 2892390. OLE color: 2892390.
HSL color Cylindrical-coordinate representation of color #66222C: hue angle of 351.18º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66222C is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 44 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.6 |
| HSL | 351.18º | 0.5% | 0.27% | - |
| HSV(B) | 351.18º | 0.67% | 0.4% | - |
| XYZ | 6.51 | 4.15 | 2.84 | - |
| YUV | 55.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 44 | 0 | 0.67 | 0.57 | 0.6 | 351.18 | 0.5 | 0.27 |
| Hex | 66 | 22 | 2C | 0 | 43 | 39 | 3C | 15F | 32 | 1B |
| Octal | 146 | 42 | 54 | 0 | 103 | 71 | 74 | 537 | 62 | 33 |
| Binary | 1100110 | 100010 | 101100 | 0 | 1000011 | 111001 | 111100 | 101011111 | 110010 | 11011 |
Color Harmonies of #66222C
Complementary color
Monochromatic Colors of #66222C
Black with #66222C
Text Example
Text Example
White with #66222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66222C; }
p { color: rgb(102,34,44); }
H1.HeaderClassName
{
color: #66222C;
}
.AnyTagClassName
{
color: #66222C;
}
</style>
background-color css
<style>
a { background-color: #66222C; }
a { background-color: rgb(102,34,44); }
div.DivClassName
{
background-color: #66222C;
}
.BgClassName
{
background-color: #66222C;
}
</style>
border-color css
<style>
span { border-color: #66222C; }
span { border-color: rgb(102,34,44); }
td.TdClassName
{
border-color: #66222C;
}
.TagClassName
{
border-color: #66222C;
}
</style>