Shades of Monarch #66222A
Tints of Monarch #66222A
RGB
CMYK
RGB Variations
Color information
#66222A (or 0x66222A) is known color: Monarch. HEX triplet: 66, 22 and 2A. RGB value is (102,34,42). Sum of RGB (Red+Green+Blue) = 102+34+42=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #66222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66222A is #99DDD5. Grayscale: #373737. Windows color (decimal): -10083798 or 2761318. OLE color: 2761318.
HSL color Cylindrical-coordinate representation of color #66222A: hue angle of 352.94º 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 #66222A is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 42 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.6 |
| HSL | 352.94º | 0.5% | 0.27% | - |
| HSV(B) | 352.94º | 0.67% | 0.4% | - |
| XYZ | 6.47 | 4.14 | 2.65 | - |
| YUV | 55.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 42 | 0 | 0.67 | 0.59 | 0.6 | 352.94 | 0.5 | 0.27 |
| Hex | 66 | 22 | 2A | 0 | 43 | 3B | 3C | 161 | 32 | 1B |
| Octal | 146 | 42 | 52 | 0 | 103 | 73 | 74 | 541 | 62 | 33 |
| Binary | 1100110 | 100010 | 101010 | 0 | 1000011 | 111011 | 111100 | 101100001 | 110010 | 11011 |
Color Harmonies of #66222A
Complementary color
Monochromatic Colors of #66222A
Black with #66222A
Text Example
Text Example
White with #66222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66222A; }
p { color: rgb(102,34,42); }
H1.HeaderClassName
{
color: #66222A;
}
.AnyTagClassName
{
color: #66222A;
}
</style>
background-color css
<style>
a { background-color: #66222A; }
a { background-color: rgb(102,34,42); }
div.DivClassName
{
background-color: #66222A;
}
.BgClassName
{
background-color: #66222A;
}
</style>
border-color css
<style>
span { border-color: #66222A; }
span { border-color: rgb(102,34,42); }
td.TdClassName
{
border-color: #66222A;
}
.TagClassName
{
border-color: #66222A;
}
</style>