Shades of Persian Plum #603232
Tints of Persian Plum #603232
RGB
CMYK
RGB Variations
Color information
#603232 (or 0x603232) is known color: Persian Plum. HEX triplet: 60, 32 and 32. RGB value is (96,50,50). Sum of RGB (Red+Green+Blue) = 96+50+50=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #603232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603232 is #9FCDCD. Grayscale: #3F3F3F. Windows color (decimal): -10472910 or 3289696. OLE color: 3289696.
HSL color Cylindrical-coordinate representation of color #603232: hue angle of 0º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603232 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 50 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.62 |
| HSL | 0º | 0.32% | 0.29% | - |
| HSV(B) | 0º | 0.48% | 0.38% | - |
| XYZ | 6.54 | 5 | 3.64 | - |
| YUV | 63.75 | 120.24 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 50 | 0 | 0.48 | 0.48 | 0.62 | 0 | 0.32 | 0.29 |
| Hex | 60 | 32 | 32 | 0 | 30 | 30 | 3E | 0 | 20 | 1D |
| Octal | 140 | 62 | 62 | 0 | 60 | 60 | 76 | 0 | 40 | 35 |
| Binary | 1100000 | 110010 | 110010 | 0 | 110000 | 110000 | 111110 | 0 | 100000 | 11101 |
Color Harmonies of #603232
Complementary color
Monochromatic Colors of #603232
Black with #603232
Text Example
Text Example
White with #603232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603232; }
p { color: rgb(96,50,50); }
H1.HeaderClassName
{
color: #603232;
}
.AnyTagClassName
{
color: #603232;
}
</style>
background-color css
<style>
a { background-color: #603232; }
a { background-color: rgb(96,50,50); }
div.DivClassName
{
background-color: #603232;
}
.BgClassName
{
background-color: #603232;
}
</style>
border-color css
<style>
span { border-color: #603232; }
span { border-color: rgb(96,50,50); }
td.TdClassName
{
border-color: #603232;
}
.TagClassName
{
border-color: #603232;
}
</style>