Shades of Persian Plum #64332F
Tints of Persian Plum #64332F
RGB
CMYK
RGB Variations
Color information
#64332F (or 0x64332F) is known color: Persian Plum. HEX triplet: 64, 33 and 2F. RGB value is (100,51,47). Sum of RGB (Red+Green+Blue) = 100+51+47=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #64332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64332F is #9BCCD0. Grayscale: #414141. Windows color (decimal): -10210513 or 3093348. OLE color: 3093348.
HSL color Cylindrical-coordinate representation of color #64332F: hue angle of 4.53º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64332F is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 51 | 47 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.61 |
| HSL | 4.53º | 0.36% | 0.29% | - |
| HSV(B) | 4.53º | 0.53% | 0.39% | - |
| XYZ | 6.95 | 5.28 | 3.34 | - |
| YUV | 65.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 47 | 0 | 0.49 | 0.53 | 0.61 | 4.53 | 0.36 | 0.29 |
| Hex | 64 | 33 | 2F | 0 | 31 | 35 | 3D | 5 | 24 | 1D |
| Octal | 144 | 63 | 57 | 0 | 61 | 65 | 75 | 5 | 44 | 35 |
| Binary | 1100100 | 110011 | 101111 | 0 | 110001 | 110101 | 111101 | 101 | 100100 | 11101 |
Color Harmonies of #64332F
Complementary color
Monochromatic Colors of #64332F
Black with #64332F
Text Example
Text Example
White with #64332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64332F; }
p { color: rgb(100,51,47); }
H1.HeaderClassName
{
color: #64332F;
}
.AnyTagClassName
{
color: #64332F;
}
</style>
background-color css
<style>
a { background-color: #64332F; }
a { background-color: rgb(100,51,47); }
div.DivClassName
{
background-color: #64332F;
}
.BgClassName
{
background-color: #64332F;
}
</style>
border-color css
<style>
span { border-color: #64332F; }
span { border-color: rgb(100,51,47); }
td.TdClassName
{
border-color: #64332F;
}
.TagClassName
{
border-color: #64332F;
}
</style>