#473238

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

Shades of Wine Berry #473238

Tints of Wine Berry #473238

Color information

#473238 (or 0x473238) is unknown color: approx Wine Berry. HEX triplet: 47, 32 and 38. RGB value is (71,50,56). Sum of RGB (Red+Green+Blue) = 71+50+56=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 71 - color contains mainly: red. Hex color #473238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473238 is #B8CDC7. Grayscale: #383838. Windows color (decimal): -12111304 or 3682887. OLE color: 3682887.

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

Color convert

RGB715056-
CMYK00.300.210.72
HSL342.86º17.36%23.73%-
HSV(B)342.86º29.58%27.84%-
XYZ4.453.914.26-
YUV56.96127.46138.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.11%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=40.11%
G=28.25%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71505600.300.210.72342.8617.3623.73
Hex47323801E15481571118
Octal1076270036251105272130
Binary10001111100101110000111101010110010001010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473238; }

 p { color: rgb(71,50,56); }

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

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

 a { background-color: rgb(71,50,56); }

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

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

 span { border-color: rgb(71,50,56); }

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