#573146

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

Shades of Barossa #573146

Tints of Barossa #573146

Color information

#573146 (or 0x573146) is unknown color: approx Barossa. HEX triplet: 57, 31 and 46. RGB value is (87,49,70). Sum of RGB (Red+Green+Blue) = 87+49+70=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #573146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573146 is #A8CEB9. Grayscale: #3E3E3E. Windows color (decimal): -11062970 or 4600151. OLE color: 4600151.

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

Color convert

RGB874970-
CMYK00.440.200.66
HSL326.84º27.94%26.67%-
HSV(B)326.84º43.68%34.12%-
XYZ6.134.676.37-
YUV62.76132.09145.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 70 (27.73% from 255) = 33.98%
R=42.23%
G=23.79%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87497000.440.200.66326.8427.9426.67
Hex57314602C14421471c1b
Octal12761106054241025073433
Binary1010111110001100011001011001010010000101010001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573146; }

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

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

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

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

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

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

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

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