#513239

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

Shades of Wine Berry #513239

Tints of Wine Berry #513239

Color information

#513239 (or 0x513239) is unknown color: approx Wine Berry. HEX triplet: 51, 32 and 39. RGB value is (81,50,57). Sum of RGB (Red+Green+Blue) = 81+50+57=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #513239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513239 is #AECDC6. Grayscale: #3C3C3C. Windows color (decimal): -11455943 or 3748433. OLE color: 3748433.

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

Color convert

RGB815057-
CMYK00.380.300.68
HSL346.45º23.66%25.69%-
HSV(B)346.45º38.27%31.76%-
XYZ5.274.334.43-
YUV60.07126.27142.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=43.09%
G=26.60%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81505700.380.300.68346.4523.6625.69
Hex5132390261E4415a181a
Octal1216271046361045323032
Binary101000111001011100101001101111010001001010110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513239; }

 p { color: rgb(81,50,57); }

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

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

 a { background-color: rgb(81,50,57); }

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

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

 span { border-color: rgb(81,50,57); }

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