Shades of Monarch #65242F
Tints of Monarch #65242F
RGB
CMYK
RGB Variations
Color information
#65242F (or 0x65242F) is known color: Monarch. HEX triplet: 65, 24 and 2F. RGB value is (101,36,47). Sum of RGB (Red+Green+Blue) = 101+36+47=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #65242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65242F is #9ADBD0. Grayscale: #383838. Windows color (decimal): -10148817 or 3089509. OLE color: 3089509.
HSL color Cylindrical-coordinate representation of color #65242F: hue angle of 349.85º 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 #65242F is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 36 | 47 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.60 |
| HSL | 349.85º | 0.47% | 0.27% | - |
| HSV(B) | 349.85º | 0.64% | 0.4% | - |
| XYZ | 6.51 | 4.23 | 3.16 | - |
| YUV | 56.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 47 | 0 | 0.64 | 0.53 | 0.60 | 349.85 | 0.47 | 0.27 |
| Hex | 65 | 24 | 2F | 0 | 40 | 35 | 3C | 15E | 2F | 1B |
| Octal | 145 | 44 | 57 | 0 | 100 | 65 | 74 | 536 | 57 | 33 |
| Binary | 1100101 | 100100 | 101111 | 0 | 1000000 | 110101 | 111100 | 101011110 | 101111 | 11011 |
Color Harmonies of #65242F
Complementary color
Monochromatic Colors of #65242F
Black with #65242F
Text Example
Text Example
White with #65242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65242F; }
p { color: rgb(101,36,47); }
H1.HeaderClassName
{
color: #65242F;
}
.AnyTagClassName
{
color: #65242F;
}
</style>
background-color css
<style>
a { background-color: #65242F; }
a { background-color: rgb(101,36,47); }
div.DivClassName
{
background-color: #65242F;
}
.BgClassName
{
background-color: #65242F;
}
</style>
border-color css
<style>
span { border-color: #65242F; }
span { border-color: rgb(101,36,47); }
td.TdClassName
{
border-color: #65242F;
}
.TagClassName
{
border-color: #65242F;
}
</style>