#5B333B

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

Shades of Wine Berry #5B333B

Tints of Wine Berry #5B333B

Color information

#5B333B (or 0x5B333B) is unknown color: approx Wine Berry. HEX triplet: 5B, 33 and 3B. RGB value is (91,51,59). Sum of RGB (Red+Green+Blue) = 91+51+59=201 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.27% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 91 - color contains mainly: red. Hex color #5B333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B333B is #A4CCC4. Grayscale: #3F3F3F. Windows color (decimal): -10800325 or 3879771. OLE color: 3879771.

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

Color convert

RGB915159-
CMYK00.440.350.64
HSL348º28.17%27.84%-
HSV(B)348º43.96%35.69%-
XYZ6.294.914.75-
YUV63.87125.25147.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.27%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=45.27%
G=25.37%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91515900.440.350.6434828.1727.84
Hex5B333B02C234015c1c1c
Octal1336373054431005343434
Binary1011011110011111011010110010001110000001010111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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