Html Css Color HEX #573950 Purple Taupe

📋 copy color: '#573950'

red 87 ◦ green 57 ◦ blue 80

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

Shades of Purple Taupe #573950

Tints of Purple Taupe #573950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 38.84%
G = 25.45%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#573950 (or 0x573950) is known color: Purple Taupe. HEX triplet: 57, 39 and 50. RGB value is (87,57,80). Sum of RGB (Red+Green+Blue) = 87+57+80=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #573950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573950 is #A8C6AF. Grayscale: #444444. Windows color (decimal): -11060912 or 5257559. OLE color: 5257559.

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

Color convert

RGB 87 57 80 -
CMYK 0 0.34 0.08 0.66
HSL 314º 0.21% 0.28% -
HSV(B) 314º 0.34% 0.34% -
XYZ 6.84 5.53 8.3 -
YUV 68.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 87 57 80 0 0.34 0.08 0.66 314 0.21 0.28
Hex 57 39 50 0 22 8 42 13A 15 1C
Octal 127 71 120 0 42 10 102 472 25 34
Binary 1010111 111001 1010000 0 100010 1000 1000010 100111010 10101 11100

Color Harmonies of #573950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573950

Black with #573950

Text Example


Text Example

White with #573950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573950; }

 p { color: rgb(87,57,80); }

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

background-color css

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

 a { background-color: rgb(87,57,80); }

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

border-color css

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

 span { border-color: rgb(87,57,80); }

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