#513841

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

Shades of Wine Berry #513841

Tints of Wine Berry #513841

Color information

#513841 (or 0x513841) is unknown color: approx Wine Berry. HEX triplet: 51, 38 and 41. RGB value is (81,56,65). Sum of RGB (Red+Green+Blue) = 81+56+65=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513841 is #AEC7BE. Grayscale: #404040. Windows color (decimal): -11454399 or 4274257. OLE color: 4274257.

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

Color convert

RGB815665-
CMYK00.310.200.68
HSL338.4º18.25%26.86%-
HSV(B)338.4º30.86%31.76%-
XYZ5.764.965.65-
YUV64.5128.28139.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=40.10%
G=27.72%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81566500.310.200.68338.418.2526.86
Hex51384101F1444152121b
Octal12170101037241045222233
Binary101000111100010000010111111010010001001010100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513841; }

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

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

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

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

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

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

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

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