#51383F

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

Shades of Wine Berry #51383F

Tints of Wine Berry #51383F

Color information

#51383F (or 0x51383F) is unknown color: approx Wine Berry. HEX triplet: 51, 38 and 3F. RGB value is (81,56,63). Sum of RGB (Red+Green+Blue) = 81+56+63=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 56 (22.27% from 255 or 28% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #51383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51383F is #AEC7C0. Grayscale: #404040. Windows color (decimal): -11454401 or 4143185. OLE color: 4143185.

HSL color Cylindrical-coordinate representation of color #51383F: hue angle of 343.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51383F is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB815663-
CMYK00.310.220.68
HSL343.2º18.25%26.86%-
HSV(B)343.2º30.86%31.76%-
XYZ5.74.945.35-
YUV64.27127.28139.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 56 (22.27% from 255) = 28%
BLUE value IS 63 (25% from 255) = 31.5%
R=40.5%
G=28%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81566300.310.220.68343.218.2526.86
Hex51383F01F1644157121b
Octal1217077037261045272233
Binary10100011110001111110111111011010001001010101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51383F; }

 p { color: rgb(81,56,63); }

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

<style>
 a { background-color: #51383F; }

 a { background-color: rgb(81,56,63); }

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

<style>
 span { border-color: #51383F; }

 span { border-color: rgb(81,56,63); }

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