Shades of Persian Plum #642B2B
Tints of Persian Plum #642B2B
RGB
CMYK
RGB Variations
Color information
#642B2B (or 0x642B2B) is known color: Persian Plum. HEX triplet: 64, 2B and 2B. RGB value is (100,43,43). Sum of RGB (Red+Green+Blue) = 100+43+43=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #642B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B2B is #9BD4D4. Grayscale: #3C3C3C. Windows color (decimal): -10212565 or 2829156. OLE color: 2829156.
HSL color Cylindrical-coordinate representation of color #642B2B: hue angle of 0º 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 #642B2B is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 43 | 43 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.61 |
| HSL | 0º | 0.4% | 0.28% | - |
| HSV(B) | 0º | 0.57% | 0.39% | - |
| XYZ | 6.56 | 4.61 | 2.83 | - |
| YUV | 60.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 43 | 0 | 0.57 | 0.57 | 0.61 | 0 | 0.4 | 0.28 |
| Hex | 64 | 2B | 2B | 0 | 39 | 39 | 3D | 0 | 28 | 1C |
| Octal | 144 | 53 | 53 | 0 | 71 | 71 | 75 | 0 | 50 | 34 |
| Binary | 1100100 | 101011 | 101011 | 0 | 111001 | 111001 | 111101 | 0 | 101000 | 11100 |
Color Harmonies of #642B2B
Complementary color
Monochromatic Colors of #642B2B
Black with #642B2B
Text Example
Text Example
White with #642B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B2B; }
p { color: rgb(100,43,43); }
H1.HeaderClassName
{
color: #642B2B;
}
.AnyTagClassName
{
color: #642B2B;
}
</style>
background-color css
<style>
a { background-color: #642B2B; }
a { background-color: rgb(100,43,43); }
div.DivClassName
{
background-color: #642B2B;
}
.BgClassName
{
background-color: #642B2B;
}
</style>
border-color css
<style>
span { border-color: #642B2B; }
span { border-color: rgb(100,43,43); }
td.TdClassName
{
border-color: #642B2B;
}
.TagClassName
{
border-color: #642B2B;
}
</style>