Shades of Monarch #66252D
Tints of Monarch #66252D
RGB
CMYK
RGB Variations
Color information
#66252D (or 0x66252D) is known color: Monarch. HEX triplet: 66, 25 and 2D. RGB value is (102,37,45). Sum of RGB (Red+Green+Blue) = 102+37+45=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66252D is #99DAD2. Grayscale: #393939. Windows color (decimal): -10083027 or 2958694. OLE color: 2958694.
HSL color Cylindrical-coordinate representation of color #66252D: hue angle of 352.62º 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 #66252D is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 37 | 45 | - |
| CMYK | 0 | 0.64 | 0.56 | 0.6 |
| HSL | 352.62º | 0.47% | 0.27% | - |
| HSV(B) | 352.62º | 0.64% | 0.4% | - |
| XYZ | 6.61 | 4.34 | 2.97 | - |
| YUV | 57.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 45 | 0 | 0.64 | 0.56 | 0.6 | 352.62 | 0.47 | 0.27 |
| Hex | 66 | 25 | 2D | 0 | 40 | 38 | 3C | 161 | 2F | 1B |
| Octal | 146 | 45 | 55 | 0 | 100 | 70 | 74 | 541 | 57 | 33 |
| Binary | 1100110 | 100101 | 101101 | 0 | 1000000 | 111000 | 111100 | 101100001 | 101111 | 11011 |
Color Harmonies of #66252D
Complementary color
Monochromatic Colors of #66252D
Black with #66252D
Text Example
Text Example
White with #66252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66252D; }
p { color: rgb(102,37,45); }
H1.HeaderClassName
{
color: #66252D;
}
.AnyTagClassName
{
color: #66252D;
}
</style>
background-color css
<style>
a { background-color: #66252D; }
a { background-color: rgb(102,37,45); }
div.DivClassName
{
background-color: #66252D;
}
.BgClassName
{
background-color: #66252D;
}
</style>
border-color css
<style>
span { border-color: #66252D; }
span { border-color: rgb(102,37,45); }
td.TdClassName
{
border-color: #66252D;
}
.TagClassName
{
border-color: #66252D;
}
</style>