Shades of Monarch #65222B
Tints of Monarch #65222B
RGB
CMYK
RGB Variations
Color information
#65222B (or 0x65222B) is known color: Monarch. HEX triplet: 65, 22 and 2B. RGB value is (101,34,43). Sum of RGB (Red+Green+Blue) = 101+34+43=178 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.74% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 101 - color contains mainly: red. Hex color #65222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65222B is #9ADDD4. Grayscale: #373737. Windows color (decimal): -10149333 or 2826853. OLE color: 2826853.
HSL color Cylindrical-coordinate representation of color #65222B: hue angle of 351.94º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65222B is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 34 | 43 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.60 |
| HSL | 351.94º | 0.5% | 0.26% | - |
| HSV(B) | 351.94º | 0.66% | 0.4% | - |
| XYZ | 6.37 | 4.09 | 2.74 | - |
| YUV | 55.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 43 | 0 | 0.66 | 0.57 | 0.60 | 351.94 | 0.5 | 0.26 |
| Hex | 65 | 22 | 2B | 0 | 42 | 39 | 3C | 160 | 32 | 1A |
| Octal | 145 | 42 | 53 | 0 | 102 | 71 | 74 | 540 | 62 | 32 |
| Binary | 1100101 | 100010 | 101011 | 0 | 1000010 | 111001 | 111100 | 101100000 | 110010 | 11010 |
Color Harmonies of #65222B
Complementary color
Monochromatic Colors of #65222B
Black with #65222B
Text Example
Text Example
White with #65222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65222B; }
p { color: rgb(101,34,43); }
H1.HeaderClassName
{
color: #65222B;
}
.AnyTagClassName
{
color: #65222B;
}
</style>
background-color css
<style>
a { background-color: #65222B; }
a { background-color: rgb(101,34,43); }
div.DivClassName
{
background-color: #65222B;
}
.BgClassName
{
background-color: #65222B;
}
</style>
border-color css
<style>
span { border-color: #65222B; }
span { border-color: rgb(101,34,43); }
td.TdClassName
{
border-color: #65222B;
}
.TagClassName
{
border-color: #65222B;
}
</style>