Html Css Color HEX #5E3951 Purple Taupe

📋 copy color: '#5E3951'

red 94 ◦ green 57 ◦ blue 81

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

Shades of Purple Taupe #5E3951

Tints of Purple Taupe #5E3951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.91%

R = 40.52%
G = 24.57%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#5E3951 (or 0x5E3951) is known color: Purple Taupe. HEX triplet: 5E, 39 and 51. RGB value is (94,57,81). Sum of RGB (Red+Green+Blue) = 94+57+81=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3951 is #A1C6AE. Grayscale: #464646. Windows color (decimal): -10602159 or 5323102. OLE color: 5323102.

HSL color Cylindrical-coordinate representation of color #5E3951: hue angle of 321.08º 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 #5E3951 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 57 81 -
CMYK 0 0.39 0.14 0.63
HSL 321.08º 0.25% 0.3% -
HSV(B) 321.08º 0.39% 0.37% -
XYZ 7.56 5.9 8.52 -
YUV 70.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 94 57 81 0 0.39 0.14 0.63 321.08 0.25 0.3
Hex 5E 39 51 0 27 E 3F 141 19 1E
Octal 136 71 121 0 47 16 77 501 31 36
Binary 1011110 111001 1010001 0 100111 1110 111111 101000001 11001 11110

Color Harmonies of #5E3951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3951

Black with #5E3951

Text Example


Text Example

White with #5E3951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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