Html Css Color HEX #5E3939 Persian Plum

📋 copy color: '#5E3939'

red 94 ◦ green 57 ◦ blue 57

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

Shades of Persian Plum #5E3939

Tints of Persian Plum #5E3939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.4%

 BLUE value IS 57 (22.66% from 255) = 27.4%

R = 45.19%
G = 27.4%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5E3939 (or 0x5E3939) is known color: Persian Plum. HEX triplet: 5E, 39 and 39. RGB value is (94,57,57). Sum of RGB (Red+Green+Blue) = 94+57+57=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3939 is #A1C6C6. Grayscale: #444444. Windows color (decimal): -10602183 or 3750238. OLE color: 3750238.

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

Color convert

RGB 94 57 57 -
CMYK 0 0.39 0.39 0.63
HSL 0.25% 0.3% -
HSV(B) 0.39% 0.37% -
XYZ 6.82 5.6 4.59 -
YUV 68.06 121.76 146.5 -
System Red Green Blue C M Y K H S L
Decimal 94 57 57 0 0.39 0.39 0.63 0 0.25 0.3
Hex 5E 39 39 0 27 27 3F 0 19 1E
Octal 136 71 71 0 47 47 77 0 31 36
Binary 1011110 111001 111001 0 100111 100111 111111 0 11001 11110

Color Harmonies of #5E3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3939

Black with #5E3939

Text Example


Text Example

White with #5E3939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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