Shades of Persian Plum #5E3534
Tints of Persian Plum #5E3534
RGB
CMYK
RGB Variations
Color information
#5E3534 (or 0x5E3534) is known color: Persian Plum. HEX triplet: 5E, 35 and 34. RGB value is (94,53,52). Sum of RGB (Red+Green+Blue) = 94+53+52=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3534 is #A1CACB. Grayscale: #414141. Windows color (decimal): -10603212 or 3421534. OLE color: 3421534.
HSL color Cylindrical-coordinate representation of color #5E3534: hue angle of 1.43º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E3534 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 53 | 52 | - |
CMYK | 0 | 0.44 | 0.45 | 0.63 |
HSL | 1.43º | 0.29% | 0.29% | - |
HSV(B) | 1.43º | 0.45% | 0.37% | - |
XYZ | 6.51 | 5.17 | 3.9 | - |
YUV | 65.15 | 120.58 | 148.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 53 | 52 | 0 | 0.44 | 0.45 | 0.63 | 1.43 | 0.29 | 0.29 |
Hex | 5E | 35 | 34 | 0 | 2C | 2D | 3F | 1 | 1D | 1D |
Octal | 136 | 65 | 64 | 0 | 54 | 55 | 77 | 1 | 35 | 35 |
Binary | 1011110 | 110101 | 110100 | 0 | 101100 | 101101 | 111111 | 1 | 11101 | 11101 |
Color Harmonies of #5E3534
Complementary color
Monochromatic Colors of #5E3534
Black with #5E3534
Text Example
Text Example
White with #5E3534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3534; }
p { color: rgb(94,53,52); }
H1.HeaderClassName
{
color: #5E3534;
}
.AnyTagClassName
{
color: #5E3534;
}
</style>
background-color css
<style>
a { background-color: #5E3534; }
a { background-color: rgb(94,53,52); }
div.DivClassName
{
background-color: #5E3534;
}
.BgClassName
{
background-color: #5E3534;
}
</style>
border-color css
<style>
span { border-color: #5E3534; }
span { border-color: rgb(94,53,52); }
td.TdClassName
{
border-color: #5E3534;
}
.TagClassName
{
border-color: #5E3534;
}
</style>