#572D41

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

Shades of Barossa #572D41

Tints of Barossa #572D41

Color information

#572D41 (or 0x572D41) is unknown color: approx Barossa. HEX triplet: 57, 2D and 41. RGB value is (87,45,65). Sum of RGB (Red+Green+Blue) = 87+45+65=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 87 - color contains mainly: red. Hex color #572D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D41 is #A8D2BE. Grayscale: #3B3B3B. Windows color (decimal): -11063999 or 4271447. OLE color: 4271447.

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

Color convert

RGB874565-
CMYK00.480.250.66
HSL331.43º31.82%25.88%-
HSV(B)331.43º48.28%34.12%-
XYZ5.824.285.52-
YUV59.84130.91147.37-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 65 (25.78% from 255) = 32.99%
R=44.16%
G=22.84%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87456500.480.250.66331.4331.8225.88
Hex572D41030194214b201a
Octal12755101060311025134032
Binary10101111011011000001011000011001100001010100101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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