#5A323C

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

Shades of Wine Berry #5A323C

Tints of Wine Berry #5A323C

Color information

#5A323C (or 0x5A323C) is unknown color: approx Wine Berry. HEX triplet: 5A, 32 and 3C. RGB value is (90,50,60). Sum of RGB (Red+Green+Blue) = 90+50+60=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A323C is #A5CDC3. Grayscale: #3F3F3F. Windows color (decimal): -10866116 or 3945050. OLE color: 3945050.

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

Color convert

RGB905060-
CMYK00.440.330.65
HSL345º28.57%27.45%-
HSV(B)345º44.44%35.29%-
XYZ6.174.784.87-
YUV63.1126.25147.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 60 (23.83% from 255) = 30%
R=45%
G=25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90506000.440.330.6534528.5727.45
Hex5A323C02C21411591d1b
Octal1326274054411015313533
Binary1011010110010111100010110010000110000011010110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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