#51343C

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

Shades of Wine Berry #51343C

Tints of Wine Berry #51343C

Color information

#51343C (or 0x51343C) is unknown color: approx Wine Berry. HEX triplet: 51, 34 and 3C. RGB value is (81,52,60). Sum of RGB (Red+Green+Blue) = 81+52+60=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51343C is #AECBC3. Grayscale: #3D3D3D. Windows color (decimal): -11455428 or 3945553. OLE color: 3945553.

HSL color Cylindrical-coordinate representation of color #51343C: hue angle of 343.45º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51343C is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB815260-
CMYK00.360.260.68
HSL343.45º21.8%26.08%-
HSV(B)343.45º35.8%31.76%-
XYZ5.444.534.86-
YUV61.58127.11141.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=41.97%
G=26.94%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81526000.360.260.68343.4521.826.08
Hex51343C0241A44157161a
Octal1216474044321045272632
Binary101000111010011110001001001101010001001010101111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51343C; }

 p { color: rgb(81,52,60); }

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

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

 a { background-color: rgb(81,52,60); }

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

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

 span { border-color: rgb(81,52,60); }

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