Shades of Monarch #662630
Tints of Monarch #662630
RGB
CMYK
RGB Variations
Color information
#662630 (or 0x662630) is known color: Monarch. HEX triplet: 66, 26 and 30. RGB value is (102,38,48). Sum of RGB (Red+Green+Blue) = 102+38+48=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #662630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662630 is #99D9CF. Grayscale: #3A3A3A. Windows color (decimal): -10082768 or 3155558. OLE color: 3155558.
HSL color Cylindrical-coordinate representation of color #662630: hue angle of 350.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662630 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 38 | 48 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.6 |
| HSL | 350.63º | 0.46% | 0.27% | - |
| HSV(B) | 350.63º | 0.63% | 0.4% | - |
| XYZ | 6.71 | 4.42 | 3.3 | - |
| YUV | 58.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 38 | 48 | 0 | 0.63 | 0.53 | 0.6 | 350.63 | 0.46 | 0.27 |
| Hex | 66 | 26 | 30 | 0 | 3F | 35 | 3C | 15F | 2E | 1B |
| Octal | 146 | 46 | 60 | 0 | 77 | 65 | 74 | 537 | 56 | 33 |
| Binary | 1100110 | 100110 | 110000 | 0 | 111111 | 110101 | 111100 | 101011111 | 101110 | 11011 |
Color Harmonies of #662630
Complementary color
Monochromatic Colors of #662630
Black with #662630
Text Example
Text Example
White with #662630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662630; }
p { color: rgb(102,38,48); }
H1.HeaderClassName
{
color: #662630;
}
.AnyTagClassName
{
color: #662630;
}
</style>
background-color css
<style>
a { background-color: #662630; }
a { background-color: rgb(102,38,48); }
div.DivClassName
{
background-color: #662630;
}
.BgClassName
{
background-color: #662630;
}
</style>
border-color css
<style>
span { border-color: #662630; }
span { border-color: rgb(102,38,48); }
td.TdClassName
{
border-color: #662630;
}
.TagClassName
{
border-color: #662630;
}
</style>