Shades of Persian Plum #652D2D
Tints of Persian Plum #652D2D
RGB
CMYK
RGB Variations
Color information
#652D2D (or 0x652D2D) is known color: Persian Plum. HEX triplet: 65, 2D and 2D. RGB value is (101,45,45). Sum of RGB (Red+Green+Blue) = 101+45+45=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #652D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652D2D is #9AD2D2. Grayscale: #3D3D3D. Windows color (decimal): -10146515 or 2960741. OLE color: 2960741.
HSL color Cylindrical-coordinate representation of color #652D2D: hue angle of 0º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #652D2D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 45 | 45 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.60 |
| HSL | 0º | 0.38% | 0.29% | - |
| HSV(B) | 0º | 0.55% | 0.4% | - |
| XYZ | 6.78 | 4.83 | 3.06 | - |
| YUV | 61.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 45 | 0 | 0.55 | 0.55 | 0.60 | 0 | 0.38 | 0.29 |
| Hex | 65 | 2D | 2D | 0 | 37 | 37 | 3C | 0 | 26 | 1D |
| Octal | 145 | 55 | 55 | 0 | 67 | 67 | 74 | 0 | 46 | 35 |
| Binary | 1100101 | 101101 | 101101 | 0 | 110111 | 110111 | 111100 | 0 | 100110 | 11101 |
Color Harmonies of #652D2D
Complementary color
Monochromatic Colors of #652D2D
Black with #652D2D
Text Example
Text Example
White with #652D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652D2D; }
p { color: rgb(101,45,45); }
H1.HeaderClassName
{
color: #652D2D;
}
.AnyTagClassName
{
color: #652D2D;
}
</style>
background-color css
<style>
a { background-color: #652D2D; }
a { background-color: rgb(101,45,45); }
div.DivClassName
{
background-color: #652D2D;
}
.BgClassName
{
background-color: #652D2D;
}
</style>
border-color css
<style>
span { border-color: #652D2D; }
span { border-color: rgb(101,45,45); }
td.TdClassName
{
border-color: #652D2D;
}
.TagClassName
{
border-color: #652D2D;
}
</style>