#4E383F

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

Shades of Wine Berry #4E383F

Tints of Wine Berry #4E383F

Color information

#4E383F (or 0x4E383F) is unknown color: approx Wine Berry. HEX triplet: 4E, 38 and 3F. RGB value is (78,56,63). Sum of RGB (Red+Green+Blue) = 78+56+63=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E383F is #B1C7C0. Grayscale: #3F3F3F. Windows color (decimal): -11651009 or 4143182. OLE color: 4143182.

HSL color Cylindrical-coordinate representation of color #4E383F: hue angle of 340.91º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E383F is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB785663-
CMYK00.280.190.69
HSL340.91º16.42%26.27%-
HSV(B)340.91º28.21%30.59%-
XYZ5.454.815.34-
YUV63.38127.79138.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.59%
GREEN value IS 56 (22.27% from 255) = 28.43%
BLUE value IS 63 (25% from 255) = 31.98%
R=39.59%
G=28.43%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78566300.280.190.69340.9116.4226.27
Hex4E383F01C1345155101a
Octal1167077034231055252032
Binary10011101110001111110111001001110001011010101011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E383F; }

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

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

<style>
 a { background-color: #4E383F; }

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

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

<style>
 span { border-color: #4E383F; }

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

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