#51353B

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

Shades of Wine Berry #51353B

Tints of Wine Berry #51353B

Color information

#51353B (or 0x51353B) is unknown color: approx Wine Berry. HEX triplet: 51, 35 and 3B. RGB value is (81,53,59). Sum of RGB (Red+Green+Blue) = 81+53+59=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 81 - color contains mainly: red. Hex color #51353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51353B is #AECAC4. Grayscale: #3E3E3E. Windows color (decimal): -11455173 or 3880273. OLE color: 3880273.

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

Color convert

RGB815359-
CMYK00.350.270.68
HSL347.14º20.9%26.27%-
HSV(B)347.14º34.57%31.76%-
XYZ5.464.614.74-
YUV62.06126.28141.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.97%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=41.97%
G=27.46%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81535900.350.270.68347.1420.926.27
Hex51353B0231B4415b151a
Octal1216573043331045332532
Binary101000111010111101101000111101110001001010110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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