Html Css Color HEX #5A3651 Purple Taupe

📋 copy color: '#5A3651'

red 90 ◦ green 54 ◦ blue 81

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

Shades of Purple Taupe #5A3651

Tints of Purple Taupe #5A3651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

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

R = 40%
G = 24%
B = 36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#5A3651 (or 0x5A3651) is known color: Purple Taupe. HEX triplet: 5A, 36 and 51. RGB value is (90,54,81). Sum of RGB (Red+Green+Blue) = 90+54+81=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A3651 is #A5C9AE. Grayscale: #434343. Windows color (decimal): -10865071 or 5322330. OLE color: 5322330.

HSL color Cylindrical-coordinate representation of color #5A3651: hue angle of 315º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A3651 is Cyan = 0, Magento = 0.40, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 81 -
CMYK 0 0.40 0.1 0.65
HSL 315º 0.25% 0.28% -
HSV(B) 315º 0.4% 0.35% -
XYZ 7.02 5.41 8.46 -
YUV 67.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 90 54 81 0 0.40 0.1 0.65 315 0.25 0.28
Hex 5A 36 51 0 28 A 41 13B 19 1C
Octal 132 66 121 0 50 12 101 473 31 34
Binary 1011010 110110 1010001 0 101000 1010 1000001 100111011 11001 11100

Color Harmonies of #5A3651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3651

Black with #5A3651

Text Example


Text Example

White with #5A3651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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