#51343A

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

Shades of Wine Berry #51343A

Tints of Wine Berry #51343A

Color information

#51343A (or 0x51343A) is unknown color: approx Wine Berry. HEX triplet: 51, 34 and 3A. RGB value is (81,52,58). Sum of RGB (Red+Green+Blue) = 81+52+58=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 58 (23.05% from 255 or 30.37% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51343A is #AECBC5. Grayscale: #3D3D3D. Windows color (decimal): -11455430 or 3814481. OLE color: 3814481.

HSL color Cylindrical-coordinate representation of color #51343A: hue angle of 347.59º 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 #51343A is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB815258-
CMYK00.360.280.68
HSL347.59º21.8%26.08%-
HSV(B)347.59º35.8%31.76%-
XYZ5.394.514.59-
YUV61.36126.11142.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 58 (23.05% from 255) = 30.37%
R=42.41%
G=27.23%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81525800.360.280.68347.5921.826.08
Hex51343A0241C4415c161a
Octal1216472044341045342632
Binary101000111010011101001001001110010001001010111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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