Shades of Monarch #64242A
Tints of Monarch #64242A
RGB
CMYK
RGB Variations
Color information
#64242A (or 0x64242A) is known color: Monarch. HEX triplet: 64, 24 and 2A. RGB value is (100,36,42). Sum of RGB (Red+Green+Blue) = 100+36+42=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #64242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64242A is #9BDBD5. Grayscale: #373737. Windows color (decimal): -10214358 or 2761828. OLE color: 2761828.
HSL color Cylindrical-coordinate representation of color #64242A: hue angle of 354.38º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64242A is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 36 | 42 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.61 |
| HSL | 354.38º | 0.47% | 0.27% | - |
| HSV(B) | 354.38º | 0.64% | 0.39% | - |
| XYZ | 6.3 | 4.14 | 2.66 | - |
| YUV | 55.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 42 | 0 | 0.64 | 0.58 | 0.61 | 354.38 | 0.47 | 0.27 |
| Hex | 64 | 24 | 2A | 0 | 40 | 3A | 3D | 162 | 2F | 1B |
| Octal | 144 | 44 | 52 | 0 | 100 | 72 | 75 | 542 | 57 | 33 |
| Binary | 1100100 | 100100 | 101010 | 0 | 1000000 | 111010 | 111101 | 101100010 | 101111 | 11011 |
Color Harmonies of #64242A
Complementary color
Monochromatic Colors of #64242A
Black with #64242A
Text Example
Text Example
White with #64242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64242A; }
p { color: rgb(100,36,42); }
H1.HeaderClassName
{
color: #64242A;
}
.AnyTagClassName
{
color: #64242A;
}
</style>
background-color css
<style>
a { background-color: #64242A; }
a { background-color: rgb(100,36,42); }
div.DivClassName
{
background-color: #64242A;
}
.BgClassName
{
background-color: #64242A;
}
</style>
border-color css
<style>
span { border-color: #64242A; }
span { border-color: rgb(100,36,42); }
td.TdClassName
{
border-color: #64242A;
}
.TagClassName
{
border-color: #64242A;
}
</style>