Html Css Color HEX #573140 Tawny Port

📋 copy color: '#573140'

red 87 ◦ green 49 ◦ blue 64

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

Shades of Tawny Port #573140

Tints of Tawny Port #573140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 64 (25.39% from 255) = 32%

R = 43.5%
G = 24.5%
B = 32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#573140 (or 0x573140) is known color: Tawny Port. HEX triplet: 57, 31 and 40. RGB value is (87,49,64). Sum of RGB (Red+Green+Blue) = 87+49+64=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #573140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573140 is #A8CEBF. Grayscale: #3E3E3E. Windows color (decimal): -11062976 or 4206935. OLE color: 4206935.

HSL color Cylindrical-coordinate representation of color #573140: hue angle of 336.32º 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 #573140 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 49 64 -
CMYK 0 0.44 0.26 0.66
HSL 336.32º 0.28% 0.27% -
HSV(B) 336.32º 0.44% 0.34% -
XYZ 5.95 4.59 5.42 -
YUV 62.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 87 49 64 0 0.44 0.26 0.66 336.32 0.28 0.27
Hex 57 31 40 0 2C 1A 42 150 1C 1B
Octal 127 61 100 0 54 32 102 520 34 33
Binary 1010111 110001 1000000 0 101100 11010 1000010 101010000 11100 11011

Color Harmonies of #573140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573140

Black with #573140

Text Example


Text Example

White with #573140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573140; }

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

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

background-color css

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

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

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

border-color css

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

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

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