Shades of Persian Plum #652C2C
Tints of Persian Plum #652C2C
RGB
CMYK
RGB Variations
Color information
#652C2C (or 0x652C2C) is known color: Persian Plum. HEX triplet: 65, 2C and 2C. RGB value is (101,44,44). Sum of RGB (Red+Green+Blue) = 101+44+44=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #652C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C2C is #9AD3D3. Grayscale: #3D3D3D. Windows color (decimal): -10146772 or 2894949. OLE color: 2894949.
HSL color Cylindrical-coordinate representation of color #652C2C: hue angle of 0º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #652C2C is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 44 | 44 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.60 |
| HSL | 0º | 0.39% | 0.28% | - |
| HSV(B) | 0º | 0.56% | 0.4% | - |
| XYZ | 6.72 | 4.75 | 2.95 | - |
| YUV | 61.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 44 | 0 | 0.56 | 0.56 | 0.60 | 0 | 0.39 | 0.28 |
| Hex | 65 | 2C | 2C | 0 | 38 | 38 | 3C | 0 | 27 | 1C |
| Octal | 145 | 54 | 54 | 0 | 70 | 70 | 74 | 0 | 47 | 34 |
| Binary | 1100101 | 101100 | 101100 | 0 | 111000 | 111000 | 111100 | 0 | 100111 | 11100 |
Color Harmonies of #652C2C
Complementary color
Monochromatic Colors of #652C2C
Black with #652C2C
Text Example
Text Example
White with #652C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C2C; }
p { color: rgb(101,44,44); }
H1.HeaderClassName
{
color: #652C2C;
}
.AnyTagClassName
{
color: #652C2C;
}
</style>
background-color css
<style>
a { background-color: #652C2C; }
a { background-color: rgb(101,44,44); }
div.DivClassName
{
background-color: #652C2C;
}
.BgClassName
{
background-color: #652C2C;
}
</style>
border-color css
<style>
span { border-color: #652C2C; }
span { border-color: rgb(101,44,44); }
td.TdClassName
{
border-color: #652C2C;
}
.TagClassName
{
border-color: #652C2C;
}
</style>