Shades of Persian Plum #642D2D
Tints of Persian Plum #642D2D
RGB
CMYK
RGB Variations
Color information
#642D2D (or 0x642D2D) is known color: Persian Plum. HEX triplet: 64, 2D and 2D. RGB value is (100,45,45). Sum of RGB (Red+Green+Blue) = 100+45+45=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #642D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D2D is #9BD2D2. Grayscale: #3D3D3D. Windows color (decimal): -10212051 or 2960740. OLE color: 2960740.
HSL color Cylindrical-coordinate representation of color #642D2D: hue angle of 0º 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 #642D2D is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 45 | 45 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.61 |
| HSL | 0º | 0.38% | 0.28% | - |
| HSV(B) | 0º | 0.55% | 0.39% | - |
| XYZ | 6.67 | 4.78 | 3.05 | - |
| YUV | 61.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 45 | 0 | 0.55 | 0.55 | 0.61 | 0 | 0.38 | 0.28 |
| Hex | 64 | 2D | 2D | 0 | 37 | 37 | 3D | 0 | 26 | 1C |
| Octal | 144 | 55 | 55 | 0 | 67 | 67 | 75 | 0 | 46 | 34 |
| Binary | 1100100 | 101101 | 101101 | 0 | 110111 | 110111 | 111101 | 0 | 100110 | 11100 |
Color Harmonies of #642D2D
Complementary color
Monochromatic Colors of #642D2D
Black with #642D2D
Text Example
Text Example
White with #642D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D2D; }
p { color: rgb(100,45,45); }
H1.HeaderClassName
{
color: #642D2D;
}
.AnyTagClassName
{
color: #642D2D;
}
</style>
background-color css
<style>
a { background-color: #642D2D; }
a { background-color: rgb(100,45,45); }
div.DivClassName
{
background-color: #642D2D;
}
.BgClassName
{
background-color: #642D2D;
}
</style>
border-color css
<style>
span { border-color: #642D2D; }
span { border-color: rgb(100,45,45); }
td.TdClassName
{
border-color: #642D2D;
}
.TagClassName
{
border-color: #642D2D;
}
</style>