Shades of Monarch #66232C
Tints of Monarch #66232C
RGB
CMYK
RGB Variations
Color information
#66232C (or 0x66232C) is known color: Monarch. HEX triplet: 66, 23 and 2C. RGB value is (102,35,44). Sum of RGB (Red+Green+Blue) = 102+35+44=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66232C is #99DCD3. Grayscale: #383838. Windows color (decimal): -10083540 or 2892646. OLE color: 2892646.
HSL color Cylindrical-coordinate representation of color #66232C: hue angle of 351.94º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66232C is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 35 | 44 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.6 |
| HSL | 351.94º | 0.49% | 0.27% | - |
| HSV(B) | 351.94º | 0.66% | 0.4% | - |
| XYZ | 6.54 | 4.21 | 2.85 | - |
| YUV | 56.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 35 | 44 | 0 | 0.66 | 0.57 | 0.6 | 351.94 | 0.49 | 0.27 |
| Hex | 66 | 23 | 2C | 0 | 42 | 39 | 3C | 160 | 31 | 1B |
| Octal | 146 | 43 | 54 | 0 | 102 | 71 | 74 | 540 | 61 | 33 |
| Binary | 1100110 | 100011 | 101100 | 0 | 1000010 | 111001 | 111100 | 101100000 | 110001 | 11011 |
Color Harmonies of #66232C
Complementary color
Monochromatic Colors of #66232C
Black with #66232C
Text Example
Text Example
White with #66232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66232C; }
p { color: rgb(102,35,44); }
H1.HeaderClassName
{
color: #66232C;
}
.AnyTagClassName
{
color: #66232C;
}
</style>
background-color css
<style>
a { background-color: #66232C; }
a { background-color: rgb(102,35,44); }
div.DivClassName
{
background-color: #66232C;
}
.BgClassName
{
background-color: #66232C;
}
</style>
border-color css
<style>
span { border-color: #66232C; }
span { border-color: rgb(102,35,44); }
td.TdClassName
{
border-color: #66232C;
}
.TagClassName
{
border-color: #66232C;
}
</style>