Shades of Persian Plum #5F3838
Tints of Persian Plum #5F3838
RGB
CMYK
RGB Variations
Color information
#5F3838 (or 0x5F3838) is known color: Persian Plum. HEX triplet: 5F, 38 and 38. RGB value is (95,56,56). Sum of RGB (Red+Green+Blue) = 95+56+56=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3838 is #A0C7C7. Grayscale: #434343. Windows color (decimal): -10536904 or 3684447. OLE color: 3684447.
HSL color Cylindrical-coordinate representation of color #5F3838: hue angle of 0º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F3838 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 56 | 56 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.63 |
| HSL | 0º | 0.26% | 0.3% | - |
| HSV(B) | 0º | 0.41% | 0.37% | - |
| XYZ | 6.85 | 5.55 | 4.45 | - |
| YUV | 67.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 56 | 56 | 0 | 0.41 | 0.41 | 0.63 | 0 | 0.26 | 0.3 |
| Hex | 5F | 38 | 38 | 0 | 29 | 29 | 3F | 0 | 1A | 1E |
| Octal | 137 | 70 | 70 | 0 | 51 | 51 | 77 | 0 | 32 | 36 |
| Binary | 1011111 | 111000 | 111000 | 0 | 101001 | 101001 | 111111 | 0 | 11010 | 11110 |
Color Harmonies of #5F3838
Complementary color
Monochromatic Colors of #5F3838
Black with #5F3838
Text Example
Text Example
White with #5F3838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3838; }
p { color: rgb(95,56,56); }
H1.HeaderClassName
{
color: #5F3838;
}
.AnyTagClassName
{
color: #5F3838;
}
</style>
background-color css
<style>
a { background-color: #5F3838; }
a { background-color: rgb(95,56,56); }
div.DivClassName
{
background-color: #5F3838;
}
.BgClassName
{
background-color: #5F3838;
}
</style>
border-color css
<style>
span { border-color: #5F3838; }
span { border-color: rgb(95,56,56); }
td.TdClassName
{
border-color: #5F3838;
}
.TagClassName
{
border-color: #5F3838;
}
</style>