Html Css Color HEX #573253 Purple Taupe

📋 copy color: '#573253'

red 87 ◦ green 50 ◦ blue 83

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

Shades of Purple Taupe #573253

Tints of Purple Taupe #573253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.73%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 39.55%
G = 22.73%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#573253 (or 0x573253) is known color: Purple Taupe. HEX triplet: 57, 32 and 53. RGB value is (87,50,83). Sum of RGB (Red+Green+Blue) = 87+50+83=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #573253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573253 is #A8CDAC. Grayscale: #404040. Windows color (decimal): -11062701 or 5452375. OLE color: 5452375.

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

Color convert

RGB 87 50 83 -
CMYK 0 0.43 0.05 0.66
HSL 306.49º 0.27% 0.27% -
HSV(B) 306.49º 0.43% 0.34% -
XYZ 6.63 4.93 8.79 -
YUV 64.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 87 50 83 0 0.43 0.05 0.66 306.49 0.27 0.27
Hex 57 32 53 0 2B 5 42 132 1B 1B
Octal 127 62 123 0 53 5 102 462 33 33
Binary 1010111 110010 1010011 0 101011 101 1000010 100110010 11011 11011

Color Harmonies of #573253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573253

Black with #573253

Text Example


Text Example

White with #573253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573253; }

 p { color: rgb(87,50,83); }

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

background-color css

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

 a { background-color: rgb(87,50,83); }

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

border-color css

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

 span { border-color: rgb(87,50,83); }

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