#572B40

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

Shades of Barossa #572B40

Tints of Barossa #572B40

Color information

#572B40 (or 0x572B40) is unknown color: approx Barossa. HEX triplet: 57, 2B and 40. RGB value is (87,43,64). Sum of RGB (Red+Green+Blue) = 87+43+64=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B40 is #A8D4BF. Grayscale: #3A3A3A. Windows color (decimal): -11064512 or 4205399. OLE color: 4205399.

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

Color convert

RGB874364-
CMYK00.510.260.66
HSL331.36º33.85%25.49%-
HSV(B)331.36º50.57%34.12%-
XYZ5.724.125.35-
YUV58.55131.08148.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=44.85%
G=22.16%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87436400.510.260.66331.3633.8525.49
Hex572B400331A4214b2219
Octal12753100063321025134231
Binary10101111010111000000011001111010100001010100101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,43,64); }

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

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

 a { background-color: rgb(87,43,64); }

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

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

 span { border-color: rgb(87,43,64); }

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