#573038

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

Shades of Wine Berry #573038

Tints of Wine Berry #573038

Color information

#573038 (or 0x573038) is unknown color: approx Wine Berry. HEX triplet: 57, 30 and 38. RGB value is (87,48,56). Sum of RGB (Red+Green+Blue) = 87+48+56=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #573038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573038 is #A8CFC7. Grayscale: #3C3C3C. Windows color (decimal): -11063240 or 3682391. OLE color: 3682391.

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

Color convert

RGB874856-
CMYK00.450.360.66
HSL347.69º28.89%26.47%-
HSV(B)347.69º44.83%34.12%-
XYZ5.74.434.3-
YUV60.57125.42146.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 48 (19.14% from 255) = 25.13%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=45.55%
G=25.13%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87485600.450.360.66347.6928.8926.47
Hex57303802D244215c1d1a
Octal1276070055441025343532
Binary1010111110000111000010110110010010000101010111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573038; }

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

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

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

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

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

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

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

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