Shades of Monarch #65232B
Tints of Monarch #65232B
RGB
CMYK
RGB Variations
Color information
#65232B (or 0x65232B) is known color: Monarch. HEX triplet: 65, 23 and 2B. RGB value is (101,35,43). Sum of RGB (Red+Green+Blue) = 101+35+43=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #65232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65232B is #9ADCD4. Grayscale: #373737. Windows color (decimal): -10149077 or 2827109. OLE color: 2827109.
HSL color Cylindrical-coordinate representation of color #65232B: hue angle of 352.73º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65232B is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 35 | 43 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.60 |
| HSL | 352.73º | 0.49% | 0.27% | - |
| HSV(B) | 352.73º | 0.65% | 0.4% | - |
| XYZ | 6.4 | 4.14 | 2.75 | - |
| YUV | 55.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 43 | 0 | 0.65 | 0.57 | 0.60 | 352.73 | 0.49 | 0.27 |
| Hex | 65 | 23 | 2B | 0 | 41 | 39 | 3C | 161 | 31 | 1B |
| Octal | 145 | 43 | 53 | 0 | 101 | 71 | 74 | 541 | 61 | 33 |
| Binary | 1100101 | 100011 | 101011 | 0 | 1000001 | 111001 | 111100 | 101100001 | 110001 | 11011 |
Color Harmonies of #65232B
Complementary color
Monochromatic Colors of #65232B
Black with #65232B
Text Example
Text Example
White with #65232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65232B; }
p { color: rgb(101,35,43); }
H1.HeaderClassName
{
color: #65232B;
}
.AnyTagClassName
{
color: #65232B;
}
</style>
background-color css
<style>
a { background-color: #65232B; }
a { background-color: rgb(101,35,43); }
div.DivClassName
{
background-color: #65232B;
}
.BgClassName
{
background-color: #65232B;
}
</style>
border-color css
<style>
span { border-color: #65232B; }
span { border-color: rgb(101,35,43); }
td.TdClassName
{
border-color: #65232B;
}
.TagClassName
{
border-color: #65232B;
}
</style>