Shades of Persian Plum #5F2F2F
Tints of Persian Plum #5F2F2F
RGB
CMYK
RGB Variations
Color information
#5F2F2F (or 0x5F2F2F) is known color: Persian Plum. HEX triplet: 5F, 2F and 2F. RGB value is (95,47,47). Sum of RGB (Red+Green+Blue) = 95+47+47=189 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50.26% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2F2F is #A0D0D0. Grayscale: #3D3D3D. Windows color (decimal): -10539217 or 3092319. OLE color: 3092319.
HSL color Cylindrical-coordinate representation of color #5F2F2F: hue angle of 0º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F2F2F is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 47 | 47 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.63 |
| HSL | 0º | 0.34% | 0.28% | - |
| HSV(B) | 0º | 0.51% | 0.37% | - |
| XYZ | 6.25 | 4.67 | 3.26 | - |
| YUV | 61.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 47 | 47 | 0 | 0.51 | 0.51 | 0.63 | 0 | 0.34 | 0.28 |
| Hex | 5F | 2F | 2F | 0 | 33 | 33 | 3F | 0 | 22 | 1C |
| Octal | 137 | 57 | 57 | 0 | 63 | 63 | 77 | 0 | 42 | 34 |
| Binary | 1011111 | 101111 | 101111 | 0 | 110011 | 110011 | 111111 | 0 | 100010 | 11100 |
Color Harmonies of #5F2F2F
Complementary color
Monochromatic Colors of #5F2F2F
Black with #5F2F2F
Text Example
Text Example
White with #5F2F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2F2F; }
p { color: rgb(95,47,47); }
H1.HeaderClassName
{
color: #5F2F2F;
}
.AnyTagClassName
{
color: #5F2F2F;
}
</style>
background-color css
<style>
a { background-color: #5F2F2F; }
a { background-color: rgb(95,47,47); }
div.DivClassName
{
background-color: #5F2F2F;
}
.BgClassName
{
background-color: #5F2F2F;
}
</style>
border-color css
<style>
span { border-color: #5F2F2F; }
span { border-color: rgb(95,47,47); }
td.TdClassName
{
border-color: #5F2F2F;
}
.TagClassName
{
border-color: #5F2F2F;
}
</style>