Html Css Color HEX #5E3232 Persian Plum

📋 copy color: '#5E3232'

red 94 ◦ green 50 ◦ blue 50

#5E3232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Plum #5E3232

Tints of Persian Plum #5E3232

RGB

 RED value IS 94 (37.11% from 255) = 48.45%

 GREEN value IS 50 (19.92% from 255) = 25.77%

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 48.45%
G = 25.77%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#5E3232 (or 0x5E3232) is known color: Persian Plum. HEX triplet: 5E, 32 and 32. RGB value is (94,50,50). Sum of RGB (Red+Green+Blue) = 94+50+50=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3232 is #A1CDCD. Grayscale: #3F3F3F. Windows color (decimal): -10603982 or 3289694. OLE color: 3289694.

HSL color Cylindrical-coordinate representation of color #5E3232: 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 #5E3232 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 50 50 -
CMYK 0 0.47 0.47 0.63
HSL 0.31% 0.28% -
HSV(B) 0.47% 0.37% -
XYZ 6.33 4.89 3.63 -
YUV 63.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 94 50 50 0 0.47 0.47 0.63 0 0.31 0.28
Hex 5E 32 32 0 2F 2F 3F 0 1F 1C
Octal 136 62 62 0 57 57 77 0 37 34
Binary 1011110 110010 110010 0 101111 101111 111111 0 11111 11100

Color Harmonies of #5E3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3232

Black with #5E3232

Text Example


Text Example

White with #5E3232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E3232;
 }
 .AnyTagClassName
 {
   color: #5E3232;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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