Shades of Persian Plum #642C2B
Tints of Persian Plum #642C2B
RGB
CMYK
RGB Variations
Color information
#642C2B (or 0x642C2B) is known color: Persian Plum. HEX triplet: 64, 2C and 2B. RGB value is (100,44,43). Sum of RGB (Red+Green+Blue) = 100+44+43=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #642C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642C2B is #9BD3D4. Grayscale: #3C3C3C. Windows color (decimal): -10212309 or 2829412. OLE color: 2829412.
HSL color Cylindrical-coordinate representation of color #642C2B: hue angle of 1.05º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #642C2B is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 44 | 43 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.61 |
| HSL | 1.05º | 0.4% | 0.28% | - |
| HSV(B) | 1.05º | 0.57% | 0.39% | - |
| XYZ | 6.59 | 4.69 | 2.84 | - |
| YUV | 60.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 43 | 0 | 0.56 | 0.57 | 0.61 | 1.05 | 0.4 | 0.28 |
| Hex | 64 | 2C | 2B | 0 | 38 | 39 | 3D | 1 | 28 | 1C |
| Octal | 144 | 54 | 53 | 0 | 70 | 71 | 75 | 1 | 50 | 34 |
| Binary | 1100100 | 101100 | 101011 | 0 | 111000 | 111001 | 111101 | 1 | 101000 | 11100 |
Color Harmonies of #642C2B
Complementary color
Monochromatic Colors of #642C2B
Black with #642C2B
Text Example
Text Example
White with #642C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C2B; }
p { color: rgb(100,44,43); }
H1.HeaderClassName
{
color: #642C2B;
}
.AnyTagClassName
{
color: #642C2B;
}
</style>
background-color css
<style>
a { background-color: #642C2B; }
a { background-color: rgb(100,44,43); }
div.DivClassName
{
background-color: #642C2B;
}
.BgClassName
{
background-color: #642C2B;
}
</style>
border-color css
<style>
span { border-color: #642C2B; }
span { border-color: rgb(100,44,43); }
td.TdClassName
{
border-color: #642C2B;
}
.TagClassName
{
border-color: #642C2B;
}
</style>