Shades of Persian Plum #652E2D
Tints of Persian Plum #652E2D
RGB
CMYK
RGB Variations
Color information
#652E2D (or 0x652E2D) is known color: Persian Plum. HEX triplet: 65, 2E and 2D. RGB value is (101,46,45). Sum of RGB (Red+Green+Blue) = 101+46+45=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #652E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652E2D is #9AD1D2. Grayscale: #3E3E3E. Windows color (decimal): -10146259 or 2960997. OLE color: 2960997.
HSL color Cylindrical-coordinate representation of color #652E2D: hue angle of 1.07º 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 #652E2D is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 46 | 45 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.60 |
| HSL | 1.07º | 0.38% | 0.29% | - |
| HSV(B) | 1.07º | 0.55% | 0.4% | - |
| XYZ | 6.82 | 4.91 | 3.07 | - |
| YUV | 62.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 45 | 0 | 0.54 | 0.55 | 0.60 | 1.07 | 0.38 | 0.29 |
| Hex | 65 | 2E | 2D | 0 | 36 | 37 | 3C | 1 | 26 | 1D |
| Octal | 145 | 56 | 55 | 0 | 66 | 67 | 74 | 1 | 46 | 35 |
| Binary | 1100101 | 101110 | 101101 | 0 | 110110 | 110111 | 111100 | 1 | 100110 | 11101 |
Color Harmonies of #652E2D
Complementary color
Monochromatic Colors of #652E2D
Black with #652E2D
Text Example
Text Example
White with #652E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652E2D; }
p { color: rgb(101,46,45); }
H1.HeaderClassName
{
color: #652E2D;
}
.AnyTagClassName
{
color: #652E2D;
}
</style>
background-color css
<style>
a { background-color: #652E2D; }
a { background-color: rgb(101,46,45); }
div.DivClassName
{
background-color: #652E2D;
}
.BgClassName
{
background-color: #652E2D;
}
</style>
border-color css
<style>
span { border-color: #652E2D; }
span { border-color: rgb(101,46,45); }
td.TdClassName
{
border-color: #652E2D;
}
.TagClassName
{
border-color: #652E2D;
}
</style>