#472F36

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

Shades of Wine Berry #472F36

Tints of Wine Berry #472F36

Color information

#472F36 (or 0x472F36) is unknown color: approx Wine Berry. HEX triplet: 47, 2F and 36. RGB value is (71,47,54). Sum of RGB (Red+Green+Blue) = 71+47+54=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F36 is #B8D0C9. Grayscale: #363636. Windows color (decimal): -12112074 or 3551047. OLE color: 3551047.

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

Color convert

RGB714754-
CMYK00.340.240.72
HSL342.5º20.34%23.14%-
HSV(B)342.5º33.8%27.84%-
XYZ4.283.643.97-
YUV54.97127.45139.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.28%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 54 (21.48% from 255) = 31.40%
R=41.28%
G=27.33%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71475400.340.240.72342.520.3423.14
Hex472F3602218481561417
Octal1075766042301105262427
Binary100011110111111011001000101100010010001010101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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