Shades of Persian Plum #642F2E
Tints of Persian Plum #642F2E
RGB
CMYK
RGB Variations
Color information
#642F2E (or 0x642F2E) is known color: Persian Plum. HEX triplet: 64, 2F and 2E. RGB value is (100,47,46). Sum of RGB (Red+Green+Blue) = 100+47+46=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #642F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642F2E is #9BD0D1. Grayscale: #3E3E3E. Windows color (decimal): -10211538 or 3026788. OLE color: 3026788.
HSL color Cylindrical-coordinate representation of color #642F2E: hue angle of 1.11º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #642F2E is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 47 | 46 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.61 |
| HSL | 1.11º | 0.37% | 0.29% | - |
| HSV(B) | 1.11º | 0.54% | 0.39% | - |
| XYZ | 6.77 | 4.94 | 3.18 | - |
| YUV | 62.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 46 | 0 | 0.53 | 0.54 | 0.61 | 1.11 | 0.37 | 0.29 |
| Hex | 64 | 2F | 2E | 0 | 35 | 36 | 3D | 1 | 25 | 1D |
| Octal | 144 | 57 | 56 | 0 | 65 | 66 | 75 | 1 | 45 | 35 |
| Binary | 1100100 | 101111 | 101110 | 0 | 110101 | 110110 | 111101 | 1 | 100101 | 11101 |
Color Harmonies of #642F2E
Complementary color
Monochromatic Colors of #642F2E
Black with #642F2E
Text Example
Text Example
White with #642F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642F2E; }
p { color: rgb(100,47,46); }
H1.HeaderClassName
{
color: #642F2E;
}
.AnyTagClassName
{
color: #642F2E;
}
</style>
background-color css
<style>
a { background-color: #642F2E; }
a { background-color: rgb(100,47,46); }
div.DivClassName
{
background-color: #642F2E;
}
.BgClassName
{
background-color: #642F2E;
}
</style>
border-color css
<style>
span { border-color: #642F2E; }
span { border-color: rgb(100,47,46); }
td.TdClassName
{
border-color: #642F2E;
}
.TagClassName
{
border-color: #642F2E;
}
</style>