#5B323E

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

Shades of Wine Berry #5B323E

Tints of Wine Berry #5B323E

Color information

#5B323E (or 0x5B323E) is unknown color: approx Wine Berry. HEX triplet: 5B, 32 and 3E. RGB value is (91,50,62). Sum of RGB (Red+Green+Blue) = 91+50+62=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 91 - color contains mainly: red. Hex color #5B323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B323E is #A4CDC1. Grayscale: #3F3F3F. Windows color (decimal): -10800578 or 4076123. OLE color: 4076123.

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

Color convert

RGB915062-
CMYK00.450.320.64
HSL342.44º29.08%27.65%-
HSV(B)342.44º45.05%35.69%-
XYZ6.324.855.16-
YUV63.63127.08147.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.83%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=44.83%
G=24.63%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91506200.450.320.64342.4429.0827.65
Hex5B323E02D20401561d1c
Octal1336276055401005263534
Binary1011011110010111110010110110000010000001010101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,50,62); }

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

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

 a { background-color: rgb(91,50,62); }

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

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

 span { border-color: rgb(91,50,62); }

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