Shades of Monarch #64252E
Tints of Monarch #64252E
RGB
CMYK
RGB Variations
Color information
#64252E (or 0x64252E) is known color: Monarch. HEX triplet: 64, 25 and 2E. RGB value is (100,37,46). Sum of RGB (Red+Green+Blue) = 100+37+46=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64252E is #9BDAD1. Grayscale: #383838. Windows color (decimal): -10214098 or 3024228. OLE color: 3024228.
HSL color Cylindrical-coordinate representation of color #64252E: hue angle of 351.43º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64252E is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 37 | 46 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.61 |
| HSL | 351.43º | 0.46% | 0.27% | - |
| HSV(B) | 351.43º | 0.63% | 0.39% | - |
| XYZ | 6.41 | 4.23 | 3.06 | - |
| YUV | 56.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 46 | 0 | 0.63 | 0.54 | 0.61 | 351.43 | 0.46 | 0.27 |
| Hex | 64 | 25 | 2E | 0 | 3F | 36 | 3D | 15F | 2E | 1B |
| Octal | 144 | 45 | 56 | 0 | 77 | 66 | 75 | 537 | 56 | 33 |
| Binary | 1100100 | 100101 | 101110 | 0 | 111111 | 110110 | 111101 | 101011111 | 101110 | 11011 |
Color Harmonies of #64252E
Complementary color
Monochromatic Colors of #64252E
Black with #64252E
Text Example
Text Example
White with #64252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64252E; }
p { color: rgb(100,37,46); }
H1.HeaderClassName
{
color: #64252E;
}
.AnyTagClassName
{
color: #64252E;
}
</style>
background-color css
<style>
a { background-color: #64252E; }
a { background-color: rgb(100,37,46); }
div.DivClassName
{
background-color: #64252E;
}
.BgClassName
{
background-color: #64252E;
}
</style>
border-color css
<style>
span { border-color: #64252E; }
span { border-color: rgb(100,37,46); }
td.TdClassName
{
border-color: #64252E;
}
.TagClassName
{
border-color: #64252E;
}
</style>