#5A2C36

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

Shades of Wine Berry #5A2C36

Tints of Wine Berry #5A2C36

Color information

#5A2C36 (or 0x5A2C36) is unknown color: approx Wine Berry. HEX triplet: 5A, 2C and 36. RGB value is (90,44,54). Sum of RGB (Red+Green+Blue) = 90+44+54=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C36 is #A5D3C9. Grayscale: #3A3A3A. Windows color (decimal): -10867658 or 3550298. OLE color: 3550298.

HSL color Cylindrical-coordinate representation of color #5A2C36: hue angle of 346.96º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A2C36 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB904454-
CMYK00.510.400.65
HSL346.96º34.33%26.27%-
HSV(B)346.96º51.11%35.29%-
XYZ5.784.244-
YUV58.89125.24150.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.87%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 54 (21.48% from 255) = 28.72%
R=47.87%
G=23.40%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90445400.510.400.65346.9634.3326.27
Hex5A2C36033284115b221a
Octal1325466063501015334232
Binary10110101011001101100110011101000100000110101101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A2C36; }

 p { color: rgb(90,44,54); }

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

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

 a { background-color: rgb(90,44,54); }

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

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

 span { border-color: rgb(90,44,54); }

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