#572A41

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

Shades of Barossa #572A41

Tints of Barossa #572A41

Color information

#572A41 (or 0x572A41) is unknown color: approx Barossa. HEX triplet: 57, 2A and 41. RGB value is (87,42,65). Sum of RGB (Red+Green+Blue) = 87+42+65=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A41 is #A8D5BE. Grayscale: #3A3A3A. Windows color (decimal): -11064767 or 4270679. OLE color: 4270679.

HSL color Cylindrical-coordinate representation of color #572A41: hue angle of 329.33º 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 #572A41 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB874265-
CMYK00.520.250.66
HSL329.33º34.88%25.29%-
HSV(B)329.33º51.72%34.12%-
XYZ5.714.065.48-
YUV58.08131.91148.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 65 (25.78% from 255) = 33.51%
R=44.85%
G=21.65%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87426500.520.250.66329.3334.8825.29
Hex572A4103419421492319
Octal12752101064311025114331
Binary10101111010101000001011010011001100001010100100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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