#572B35

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

Shades of Wine Berry #572B35

Tints of Wine Berry #572B35

Color information

#572B35 (or 0x572B35) is unknown color: approx Wine Berry. HEX triplet: 57, 2B and 35. RGB value is (87,43,53). Sum of RGB (Red+Green+Blue) = 87+43+53=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #572B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572B35 is #A8D4CA. Grayscale: #393939. Windows color (decimal): -11064523 or 3484503. OLE color: 3484503.

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

Color convert

RGB874353-
CMYK00.510.390.66
HSL346.36º33.85%25.49%-
HSV(B)346.36º50.57%34.12%-
XYZ5.444.013.86-
YUV57.3125.58149.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.54%
GREEN value IS 43 (17.19% from 255) = 23.50%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=47.54%
G=23.50%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87435300.510.390.66346.3633.8525.49
Hex572B35033274215a2219
Octal1275365063471025324231
Binary10101111010111101010110011100111100001010101101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,43,53); }

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

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

 a { background-color: rgb(87,43,53); }

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

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

 span { border-color: rgb(87,43,53); }

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