#572E43

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

Shades of Barossa #572E43

Tints of Barossa #572E43

Color information

#572E43 (or 0x572E43) is unknown color: approx Barossa. HEX triplet: 57, 2E and 43. RGB value is (87,46,67). Sum of RGB (Red+Green+Blue) = 87+46+67=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #572E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572E43 is #A8D1BC. Grayscale: #3C3C3C. Windows color (decimal): -11063741 or 4402775. OLE color: 4402775.

HSL color Cylindrical-coordinate representation of color #572E43: hue angle of 329.27º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #572E43 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB874667-
CMYK00.470.230.66
HSL329.27º30.83%26.08%-
HSV(B)329.27º47.13%34.12%-
XYZ5.924.395.84-
YUV60.65131.58146.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 46 (18.36% from 255) = 23%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=43.5%
G=23%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87466700.470.230.66329.2730.8326.08
Hex572E4302F17421491f1a
Octal12756103057271025113732
Binary1010111101110100001101011111011110000101010010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572E43; }

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

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

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

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

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

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

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

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