Html Css Color HEX #574050 Purple Taupe

📋 copy color: '#574050'

red 87 ◦ green 64 ◦ blue 80

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

Shades of Purple Taupe #574050

Tints of Purple Taupe #574050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 37.66%
G = 27.71%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#574050 (or 0x574050) is known color: Purple Taupe. HEX triplet: 57, 40 and 50. RGB value is (87,64,80). Sum of RGB (Red+Green+Blue) = 87+64+80=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #574050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574050 is #A8BFAF. Grayscale: #484848. Windows color (decimal): -11059120 or 5259351. OLE color: 5259351.

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

Color convert

RGB 87 64 80 -
CMYK 0 0.26 0.08 0.66
HSL 318.26º 0.15% 0.3% -
HSV(B) 318.26º 0.26% 0.34% -
XYZ 7.21 6.27 8.42 -
YUV 72.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 87 64 80 0 0.26 0.08 0.66 318.26 0.15 0.3
Hex 57 40 50 0 1A 8 42 13E F 1E
Octal 127 100 120 0 32 10 102 476 17 36
Binary 1010111 1000000 1010000 0 11010 1000 1000010 100111110 1111 11110

Color Harmonies of #574050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574050

Black with #574050

Text Example


Text Example

White with #574050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574050; }

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

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

background-color css

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

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

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

border-color css

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

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

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