#5A313B

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

Shades of Wine Berry #5A313B

Tints of Wine Berry #5A313B

Color information

#5A313B (or 0x5A313B) is unknown color: approx Wine Berry. HEX triplet: 5A, 31 and 3B. RGB value is (90,49,59). Sum of RGB (Red+Green+Blue) = 90+49+59=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A313B is #A5CEC4. Grayscale: #3E3E3E. Windows color (decimal): -10866373 or 3879258. OLE color: 3879258.

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

Color convert

RGB904959-
CMYK00.460.340.65
HSL345.37º29.5%27.25%-
HSV(B)345.37º45.56%35.29%-
XYZ6.14.694.72-
YUV62.4126.08147.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.45%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=45.45%
G=24.75%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90495900.460.340.65345.3729.527.25
Hex5A313B02E22411591d1b
Octal1326173056421015313533
Binary1011010110001111011010111010001010000011010110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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