#473339

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

Shades of Wine Berry #473339

Tints of Wine Berry #473339

Color information

#473339 (or 0x473339) is unknown color: approx Wine Berry. HEX triplet: 47, 33 and 39. RGB value is (71,51,57). Sum of RGB (Red+Green+Blue) = 71+51+57=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #473339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473339 is #B8CCC6. Grayscale: #393939. Windows color (decimal): -12111047 or 3748679. OLE color: 3748679.

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

Color convert

RGB715157-
CMYK00.280.200.72
HSL342º16.39%23.92%-
HSV(B)342º28.17%27.84%-
XYZ4.5244.41-
YUV57.66127.63137.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=39.66%
G=28.49%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71515700.280.200.7234216.3923.92
Hex47333901C14481561018
Octal1076371034241105262030
Binary10001111100111110010111001010010010001010101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473339; }

 p { color: rgb(71,51,57); }

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

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

 a { background-color: rgb(71,51,57); }

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

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

 span { border-color: rgb(71,51,57); }

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