#472E36

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

Shades of Wine Berry #472E36

Tints of Wine Berry #472E36

Color information

#472E36 (or 0x472E36) is unknown color: approx Wine Berry. HEX triplet: 47, 2E and 36. RGB value is (71,46,54). Sum of RGB (Red+Green+Blue) = 71+46+54=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E36 is #B8D1C9. Grayscale: #363636. Windows color (decimal): -12112330 or 3550791. OLE color: 3550791.

HSL color Cylindrical-coordinate representation of color #472E36: hue angle of 340.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E36 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB714654-
CMYK00.350.240.72
HSL340.8º21.37%22.94%-
HSV(B)340.8º35.21%27.84%-
XYZ4.243.563.95-
YUV54.39127.78139.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.52%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 54 (21.48% from 255) = 31.58%
R=41.52%
G=26.90%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71465400.350.240.72340.821.3722.94
Hex472E3602318481551517
Octal1075666043301105252527
Binary100011110111011011001000111100010010001010101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472E36; }

 p { color: rgb(71,46,54); }

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

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

 a { background-color: rgb(71,46,54); }

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

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

 span { border-color: rgb(71,46,54); }

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