Shades of Persian Plum #65322E
Tints of Persian Plum #65322E
RGB
CMYK
RGB Variations
Color information
#65322E (or 0x65322E) is known color: Persian Plum. HEX triplet: 65, 32 and 2E. RGB value is (101,50,46). Sum of RGB (Red+Green+Blue) = 101+50+46=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #65322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65322E is #9ACDD1. Grayscale: #404040. Windows color (decimal): -10145234 or 3027557. OLE color: 3027557.
HSL color Cylindrical-coordinate representation of color #65322E: hue angle of 4.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65322E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 46 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.60 |
| HSL | 4.36º | 0.37% | 0.29% | - |
| HSV(B) | 4.36º | 0.54% | 0.4% | - |
| XYZ | 7 | 5.25 | 3.23 | - |
| YUV | 64.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 46 | 0 | 0.50 | 0.54 | 0.60 | 4.36 | 0.37 | 0.29 |
| Hex | 65 | 32 | 2E | 0 | 32 | 36 | 3C | 4 | 25 | 1D |
| Octal | 145 | 62 | 56 | 0 | 62 | 66 | 74 | 4 | 45 | 35 |
| Binary | 1100101 | 110010 | 101110 | 0 | 110010 | 110110 | 111100 | 100 | 100101 | 11101 |
Color Harmonies of #65322E
Complementary color
Monochromatic Colors of #65322E
Black with #65322E
Text Example
Text Example
White with #65322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65322E; }
p { color: rgb(101,50,46); }
H1.HeaderClassName
{
color: #65322E;
}
.AnyTagClassName
{
color: #65322E;
}
</style>
background-color css
<style>
a { background-color: #65322E; }
a { background-color: rgb(101,50,46); }
div.DivClassName
{
background-color: #65322E;
}
.BgClassName
{
background-color: #65322E;
}
</style>
border-color css
<style>
span { border-color: #65322E; }
span { border-color: rgb(101,50,46); }
td.TdClassName
{
border-color: #65322E;
}
.TagClassName
{
border-color: #65322E;
}
</style>