Shades of Persian Plum #652F2F
Tints of Persian Plum #652F2F
RGB
CMYK
RGB Variations
Color information
#652F2F (or 0x652F2F) is known color: Persian Plum. HEX triplet: 65, 2F and 2F. RGB value is (101,47,47). Sum of RGB (Red+Green+Blue) = 101+47+47=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #652F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652F2F is #9AD0D0. Grayscale: #3F3F3F. Windows color (decimal): -10146001 or 3092325. OLE color: 3092325.
HSL color Cylindrical-coordinate representation of color #652F2F: hue angle of 0º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #652F2F is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 47 | 47 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.60 |
| HSL | 0º | 0.36% | 0.29% | - |
| HSV(B) | 0º | 0.53% | 0.4% | - |
| XYZ | 6.9 | 5 | 3.29 | - |
| YUV | 63.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 47 | 0 | 0.53 | 0.53 | 0.60 | 0 | 0.36 | 0.29 |
| Hex | 65 | 2F | 2F | 0 | 35 | 35 | 3C | 0 | 24 | 1D |
| Octal | 145 | 57 | 57 | 0 | 65 | 65 | 74 | 0 | 44 | 35 |
| Binary | 1100101 | 101111 | 101111 | 0 | 110101 | 110101 | 111100 | 0 | 100100 | 11101 |
Color Harmonies of #652F2F
Complementary color
Monochromatic Colors of #652F2F
Black with #652F2F
Text Example
Text Example
White with #652F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652F2F; }
p { color: rgb(101,47,47); }
H1.HeaderClassName
{
color: #652F2F;
}
.AnyTagClassName
{
color: #652F2F;
}
</style>
background-color css
<style>
a { background-color: #652F2F; }
a { background-color: rgb(101,47,47); }
div.DivClassName
{
background-color: #652F2F;
}
.BgClassName
{
background-color: #652F2F;
}
</style>
border-color css
<style>
span { border-color: #652F2F; }
span { border-color: rgb(101,47,47); }
td.TdClassName
{
border-color: #652F2F;
}
.TagClassName
{
border-color: #652F2F;
}
</style>