Shades of Persian Plum #643232
Tints of Persian Plum #643232
RGB
CMYK
RGB Variations
Color information
#643232 (or 0x643232) is known color: Persian Plum. HEX triplet: 64, 32 and 32. RGB value is (100,50,50). Sum of RGB (Red+Green+Blue) = 100+50+50=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #643232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643232 is #9BCDCD. Grayscale: #414141. Windows color (decimal): -10210766 or 3289700. OLE color: 3289700.
HSL color Cylindrical-coordinate representation of color #643232: hue angle of 0º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643232 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 50 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.61 |
| HSL | 0º | 0.33% | 0.29% | - |
| HSV(B) | 0º | 0.5% | 0.39% | - |
| XYZ | 6.97 | 5.22 | 3.66 | - |
| YUV | 64.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 50 | 0 | 0.50 | 0.50 | 0.61 | 0 | 0.33 | 0.29 |
| Hex | 64 | 32 | 32 | 0 | 32 | 32 | 3D | 0 | 21 | 1D |
| Octal | 144 | 62 | 62 | 0 | 62 | 62 | 75 | 0 | 41 | 35 |
| Binary | 1100100 | 110010 | 110010 | 0 | 110010 | 110010 | 111101 | 0 | 100001 | 11101 |
Color Harmonies of #643232
Complementary color
Monochromatic Colors of #643232
Black with #643232
Text Example
Text Example
White with #643232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643232; }
p { color: rgb(100,50,50); }
H1.HeaderClassName
{
color: #643232;
}
.AnyTagClassName
{
color: #643232;
}
</style>
background-color css
<style>
a { background-color: #643232; }
a { background-color: rgb(100,50,50); }
div.DivClassName
{
background-color: #643232;
}
.BgClassName
{
background-color: #643232;
}
</style>
border-color css
<style>
span { border-color: #643232; }
span { border-color: rgb(100,50,50); }
td.TdClassName
{
border-color: #643232;
}
.TagClassName
{
border-color: #643232;
}
</style>