#462F36

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

Shades of Wine Berry #462F36

Tints of Wine Berry #462F36

Color information

#462F36 (or 0x462F36) is unknown color: approx Wine Berry. HEX triplet: 46, 2F and 36. RGB value is (70,47,54). Sum of RGB (Red+Green+Blue) = 70+47+54=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #462F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F36 is #B9D0C9. Grayscale: #363636. Windows color (decimal): -12177610 or 3551046. OLE color: 3551046.

HSL color Cylindrical-coordinate representation of color #462F36: hue angle of 341.74º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #462F36 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB704754-
CMYK00.330.230.73
HSL341.74º19.66%22.94%-
HSV(B)341.74º32.86%27.45%-
XYZ4.213.63.96-
YUV54.68127.62138.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40.94%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 54 (21.48% from 255) = 31.58%
R=40.94%
G=27.49%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70475400.330.230.73341.7419.6622.94
Hex462F3602117491561417
Octal1065766041271115262427
Binary100011010111111011001000011011110010011010101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462F36; }

 p { color: rgb(70,47,54); }

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

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

 a { background-color: rgb(70,47,54); }

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

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

 span { border-color: rgb(70,47,54); }

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