#573043

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

Shades of Barossa #573043

Tints of Barossa #573043

Color information

#573043 (or 0x573043) is unknown color: approx Barossa. HEX triplet: 57, 30 and 43. RGB value is (87,48,67). Sum of RGB (Red+Green+Blue) = 87+48+67=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #573043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573043 is #A8CFBC. Grayscale: #3D3D3D. Windows color (decimal): -11063229 or 4403287. OLE color: 4403287.

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

Color convert

RGB874867-
CMYK00.450.230.66
HSL330.77º28.89%26.47%-
HSV(B)330.77º44.83%34.12%-
XYZ64.555.87-
YUV61.83130.92145.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.07%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=43.07%
G=23.76%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87486700.450.230.66330.7728.8926.47
Hex57304302D174214b1d1a
Octal12760103055271025133532
Binary1010111110000100001101011011011110000101010010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573043; }

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

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

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

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

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

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

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

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