#5B313B

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

Shades of Wine Berry #5B313B

Tints of Wine Berry #5B313B

Color information

#5B313B (or 0x5B313B) is unknown color: approx Wine Berry. HEX triplet: 5B, 31 and 3B. RGB value is (91,49,59). Sum of RGB (Red+Green+Blue) = 91+49+59=199 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.73% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 91 - color contains mainly: red. Hex color #5B313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B313B is #A4CEC4. Grayscale: #3E3E3E. Windows color (decimal): -10800837 or 3879259. OLE color: 3879259.

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

Color convert

RGB914959-
CMYK00.460.350.64
HSL345.71º30%27.45%-
HSV(B)345.71º46.15%35.69%-
XYZ6.24.744.73-
YUV62.7125.91148.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.73%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=45.73%
G=24.62%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91495900.460.350.64345.713027.45
Hex5B313B02E234015a1e1b
Octal1336173056431005323633
Binary1011011110001111011010111010001110000001010110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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