#573141

Color #573141 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #573141

Tints of Tawny Port #573141

Color information

#573141 (or 0x573141) is unknown color: approx Tawny Port. HEX triplet: 57, 31 and 41. RGB value is (87,49,65). Sum of RGB (Red+Green+Blue) = 87+49+65=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #573141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573141 is #A8CEBE. Grayscale: #3E3E3E. Windows color (decimal): -11062975 or 4272471. OLE color: 4272471.

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

Color convert

RGB874965-
CMYK00.440.250.66
HSL334.74º27.94%26.67%-
HSV(B)334.74º43.68%34.12%-
XYZ5.984.65.57-
YUV62.19129.59145.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=43.28%
G=24.38%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87496500.440.250.66334.7427.9426.67
Hex57314102C194214f1c1b
Octal12761101054311025173433
Binary1010111110001100000101011001100110000101010011111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573141; }

 p { color: rgb(87,49,65); }

 H1.HeaderClassName
 {
   color: #573141;
 }
 .AnyTagClassName
 {
   color: #573141;
 }
</style>
background-color css

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

 a { background-color: rgb(87,49,65); }

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

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

 span { border-color: rgb(87,49,65); }

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