#5A323A

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

Shades of Wine Berry #5A323A

Tints of Wine Berry #5A323A

Color information

#5A323A (or 0x5A323A) is unknown color: approx Wine Berry. HEX triplet: 5A, 32 and 3A. RGB value is (90,50,58). Sum of RGB (Red+Green+Blue) = 90+50+58=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A323A is #A5CDC5. Grayscale: #3E3E3E. Windows color (decimal): -10866118 or 3813978. OLE color: 3813978.

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

Color convert

RGB905058-
CMYK00.440.360.65
HSL348º28.57%27.45%-
HSV(B)348º44.44%35.29%-
XYZ6.124.764.6-
YUV62.87125.25147.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.45%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=45.45%
G=25.25%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90505800.440.360.6534828.5727.45
Hex5A323A02C244115c1d1b
Octal1326272054441015343533
Binary1011010110010111010010110010010010000011010111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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