#5A373C

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

Shades of Wine Berry #5A373C

Tints of Wine Berry #5A373C

Color information

#5A373C (or 0x5A373C) is unknown color: approx Wine Berry. HEX triplet: 5A, 37 and 3C. RGB value is (90,55,60). Sum of RGB (Red+Green+Blue) = 90+55+60=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A373C is #A5C8C3. Grayscale: #424242. Windows color (decimal): -10864836 or 3946330. OLE color: 3946330.

HSL color Cylindrical-coordinate representation of color #5A373C: hue angle of 351.43º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A373C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB905560-
CMYK00.390.330.65
HSL351.43º24.14%28.43%-
HSV(B)351.43º38.89%35.29%-
XYZ6.45.234.95-
YUV66.04124.6145.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.90%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 60 (23.83% from 255) = 29.27%
R=43.90%
G=26.83%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90556000.390.330.65351.4324.1428.43
Hex5A373C027214115f181c
Octal1326774047411015373034
Binary1011010110111111100010011110000110000011010111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,60); }

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

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

 a { background-color: rgb(90,55,60); }

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

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

 span { border-color: rgb(90,55,60); }

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