#572C35

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

Shades of Wine Berry #572C35

Tints of Wine Berry #572C35

Color information

#572C35 (or 0x572C35) is unknown color: approx Wine Berry. HEX triplet: 57, 2C and 35. RGB value is (87,44,53). Sum of RGB (Red+Green+Blue) = 87+44+53=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #572C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572C35 is #A8D3CA. Grayscale: #393939. Windows color (decimal): -11064267 or 3484759. OLE color: 3484759.

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

Color convert

RGB874453-
CMYK00.490.390.66
HSL347.44º32.82%25.69%-
HSV(B)347.44º49.43%34.12%-
XYZ5.474.083.87-
YUV57.88125.25148.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 47.28%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 53 (21.09% from 255) = 28.80%
R=47.28%
G=23.91%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87445300.490.390.66347.4432.8225.69
Hex572C35031274215b211a
Octal1275465061471025334132
Binary10101111011001101010110001100111100001010101101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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