Shades of Persian Plum #5E3635
Tints of Persian Plum #5E3635
RGB
CMYK
RGB Variations
Color information
#5E3635 (or 0x5E3635) is known color: Persian Plum. HEX triplet: 5E, 36 and 35. RGB value is (94,54,53). Sum of RGB (Red+Green+Blue) = 94+54+53=201 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.77% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3635 is #A1C9CA. Grayscale: #414141. Windows color (decimal): -10602955 or 3487326. OLE color: 3487326.
HSL color Cylindrical-coordinate representation of color #5E3635: hue angle of 1.46º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E3635 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 54 | 53 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.63 |
| HSL | 1.46º | 0.28% | 0.29% | - |
| HSV(B) | 1.46º | 0.44% | 0.37% | - |
| XYZ | 6.58 | 5.28 | 4.04 | - |
| YUV | 65.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 54 | 53 | 0 | 0.43 | 0.44 | 0.63 | 1.46 | 0.28 | 0.29 |
| Hex | 5E | 36 | 35 | 0 | 2B | 2C | 3F | 1 | 1C | 1D |
| Octal | 136 | 66 | 65 | 0 | 53 | 54 | 77 | 1 | 34 | 35 |
| Binary | 1011110 | 110110 | 110101 | 0 | 101011 | 101100 | 111111 | 1 | 11100 | 11101 |
Color Harmonies of #5E3635
Complementary color
Monochromatic Colors of #5E3635
Black with #5E3635
Text Example
Text Example
White with #5E3635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3635; }
p { color: rgb(94,54,53); }
H1.HeaderClassName
{
color: #5E3635;
}
.AnyTagClassName
{
color: #5E3635;
}
</style>
background-color css
<style>
a { background-color: #5E3635; }
a { background-color: rgb(94,54,53); }
div.DivClassName
{
background-color: #5E3635;
}
.BgClassName
{
background-color: #5E3635;
}
</style>
border-color css
<style>
span { border-color: #5E3635; }
span { border-color: rgb(94,54,53); }
td.TdClassName
{
border-color: #5E3635;
}
.TagClassName
{
border-color: #5E3635;
}
</style>