#573145

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

Shades of Barossa #573145

Tints of Barossa #573145

Color information

#573145 (or 0x573145) is unknown color: approx Barossa. HEX triplet: 57, 31 and 45. RGB value is (87,49,69). Sum of RGB (Red+Green+Blue) = 87+49+69=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #573145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573145 is #A8CEBA. Grayscale: #3E3E3E. Windows color (decimal): -11062971 or 4534615. OLE color: 4534615.

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

Color convert

RGB874969-
CMYK00.440.210.66
HSL328.42º27.94%26.67%-
HSV(B)328.42º43.68%34.12%-
XYZ6.14.656.21-
YUV62.64131.59145.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=42.44%
G=23.90%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87496900.440.210.66328.4227.9426.67
Hex57314502C15421481c1b
Octal12761105054251025103433
Binary1010111110001100010101011001010110000101010010001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573145; }

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

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

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

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

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

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

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

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