Html Css Color HEX #573F51 Purple Taupe

📋 copy color: '#573F51'

red 87 ◦ green 63 ◦ blue 81

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

Shades of Purple Taupe #573F51

Tints of Purple Taupe #573F51

RGB

 RED value IS 87 (34.38% from 255) = 37.66%

 GREEN value IS 63 (25% from 255) = 27.27%

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

R = 37.66%
G = 27.27%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#573F51 (or 0x573F51) is known color: Purple Taupe. HEX triplet: 57, 3F and 51. RGB value is (87,63,81). Sum of RGB (Red+Green+Blue) = 87+63+81=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #573F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573F51 is #A8C0AE. Grayscale: #484848. Windows color (decimal): -11059375 or 5324631. OLE color: 5324631.

HSL color Cylindrical-coordinate representation of color #573F51: hue angle of 315º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #573F51 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 63 81 -
CMYK 0 0.28 0.07 0.66
HSL 315º 0.16% 0.29% -
HSV(B) 315º 0.28% 0.34% -
XYZ 7.19 6.18 8.6 -
YUV 72.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 87 63 81 0 0.28 0.07 0.66 315 0.16 0.29
Hex 57 3F 51 0 1C 7 42 13B 10 1D
Octal 127 77 121 0 34 7 102 473 20 35
Binary 1010111 111111 1010001 0 11100 111 1000010 100111011 10000 11101

Color Harmonies of #573F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573F51

Black with #573F51

Text Example


Text Example

White with #573F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573F51; }

 p { color: rgb(87,63,81); }

 H1.HeaderClassName
 {
   color: #573F51;
 }
 .AnyTagClassName
 {
   color: #573F51;
 }
</style>

background-color css

<style>
 a { background-color: #573F51; }

 a { background-color: rgb(87,63,81); }

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

border-color css

<style>
 span { border-color: #573F51; }

 span { border-color: rgb(87,63,81); }

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