#573144

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

Shades of Barossa #573144

Tints of Barossa #573144

Color information

#573144 (or 0x573144) is unknown color: approx Barossa. HEX triplet: 57, 31 and 44. RGB value is (87,49,68). Sum of RGB (Red+Green+Blue) = 87+49+68=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #573144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573144 is #A8CEBB. Grayscale: #3E3E3E. Windows color (decimal): -11062972 or 4469079. OLE color: 4469079.

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

Color convert

RGB874968-
CMYK00.440.220.66
HSL330º27.94%26.67%-
HSV(B)330º43.68%34.12%-
XYZ6.074.646.04-
YUV62.53131.09145.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=42.65%
G=24.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87496800.440.220.6633027.9426.67
Hex57314402C164214a1c1b
Octal12761104054261025123433
Binary1010111110001100010001011001011010000101010010101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573144; }

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

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

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

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

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

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

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

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