#513136

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

Shades of Wine Berry #513136

Tints of Wine Berry #513136

Color information

#513136 (or 0x513136) is unknown color: approx Wine Berry. HEX triplet: 51, 31 and 36. RGB value is (81,49,54). Sum of RGB (Red+Green+Blue) = 81+49+54=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #513136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513136 is #AECEC9. Grayscale: #3B3B3B. Windows color (decimal): -11456202 or 3551569. OLE color: 3551569.

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

Color convert

RGB814954-
CMYK00.400.330.68
HSL350.62º24.62%25.49%-
HSV(B)350.62º39.51%31.76%-
XYZ5.164.214.03-
YUV59.14125.1143.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 54 (21.48% from 255) = 29.35%
R=44.02%
G=26.63%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81495400.400.330.68350.6224.6225.49
Hex513136028214415f1919
Octal1216166050411045373131
Binary1010001110001110110010100010000110001001010111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513136; }

 p { color: rgb(81,49,54); }

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

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

 a { background-color: rgb(81,49,54); }

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

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

 span { border-color: rgb(81,49,54); }

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