Shades of Persian Plum #64312D
Tints of Persian Plum #64312D
RGB
CMYK
RGB Variations
Color information
#64312D (or 0x64312D) is known color: Persian Plum. HEX triplet: 64, 31 and 2D. RGB value is (100,49,45). Sum of RGB (Red+Green+Blue) = 100+49+45=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #64312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64312D is #9BCED2. Grayscale: #3F3F3F. Windows color (decimal): -10211027 or 2961764. OLE color: 2961764.
HSL color Cylindrical-coordinate representation of color #64312D: hue angle of 4.36º 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 #64312D is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 49 | 45 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.61 |
| HSL | 4.36º | 0.38% | 0.28% | - |
| HSV(B) | 4.36º | 0.55% | 0.39% | - |
| XYZ | 6.83 | 5.1 | 3.11 | - |
| YUV | 63.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 45 | 0 | 0.51 | 0.55 | 0.61 | 4.36 | 0.38 | 0.28 |
| Hex | 64 | 31 | 2D | 0 | 33 | 37 | 3D | 4 | 26 | 1C |
| Octal | 144 | 61 | 55 | 0 | 63 | 67 | 75 | 4 | 46 | 34 |
| Binary | 1100100 | 110001 | 101101 | 0 | 110011 | 110111 | 111101 | 100 | 100110 | 11100 |
Color Harmonies of #64312D
Complementary color
Monochromatic Colors of #64312D
Black with #64312D
Text Example
Text Example
White with #64312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64312D; }
p { color: rgb(100,49,45); }
H1.HeaderClassName
{
color: #64312D;
}
.AnyTagClassName
{
color: #64312D;
}
</style>
background-color css
<style>
a { background-color: #64312D; }
a { background-color: rgb(100,49,45); }
div.DivClassName
{
background-color: #64312D;
}
.BgClassName
{
background-color: #64312D;
}
</style>
border-color css
<style>
span { border-color: #64312D; }
span { border-color: rgb(100,49,45); }
td.TdClassName
{
border-color: #64312D;
}
.TagClassName
{
border-color: #64312D;
}
</style>