#51313D

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

Shades of Wine Berry #51313D

Tints of Wine Berry #51313D

Color information

#51313D (or 0x51313D) is unknown color: approx Wine Berry. HEX triplet: 51, 31 and 3D. RGB value is (81,49,61). Sum of RGB (Red+Green+Blue) = 81+49+61=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #51313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51313D is #AECEC2. Grayscale: #3B3B3B. Windows color (decimal): -11456195 or 4010321. OLE color: 4010321.

HSL color Cylindrical-coordinate representation of color #51313D: hue angle of 337.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51313D is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB814961-
CMYK00.400.250.68
HSL337.5º24.62%25.49%-
HSV(B)337.5º39.51%31.76%-
XYZ5.334.284.96-
YUV59.94128.6143.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 61 (24.22% from 255) = 31.94%
R=42.41%
G=25.65%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81496100.400.250.68337.524.6225.49
Hex51313D02819441521919
Octal1216175050311045223131
Binary101000111000111110101010001100110001001010100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51313D; }

 p { color: rgb(81,49,61); }

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

<style>
 a { background-color: #51313D; }

 a { background-color: rgb(81,49,61); }

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

<style>
 span { border-color: #51313D; }

 span { border-color: rgb(81,49,61); }

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