#4A363C

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

Shades of Wine Berry #4A363C

Tints of Wine Berry #4A363C

Color information

#4A363C (or 0x4A363C) is unknown color: approx Wine Berry. HEX triplet: 4A, 36 and 3C. RGB value is (74,54,60). Sum of RGB (Red+Green+Blue) = 74+54+60=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 74 - color contains mainly: red. Hex color #4A363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A363C is #B5C9C3. Grayscale: #3C3C3C. Windows color (decimal): -11913668 or 3946058. OLE color: 3946058.

HSL color Cylindrical-coordinate representation of color #4A363C: hue angle of 342º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A363C is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB745460-
CMYK00.270.190.71
HSL342º15.63%25.1%-
HSV(B)342º27.03%29.02%-
XYZ4.964.424.87-
YUV60.66127.63137.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.36%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=39.36%
G=28.72%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74546000.270.190.7134215.6325.1
Hex4A363C01B13471561019
Octal1126674033231075262031
Binary10010101101101111000110111001110001111010101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A363C; }

 p { color: rgb(74,54,60); }

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

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

 a { background-color: rgb(74,54,60); }

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

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

 span { border-color: rgb(74,54,60); }

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