#51353D

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

Shades of Wine Berry #51353D

Tints of Wine Berry #51353D

Color information

#51353D (or 0x51353D) is unknown color: approx Wine Berry. HEX triplet: 51, 35 and 3D. RGB value is (81,53,61). Sum of RGB (Red+Green+Blue) = 81+53+61=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #51353D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51353D is #AECAC2. Grayscale: #3E3E3E. Windows color (decimal): -11455171 or 4011345. OLE color: 4011345.

HSL color Cylindrical-coordinate representation of color #51353D: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51353D is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB815361-
CMYK00.350.250.68
HSL342.86º20.9%26.27%-
HSV(B)342.86º34.57%31.76%-
XYZ5.514.635.02-
YUV62.28127.28141.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=41.54%
G=27.18%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81536100.350.250.68342.8620.926.27
Hex51353D0231944157151a
Octal1216575043311045272532
Binary101000111010111110101000111100110001001010101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51353D; }

 p { color: rgb(81,53,61); }

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

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

 a { background-color: rgb(81,53,61); }

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

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

 span { border-color: rgb(81,53,61); }

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