#572A43

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

Shades of Barossa #572A43

Tints of Barossa #572A43

Color information

#572A43 (or 0x572A43) is unknown color: approx Barossa. HEX triplet: 57, 2A and 43. RGB value is (87,42,67). Sum of RGB (Red+Green+Blue) = 87+42+67=196 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.39% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 87 - color contains mainly: red. Hex color #572A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A43 is #A8D5BC. Grayscale: #3A3A3A. Windows color (decimal): -11064765 or 4401751. OLE color: 4401751.

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

Color convert

RGB874267-
CMYK00.520.230.66
HSL326.67º34.88%25.29%-
HSV(B)326.67º51.72%34.12%-
XYZ5.774.095.79-
YUV58.3132.91148.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.39%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=44.39%
G=21.43%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87426700.520.230.66326.6734.8825.29
Hex572A4303417421472319
Octal12752103064271025074331
Binary10101111010101000011011010010111100001010100011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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