#513941

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

Shades of Wine Berry #513941

Tints of Wine Berry #513941

Color information

#513941 (or 0x513941) is unknown color: approx Wine Berry. HEX triplet: 51, 39 and 41. RGB value is (81,57,65). Sum of RGB (Red+Green+Blue) = 81+57+65=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #513941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513941 is #AEC6BE. Grayscale: #414141. Windows color (decimal): -11454143 or 4274513. OLE color: 4274513.

HSL color Cylindrical-coordinate representation of color #513941: hue angle of 340º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513941 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB815765-
CMYK00.300.200.68
HSL340º17.39%27.06%-
HSV(B)340º29.63%31.76%-
XYZ5.815.065.67-
YUV65.09127.95139.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.90%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=39.90%
G=28.08%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81576500.300.200.6834017.3927.06
Hex51394101E1444154111b
Octal12171101036241045242133
Binary101000111100110000010111101010010001001010101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513941; }

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

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

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

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

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

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

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

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