#5F3232

Color #5F3232 Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #5F3232

Tints of Persian Plum #5F3232

Color information

#5F3232 (or 0x5F3232) is unknown color: approx Persian Plum. HEX triplet: 5F, 32 and 32. RGB value is (95,50,50). Sum of RGB (Red+Green+Blue) = 95+50+50=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3232 is #A0CDCD. Grayscale: #3F3F3F. Windows color (decimal): -10538446 or 3289695. OLE color: 3289695.

HSL color Cylindrical-coordinate representation of color #5F3232: hue angle of 0º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F3232 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB955050-
CMYK00.470.470.63
HSL31.03%28.43%-
HSV(B)47.37%37.25%-
XYZ6.444.943.63-
YUV63.46120.41150.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 48.72%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=48.72%
G=25.64%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95505000.470.470.63031.0328.43
Hex5F323202F2F3F01f1c
Octal1376262057577703734
Binary1011111110010110010010111110111111111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F3232; }

 p { color: rgb(95,50,50); }

 H1.HeaderClassName
 {
   color: #5F3232;
 }
 .AnyTagClassName
 {
   color: #5F3232;
 }
</style>
background-color css

<style>
 a { background-color: #5F3232; }

 a { background-color: rgb(95,50,50); }

 div.DivClassName
 {
   background-color: #5F3232;
 }
 .BgClassName
 {
   background-color: #5F3232;
 }
</style>
border-color css

<style>
 span { border-color: #5F3232; }

 span { border-color: rgb(95,50,50); }

 td.TdClassName
 {
   border-color: #5F3232;
 }
 .TagClassName
 {
   border-color: #5F3232;
 }
</style>