#572C3F

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

Shades of Barossa #572C3F

Tints of Barossa #572C3F

Color information

#572C3F (or 0x572C3F) is unknown color: approx Barossa. HEX triplet: 57, 2C and 3F. RGB value is (87,44,63). Sum of RGB (Red+Green+Blue) = 87+44+63=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C3F is #A8D3C0. Grayscale: #3A3A3A. Windows color (decimal): -11064257 or 4140119. OLE color: 4140119.

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

Color convert

RGB874463-
CMYK00.490.280.66
HSL333.49º32.82%25.69%-
HSV(B)333.49º49.43%34.12%-
XYZ5.734.195.21-
YUV59.02130.25147.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 63 (25% from 255) = 32.47%
R=44.85%
G=22.68%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87446300.490.280.66333.4932.8225.69
Hex572C3F0311C4214d211a
Octal1275477061341025154132
Binary1010111101100111111011000111100100001010100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,44,63); }

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

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

 a { background-color: rgb(87,44,63); }

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

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

 span { border-color: rgb(87,44,63); }

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