Shades of Monarch #662A32
Tints of Monarch #662A32
RGB
CMYK
RGB Variations
Color information
#662A32 (or 0x662A32) is known color: Monarch. HEX triplet: 66, 2A and 32. RGB value is (102,42,50). Sum of RGB (Red+Green+Blue) = 102+42+50=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #662A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A32 is #99D5CD. Grayscale: #3C3C3C. Windows color (decimal): -10081742 or 3287654. OLE color: 3287654.
HSL color Cylindrical-coordinate representation of color #662A32: hue angle of 352º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A32 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 50 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.6 |
| HSL | 352º | 0.42% | 0.28% | - |
| HSV(B) | 352º | 0.59% | 0.4% | - |
| XYZ | 6.88 | 4.71 | 3.56 | - |
| YUV | 60.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 50 | 0 | 0.59 | 0.51 | 0.6 | 352 | 0.42 | 0.28 |
| Hex | 66 | 2A | 32 | 0 | 3B | 33 | 3C | 160 | 2A | 1C |
| Octal | 146 | 52 | 62 | 0 | 73 | 63 | 74 | 540 | 52 | 34 |
| Binary | 1100110 | 101010 | 110010 | 0 | 111011 | 110011 | 111100 | 101100000 | 101010 | 11100 |
Color Harmonies of #662A32
Complementary color
Monochromatic Colors of #662A32
Black with #662A32
Text Example
Text Example
White with #662A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A32; }
p { color: rgb(102,42,50); }
H1.HeaderClassName
{
color: #662A32;
}
.AnyTagClassName
{
color: #662A32;
}
</style>
background-color css
<style>
a { background-color: #662A32; }
a { background-color: rgb(102,42,50); }
div.DivClassName
{
background-color: #662A32;
}
.BgClassName
{
background-color: #662A32;
}
</style>
border-color css
<style>
span { border-color: #662A32; }
span { border-color: rgb(102,42,50); }
td.TdClassName
{
border-color: #662A32;
}
.TagClassName
{
border-color: #662A32;
}
</style>