#51333C

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

Shades of Wine Berry #51333C

Tints of Wine Berry #51333C

Color information

#51333C (or 0x51333C) is unknown color: approx Wine Berry. HEX triplet: 51, 33 and 3C. RGB value is (81,51,60). Sum of RGB (Red+Green+Blue) = 81+51+60=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51333C is #AECCC3. Grayscale: #3C3C3C. Windows color (decimal): -11455684 or 3945297. OLE color: 3945297.

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

Color convert

RGB815160-
CMYK00.370.260.68
HSL342º22.73%25.88%-
HSV(B)342º37.04%31.76%-
XYZ5.394.444.85-
YUV61127.44142.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.19%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=42.19%
G=26.56%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81516000.370.260.6834222.7325.88
Hex51333C0251A44156171a
Octal1216374045321045262732
Binary101000111001111110001001011101010001001010101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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