#57282F

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

Shades of Wine Berry #57282F

Tints of Wine Berry #57282F

Color information

#57282F (or 0x57282F) is unknown color: approx Wine Berry. HEX triplet: 57, 28 and 2F. RGB value is (87,40,47). Sum of RGB (Red+Green+Blue) = 87+40+47=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #57282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57282F is #A8D7D0. Grayscale: #363636. Windows color (decimal): -11065297 or 3090519. OLE color: 3090519.

HSL color Cylindrical-coordinate representation of color #57282F: hue angle of 351.06º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57282F is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB874047-
CMYK00.540.460.66
HSL351.06º37.01%24.9%-
HSV(B)351.06º54.02%34.12%-
XYZ5.23.753.14-
YUV54.85123.57150.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 47 (18.75% from 255) = 27.01%
R=50%
G=22.99%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87404700.540.460.66351.0637.0124.9
Hex57282F0362E4215f2519
Octal1275057066561025374531
Binary10101111010001011110110110101110100001010101111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57282F; }

 p { color: rgb(87,40,47); }

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

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

 a { background-color: rgb(87,40,47); }

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

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

 span { border-color: rgb(87,40,47); }

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