Shades of Monarch #66252C
Tints of Monarch #66252C
RGB
CMYK
RGB Variations
Color information
#66252C (or 0x66252C) is known color: Monarch. HEX triplet: 66, 25 and 2C. RGB value is (102,37,44). Sum of RGB (Red+Green+Blue) = 102+37+44=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66252C is #99DAD3. Grayscale: #393939. Windows color (decimal): -10083028 or 2893158. OLE color: 2893158.
HSL color Cylindrical-coordinate representation of color #66252C: hue angle of 353.54º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66252C is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 37 | 44 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.6 |
| HSL | 353.54º | 0.47% | 0.27% | - |
| HSV(B) | 353.54º | 0.64% | 0.4% | - |
| XYZ | 6.6 | 4.33 | 2.87 | - |
| YUV | 57.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 44 | 0 | 0.64 | 0.57 | 0.6 | 353.54 | 0.47 | 0.27 |
| Hex | 66 | 25 | 2C | 0 | 40 | 39 | 3C | 162 | 2F | 1B |
| Octal | 146 | 45 | 54 | 0 | 100 | 71 | 74 | 542 | 57 | 33 |
| Binary | 1100110 | 100101 | 101100 | 0 | 1000000 | 111001 | 111100 | 101100010 | 101111 | 11011 |
Color Harmonies of #66252C
Complementary color
Monochromatic Colors of #66252C
Black with #66252C
Text Example
Text Example
White with #66252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66252C; }
p { color: rgb(102,37,44); }
H1.HeaderClassName
{
color: #66252C;
}
.AnyTagClassName
{
color: #66252C;
}
</style>
background-color css
<style>
a { background-color: #66252C; }
a { background-color: rgb(102,37,44); }
div.DivClassName
{
background-color: #66252C;
}
.BgClassName
{
background-color: #66252C;
}
</style>
border-color css
<style>
span { border-color: #66252C; }
span { border-color: rgb(102,37,44); }
td.TdClassName
{
border-color: #66252C;
}
.TagClassName
{
border-color: #66252C;
}
</style>