Shades of Monarch #662932
Tints of Monarch #662932
RGB
CMYK
RGB Variations
Color information
#662932 (or 0x662932) is known color: Monarch. HEX triplet: 66, 29 and 32. RGB value is (102,41,50). Sum of RGB (Red+Green+Blue) = 102+41+50=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #662932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662932 is #99D6CD. Grayscale: #3C3C3C. Windows color (decimal): -10081998 or 3287398. OLE color: 3287398.
HSL color Cylindrical-coordinate representation of color #662932: hue angle of 351.15º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #662932 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 50 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.6 |
| HSL | 351.15º | 0.43% | 0.28% | - |
| HSV(B) | 351.15º | 0.6% | 0.4% | - |
| XYZ | 6.85 | 4.64 | 3.55 | - |
| YUV | 60.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 50 | 0 | 0.60 | 0.51 | 0.6 | 351.15 | 0.43 | 0.28 |
| Hex | 66 | 29 | 32 | 0 | 3C | 33 | 3C | 15F | 2B | 1C |
| Octal | 146 | 51 | 62 | 0 | 74 | 63 | 74 | 537 | 53 | 34 |
| Binary | 1100110 | 101001 | 110010 | 0 | 111100 | 110011 | 111100 | 101011111 | 101011 | 11100 |
Color Harmonies of #662932
Complementary color
Monochromatic Colors of #662932
Black with #662932
Text Example
Text Example
White with #662932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662932; }
p { color: rgb(102,41,50); }
H1.HeaderClassName
{
color: #662932;
}
.AnyTagClassName
{
color: #662932;
}
</style>
background-color css
<style>
a { background-color: #662932; }
a { background-color: rgb(102,41,50); }
div.DivClassName
{
background-color: #662932;
}
.BgClassName
{
background-color: #662932;
}
</style>
border-color css
<style>
span { border-color: #662932; }
span { border-color: rgb(102,41,50); }
td.TdClassName
{
border-color: #662932;
}
.TagClassName
{
border-color: #662932;
}
</style>