#463137

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

Shades of Wine Berry #463137

Tints of Wine Berry #463137

Color information

#463137 (or 0x463137) is unknown color: approx Wine Berry. HEX triplet: 46, 31 and 37. RGB value is (70,49,55). Sum of RGB (Red+Green+Blue) = 70+49+55=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #463137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463137 is #B9CEC8. Grayscale: #373737. Windows color (decimal): -12177097 or 3617094. OLE color: 3617094.

HSL color Cylindrical-coordinate representation of color #463137: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463137 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB704955-
CMYK00.300.210.73
HSL342.86º17.65%23.33%-
HSV(B)342.86º30%27.45%-
XYZ4.313.774.12-
YUV55.96127.46138.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.23%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 55 (21.88% from 255) = 31.61%
R=40.23%
G=28.16%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70495500.300.210.73342.8617.6523.33
Hex46313701E15491571217
Octal1066167036251115272227
Binary10001101100011101110111101010110010011010101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463137; }

 p { color: rgb(70,49,55); }

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

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

 a { background-color: rgb(70,49,55); }

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

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

 span { border-color: rgb(70,49,55); }

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