#5A313E

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

Shades of Wine Berry #5A313E

Tints of Wine Berry #5A313E

Color information

#5A313E (or 0x5A313E) is unknown color: approx Wine Berry. HEX triplet: 5A, 31 and 3E. RGB value is (90,49,62). Sum of RGB (Red+Green+Blue) = 90+49+62=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A313E is #A5CEC1. Grayscale: #3E3E3E. Windows color (decimal): -10866370 or 4075866. OLE color: 4075866.

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

Color convert

RGB904962-
CMYK00.460.310.65
HSL340.98º29.5%27.25%-
HSV(B)340.98º45.56%35.29%-
XYZ6.184.725.14-
YUV62.74127.58147.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.78%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=44.78%
G=24.38%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90496200.460.310.65340.9829.527.25
Hex5A313E02E1F411551d1b
Octal1326176056371015253533
Binary101101011000111111001011101111110000011010101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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