#51353F

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

Shades of Wine Berry #51353F

Tints of Wine Berry #51353F

Color information

#51353F (or 0x51353F) is unknown color: approx Wine Berry. HEX triplet: 51, 35 and 3F. RGB value is (81,53,63). Sum of RGB (Red+Green+Blue) = 81+53+63=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #51353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51353F is #AECAC0. Grayscale: #3E3E3E. Windows color (decimal): -11455169 or 4142417. OLE color: 4142417.

HSL color Cylindrical-coordinate representation of color #51353F: hue angle of 338.57º 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 #51353F is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB815363-
CMYK00.350.220.68
HSL338.57º20.9%26.27%-
HSV(B)338.57º34.57%31.76%-
XYZ5.564.655.31-
YUV62.51128.28141.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.12%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 63 (25% from 255) = 31.98%
R=41.12%
G=26.90%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81536300.350.220.68338.5720.926.27
Hex51353F0231644153151a
Octal1216577043261045232532
Binary101000111010111111101000111011010001001010100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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