#573042

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

Shades of Barossa #573042

Tints of Barossa #573042

Color information

#573042 (or 0x573042) is unknown color: approx Barossa. HEX triplet: 57, 30 and 42. RGB value is (87,48,66). Sum of RGB (Red+Green+Blue) = 87+48+66=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #573042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573042 is #A8CFBD. Grayscale: #3D3D3D. Windows color (decimal): -11063230 or 4337751. OLE color: 4337751.

HSL color Cylindrical-coordinate representation of color #573042: hue angle of 332.31º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #573042 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB874866-
CMYK00.450.240.66
HSL332.31º28.89%26.47%-
HSV(B)332.31º44.83%34.12%-
XYZ5.974.535.71-
YUV61.71130.42146.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=43.28%
G=23.88%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87486600.450.240.66332.3128.8926.47
Hex57304202D184214c1d1a
Octal12760102055301025143532
Binary1010111110000100001001011011100010000101010011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573042; }

 p { color: rgb(87,48,66); }

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

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

 a { background-color: rgb(87,48,66); }

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

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

 span { border-color: rgb(87,48,66); }

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