#5B313C

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

Shades of Wine Berry #5B313C

Tints of Wine Berry #5B313C

Color information

#5B313C (or 0x5B313C) is unknown color: approx Wine Berry. HEX triplet: 5B, 31 and 3C. RGB value is (91,49,60). Sum of RGB (Red+Green+Blue) = 91+49+60=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 91 - color contains mainly: red. Hex color #5B313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B313C is #A4CEC3. Grayscale: #3E3E3E. Windows color (decimal): -10800836 or 3944795. OLE color: 3944795.

HSL color Cylindrical-coordinate representation of color #5B313C: hue angle of 344.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B313C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB914960-
CMYK00.460.340.64
HSL344.29º30%27.45%-
HSV(B)344.29º46.15%35.69%-
XYZ6.234.754.86-
YUV62.81126.41148.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=45.5%
G=24.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91496000.460.340.64344.293027.45
Hex5B313C02E22401581e1b
Octal1336174056421005303633
Binary1011011110001111100010111010001010000001010110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,49,60); }

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

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

 a { background-color: rgb(91,49,60); }

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

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

 span { border-color: rgb(91,49,60); }

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