Html Css Color HEX #573C4F Purple Taupe

📋 copy color: '#573C4F'

red 87 ◦ green 60 ◦ blue 79

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

Shades of Purple Taupe #573C4F

Tints of Purple Taupe #573C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.55%

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 38.5%
G = 26.55%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#573C4F (or 0x573C4F) is known color: Purple Taupe. HEX triplet: 57, 3C and 4F. RGB value is (87,60,79). Sum of RGB (Red+Green+Blue) = 87+60+79=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #573C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573C4F is #A8C3B0. Grayscale: #464646. Windows color (decimal): -11060145 or 5192791. OLE color: 5192791.

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

Color convert

RGB 87 60 79 -
CMYK 0 0.31 0.09 0.66
HSL 317.78º 0.18% 0.29% -
HSV(B) 317.78º 0.31% 0.34% -
XYZ 6.96 5.82 8.15 -
YUV 70.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 87 60 79 0 0.31 0.09 0.66 317.78 0.18 0.29
Hex 57 3C 4F 0 1F 9 42 13E 12 1D
Octal 127 74 117 0 37 11 102 476 22 35
Binary 1010111 111100 1001111 0 11111 1001 1000010 100111110 10010 11101

Color Harmonies of #573C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573C4F

Black with #573C4F

Text Example


Text Example

White with #573C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,60,79); }

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

background-color css

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

 a { background-color: rgb(87,60,79); }

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

border-color css

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

 span { border-color: rgb(87,60,79); }

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