#572D38

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

Shades of Wine Berry #572D38

Tints of Wine Berry #572D38

Color information

#572D38 (or 0x572D38) is unknown color: approx Wine Berry. HEX triplet: 57, 2D and 38. RGB value is (87,45,56). Sum of RGB (Red+Green+Blue) = 87+45+56=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #572D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572D38 is #A8D2C7. Grayscale: #3A3A3A. Windows color (decimal): -11064008 or 3681623. OLE color: 3681623.

HSL color Cylindrical-coordinate representation of color #572D38: hue angle of 344.29º 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 #572D38 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB874556-
CMYK00.480.360.66
HSL344.29º31.82%25.88%-
HSV(B)344.29º48.28%34.12%-
XYZ5.584.194.26-
YUV58.81126.41148.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 56 (22.27% from 255) = 29.79%
R=46.28%
G=23.94%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87455600.480.360.66344.2931.8225.88
Hex572D380302442158201a
Octal1275570060441025304032
Binary10101111011011110000110000100100100001010101100010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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