#5B313A

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

Shades of Wine Berry #5B313A

Tints of Wine Berry #5B313A

Color information

#5B313A (or 0x5B313A) is unknown color: approx Wine Berry. HEX triplet: 5B, 31 and 3A. RGB value is (91,49,58). Sum of RGB (Red+Green+Blue) = 91+49+58=198 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.96% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 91 - color contains mainly: red. Hex color #5B313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B313A is #A4CEC5. Grayscale: #3E3E3E. Windows color (decimal): -10800838 or 3813723. OLE color: 3813723.

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

Color convert

RGB914958-
CMYK00.460.360.64
HSL347.14º30%27.45%-
HSV(B)347.14º46.15%35.69%-
XYZ6.184.734.59-
YUV62.58125.41148.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.96%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=45.96%
G=24.75%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91495800.460.360.64347.143027.45
Hex5B313A02E244015b1e1b
Octal1336172056441005333633
Binary1011011110001111010010111010010010000001010110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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