#572A31

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

Shades of Wine Berry #572A31

Tints of Wine Berry #572A31

Color information

#572A31 (or 0x572A31) is unknown color: approx Wine Berry. HEX triplet: 57, 2A and 31. RGB value is (87,42,49). Sum of RGB (Red+Green+Blue) = 87+42+49=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #572A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572A31 is #A8D5CE. Grayscale: #383838. Windows color (decimal): -11064783 or 3222103. OLE color: 3222103.

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

Color convert

RGB874249-
CMYK00.520.440.66
HSL350.67º34.88%25.29%-
HSV(B)350.67º51.72%34.12%-
XYZ5.313.93.38-
YUV56.25123.91149.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 42 (16.80% from 255) = 23.60%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=48.88%
G=23.60%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87424900.520.440.66350.6734.8825.29
Hex572A310342C4215f2319
Octal1275261064541025374331
Binary10101111010101100010110100101100100001010101111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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