#47363B

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

Shades of Wine Berry #47363B

Tints of Wine Berry #47363B

Color information

#47363B (or 0x47363B) is unknown color: approx Wine Berry. HEX triplet: 47, 36 and 3B. RGB value is (71,54,59). Sum of RGB (Red+Green+Blue) = 71+54+59=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #47363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47363B is #B8C9C4. Grayscale: #3B3B3B. Windows color (decimal): -12110277 or 3880519. OLE color: 3880519.

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

Color convert

RGB715459-
CMYK00.240.170.72
HSL342.35º13.6%24.51%-
HSV(B)342.35º23.94%27.84%-
XYZ4.714.294.72-
YUV59.65127.63136.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 54 (21.48% from 255) = 29.35%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=38.59%
G=29.35%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71545900.240.170.72342.3513.624.51
Hex47363B0181148156e19
Octal1076673030211105261631
Binary1000111110110111011011000100011001000101010110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47363B; }

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

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

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

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

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

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

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

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