#513037

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

Shades of Wine Berry #513037

Tints of Wine Berry #513037

Color information

#513037 (or 0x513037) is unknown color: approx Wine Berry. HEX triplet: 51, 30 and 37. RGB value is (81,48,55). Sum of RGB (Red+Green+Blue) = 81+48+55=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 55 (21.88% from 255 or 29.89% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513037 is #AECFC8. Grayscale: #3A3A3A. Windows color (decimal): -11456457 or 3616849. OLE color: 3616849.

HSL color Cylindrical-coordinate representation of color #513037: hue angle of 347.27º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #513037 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB814855-
CMYK00.410.320.68
HSL347.27º25.58%25.29%-
HSV(B)347.27º40.74%31.76%-
XYZ5.144.144.14-
YUV58.66125.93143.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 55 (21.88% from 255) = 29.89%
R=44.02%
G=26.09%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81485500.410.320.68347.2725.5825.29
Hex513037029204415b1a19
Octal1216067051401045333231
Binary1010001110000110111010100110000010001001010110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513037; }

 p { color: rgb(81,48,55); }

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

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

 a { background-color: rgb(81,48,55); }

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

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

 span { border-color: rgb(81,48,55); }

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