#5A323E

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

Shades of Wine Berry #5A323E

Tints of Wine Berry #5A323E

Color information

#5A323E (or 0x5A323E) is unknown color: approx Wine Berry. HEX triplet: 5A, 32 and 3E. RGB value is (90,50,62). Sum of RGB (Red+Green+Blue) = 90+50+62=202 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.55% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 90 - color contains mainly: red. Hex color #5A323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A323E is #A5CDC1. Grayscale: #3F3F3F. Windows color (decimal): -10866114 or 4076122. OLE color: 4076122.

HSL color Cylindrical-coordinate representation of color #5A323E: hue angle of 342º 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 #5A323E is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB905062-
CMYK00.440.310.65
HSL342º28.57%27.45%-
HSV(B)342º44.44%35.29%-
XYZ6.234.85.16-
YUV63.33127.25147.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.55%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=44.55%
G=24.75%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90506200.440.310.6534228.5727.45
Hex5A323E02C1F411561d1b
Octal1326276054371015263533
Binary101101011001011111001011001111110000011010101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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