Html Css Color HEX #5A3752 Purple Taupe

📋 copy color: '#5A3752'

red 90 ◦ green 55 ◦ blue 82

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

Shades of Purple Taupe #5A3752

Tints of Purple Taupe #5A3752

RGB

 RED value IS 90 (35.55% from 255) = 39.65%

 GREEN value IS 55 (21.88% from 255) = 24.23%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 39.65%
G = 24.23%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#5A3752 (or 0x5A3752) is known color: Purple Taupe. HEX triplet: 5A, 37 and 52. RGB value is (90,55,82). Sum of RGB (Red+Green+Blue) = 90+55+82=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3752 is #A5C8AD. Grayscale: #444444. Windows color (decimal): -10864814 or 5388122. OLE color: 5388122.

HSL color Cylindrical-coordinate representation of color #5A3752: hue angle of 313.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A3752 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 55 82 -
CMYK 0 0.39 0.09 0.65
HSL 313.71º 0.24% 0.28% -
HSV(B) 313.71º 0.39% 0.35% -
XYZ 7.11 5.52 8.67 -
YUV 68.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 90 55 82 0 0.39 0.09 0.65 313.71 0.24 0.28
Hex 5A 37 52 0 27 9 41 13A 18 1C
Octal 132 67 122 0 47 11 101 472 30 34
Binary 1011010 110111 1010010 0 100111 1001 1000001 100111010 11000 11100

Color Harmonies of #5A3752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3752

Black with #5A3752

Text Example


Text Example

White with #5A3752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,55,82); }

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

background-color css

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

 a { background-color: rgb(90,55,82); }

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

border-color css

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

 span { border-color: rgb(90,55,82); }

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