Shades of Monarch #66272D
Tints of Monarch #66272D
RGB
CMYK
RGB Variations
Color information
#66272D (or 0x66272D) is known color: Monarch. HEX triplet: 66, 27 and 2D. RGB value is (102,39,45). Sum of RGB (Red+Green+Blue) = 102+39+45=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66272D is #99D8D2. Grayscale: #3A3A3A. Windows color (decimal): -10082515 or 2959206. OLE color: 2959206.
HSL color Cylindrical-coordinate representation of color #66272D: hue angle of 354.29º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66272D is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 45 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.6 |
| HSL | 354.29º | 0.45% | 0.28% | - |
| HSV(B) | 354.29º | 0.62% | 0.4% | - |
| XYZ | 6.68 | 4.47 | 2.99 | - |
| YUV | 58.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 45 | 0 | 0.62 | 0.56 | 0.6 | 354.29 | 0.45 | 0.28 |
| Hex | 66 | 27 | 2D | 0 | 3E | 38 | 3C | 162 | 2D | 1C |
| Octal | 146 | 47 | 55 | 0 | 76 | 70 | 74 | 542 | 55 | 34 |
| Binary | 1100110 | 100111 | 101101 | 0 | 111110 | 111000 | 111100 | 101100010 | 101101 | 11100 |
Color Harmonies of #66272D
Complementary color
Monochromatic Colors of #66272D
Black with #66272D
Text Example
Text Example
White with #66272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66272D; }
p { color: rgb(102,39,45); }
H1.HeaderClassName
{
color: #66272D;
}
.AnyTagClassName
{
color: #66272D;
}
</style>
background-color css
<style>
a { background-color: #66272D; }
a { background-color: rgb(102,39,45); }
div.DivClassName
{
background-color: #66272D;
}
.BgClassName
{
background-color: #66272D;
}
</style>
border-color css
<style>
span { border-color: #66272D; }
span { border-color: rgb(102,39,45); }
td.TdClassName
{
border-color: #66272D;
}
.TagClassName
{
border-color: #66272D;
}
</style>