Shades of Persian Plum #653333
Tints of Persian Plum #653333
RGB
CMYK
RGB Variations
Color information
#653333 (or 0x653333) is known color: Persian Plum. HEX triplet: 65, 33 and 33. RGB value is (101,51,51). Sum of RGB (Red+Green+Blue) = 101+51+51=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #653333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653333 is #9ACCCC. Grayscale: #424242. Windows color (decimal): -10144973 or 3355493. OLE color: 3355493.
HSL color Cylindrical-coordinate representation of color #653333: hue angle of 0º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653333 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 51 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.60 |
| HSL | 0º | 0.33% | 0.3% | - |
| HSV(B) | 0º | 0.5% | 0.4% | - |
| XYZ | 7.15 | 5.37 | 3.79 | - |
| YUV | 65.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 51 | 0 | 0.50 | 0.50 | 0.60 | 0 | 0.33 | 0.3 |
| Hex | 65 | 33 | 33 | 0 | 32 | 32 | 3C | 0 | 21 | 1E |
| Octal | 145 | 63 | 63 | 0 | 62 | 62 | 74 | 0 | 41 | 36 |
| Binary | 1100101 | 110011 | 110011 | 0 | 110010 | 110010 | 111100 | 0 | 100001 | 11110 |
Color Harmonies of #653333
Complementary color
Monochromatic Colors of #653333
Black with #653333
Text Example
Text Example
White with #653333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653333; }
p { color: rgb(101,51,51); }
H1.HeaderClassName
{
color: #653333;
}
.AnyTagClassName
{
color: #653333;
}
</style>
background-color css
<style>
a { background-color: #653333; }
a { background-color: rgb(101,51,51); }
div.DivClassName
{
background-color: #653333;
}
.BgClassName
{
background-color: #653333;
}
</style>
border-color css
<style>
span { border-color: #653333; }
span { border-color: rgb(101,51,51); }
td.TdClassName
{
border-color: #653333;
}
.TagClassName
{
border-color: #653333;
}
</style>