#572931

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

Shades of Wine Berry #572931

Tints of Wine Berry #572931

Color information

#572931 (or 0x572931) is unknown color: approx Wine Berry. HEX triplet: 57, 29 and 31. RGB value is (87,41,49). Sum of RGB (Red+Green+Blue) = 87+41+49=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #572931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572931 is #A8D6CE. Grayscale: #373737. Windows color (decimal): -11065039 or 3221847. OLE color: 3221847.

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

Color convert

RGB874149-
CMYK00.530.440.66
HSL349.57º35.94%25.1%-
HSV(B)349.57º52.87%34.12%-
XYZ5.283.833.37-
YUV55.67124.24150.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 41 (16.41% from 255) = 23.16%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=49.15%
G=23.16%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87414900.530.440.66349.5735.9425.1
Hex5729310352C4215e2419
Octal1275161065541025364431
Binary10101111010011100010110101101100100001010101111010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572931; }

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

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

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

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

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

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

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

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