#572930

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

Shades of Wine Berry #572930

Tints of Wine Berry #572930

Color information

#572930 (or 0x572930) is unknown color: approx Wine Berry. HEX triplet: 57, 29 and 30. RGB value is (87,41,48). Sum of RGB (Red+Green+Blue) = 87+41+48=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #572930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572930 is #A8D6CF. Grayscale: #373737. Windows color (decimal): -11065040 or 3156311. OLE color: 3156311.

HSL color Cylindrical-coordinate representation of color #572930: hue angle of 350.87º 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 #572930 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB874148-
CMYK00.530.450.66
HSL350.87º35.94%25.1%-
HSV(B)350.87º52.87%34.12%-
XYZ5.263.833.26-
YUV55.55123.74150.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 48 (19.14% from 255) = 27.27%
R=49.43%
G=23.30%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87414800.530.450.66350.8735.9425.1
Hex5729300352D4215f2419
Octal1275160065551025374431
Binary10101111010011100000110101101101100001010101111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572930; }

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

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

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

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

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

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

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

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