#513237

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

Shades of Wine Berry #513237

Tints of Wine Berry #513237

Color information

#513237 (or 0x513237) is unknown color: approx Wine Berry. HEX triplet: 51, 32 and 37. RGB value is (81,50,55). Sum of RGB (Red+Green+Blue) = 81+50+55=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #513237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513237 is #AECDC8. Grayscale: #3B3B3B. Windows color (decimal): -11455945 or 3617361. OLE color: 3617361.

HSL color Cylindrical-coordinate representation of color #513237: hue angle of 350.32º 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 #513237 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB815055-
CMYK00.380.320.68
HSL350.32º23.66%25.69%-
HSV(B)350.32º38.27%31.76%-
XYZ5.224.314.17-
YUV59.84125.27143.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 55 (21.88% from 255) = 29.57%
R=43.55%
G=26.88%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81505500.380.320.68350.3223.6625.69
Hex513237026204415e181a
Octal1216267046401045363032
Binary1010001110010110111010011010000010001001010111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513237; }

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

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

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

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

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

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

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

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