Shades of Persian Plum #642F2D
Tints of Persian Plum #642F2D
RGB
CMYK
RGB Variations
Color information
#642F2D (or 0x642F2D) is known color: Persian Plum. HEX triplet: 64, 2F and 2D. RGB value is (100,47,45). Sum of RGB (Red+Green+Blue) = 100+47+45=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #642F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642F2D is #9BD0D2. Grayscale: #3E3E3E. Windows color (decimal): -10211539 or 2961252. OLE color: 2961252.
HSL color Cylindrical-coordinate representation of color #642F2D: hue angle of 2.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #642F2D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 47 | 45 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.61 |
| HSL | 2.18º | 0.38% | 0.28% | - |
| HSV(B) | 2.18º | 0.55% | 0.39% | - |
| XYZ | 6.75 | 4.93 | 3.08 | - |
| YUV | 62.62 | 118.06 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 45 | 0 | 0.53 | 0.55 | 0.61 | 2.18 | 0.38 | 0.28 |
| Hex | 64 | 2F | 2D | 0 | 35 | 37 | 3D | 2 | 26 | 1C |
| Octal | 144 | 57 | 55 | 0 | 65 | 67 | 75 | 2 | 46 | 34 |
| Binary | 1100100 | 101111 | 101101 | 0 | 110101 | 110111 | 111101 | 10 | 100110 | 11100 |
Color Harmonies of #642F2D
Complementary color
Monochromatic Colors of #642F2D
Black with #642F2D
Text Example
Text Example
White with #642F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F2D; }
p { color: rgb(100,47,45); }
H1.HeaderClassName
{
color: #642F2D;
}
.AnyTagClassName
{
color: #642F2D;
}
</style>
background-color css
<style>
a { background-color: #642F2D; }
a { background-color: rgb(100,47,45); }
div.DivClassName
{
background-color: #642F2D;
}
.BgClassName
{
background-color: #642F2D;
}
</style>
border-color css
<style>
span { border-color: #642F2D; }
span { border-color: rgb(100,47,45); }
td.TdClassName
{
border-color: #642F2D;
}
.TagClassName
{
border-color: #642F2D;
}
</style>