Html Css Color HEX #5A3751 Purple Taupe

📋 copy color: '#5A3751'

red 90 ◦ green 55 ◦ blue 81

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

Shades of Purple Taupe #5A3751

Tints of Purple Taupe #5A3751

RGB

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

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

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

R = 39.82%
G = 24.34%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#5A3751 (or 0x5A3751) is known color: Purple Taupe. HEX triplet: 5A, 37 and 51. RGB value is (90,55,81). Sum of RGB (Red+Green+Blue) = 90+55+81=226 (29% of max value = 765). Red value is 90 (35.55% from 255 or 39.82% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3751 is #A5C8AE. Grayscale: #444444. Windows color (decimal): -10864815 or 5322586. OLE color: 5322586.

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

Color convert

RGB 90 55 81 -
CMYK 0 0.39 0.1 0.65
HSL 315.43º 0.24% 0.28% -
HSV(B) 315.43º 0.39% 0.35% -
XYZ 7.07 5.5 8.47 -
YUV 68.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 90 55 81 0 0.39 0.1 0.65 315.43 0.24 0.28
Hex 5A 37 51 0 27 A 41 13B 18 1C
Octal 132 67 121 0 47 12 101 473 30 34
Binary 1011010 110111 1010001 0 100111 1010 1000001 100111011 11000 11100

Color Harmonies of #5A3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3751

Black with #5A3751

Text Example


Text Example

White with #5A3751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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