#5B343D

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

Shades of Wine Berry #5B343D

Tints of Wine Berry #5B343D

Color information

#5B343D (or 0x5B343D) is unknown color: approx Wine Berry. HEX triplet: 5B, 34 and 3D. RGB value is (91,52,61). Sum of RGB (Red+Green+Blue) = 91+52+61=204 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.61% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 91 - color contains mainly: red. Hex color #5B343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B343D is #A4CBC2. Grayscale: #404040. Windows color (decimal): -10800067 or 4011099. OLE color: 4011099.

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

Color convert

RGB915261-
CMYK00.430.330.64
HSL346.15º27.27%28.04%-
HSV(B)346.15º42.86%35.69%-
XYZ6.385.025.05-
YUV64.69125.92146.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.61%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=44.61%
G=25.49%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91526100.430.330.64346.1527.2728.04
Hex5B343D02B214015a1b1c
Octal1336475053411005323334
Binary1011011110100111101010101110000110000001010110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,52,61); }

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

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

 a { background-color: rgb(91,52,61); }

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

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

 span { border-color: rgb(91,52,61); }

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