#5B373C

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

Shades of Wine Berry #5B373C

Tints of Wine Berry #5B373C

Color information

#5B373C (or 0x5B373C) is unknown color: approx Wine Berry. HEX triplet: 5B, 37 and 3C. RGB value is (91,55,60). Sum of RGB (Red+Green+Blue) = 91+55+60=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B373C is #A4C8C3. Grayscale: #424242. Windows color (decimal): -10799300 or 3946331. OLE color: 3946331.

HSL color Cylindrical-coordinate representation of color #5B373C: hue angle of 351.67º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B373C is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB915560-
CMYK00.400.340.64
HSL351.67º24.66%28.63%-
HSV(B)351.67º39.56%35.69%-
XYZ6.55.284.95-
YUV66.33124.43145.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.17%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 60 (23.83% from 255) = 29.13%
R=44.17%
G=26.70%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91556000.400.340.64351.6724.6628.63
Hex5B373C0282240160191d
Octal1336774050421005403135
Binary1011011110111111100010100010001010000001011000001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,55,60); }

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

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

 a { background-color: rgb(91,55,60); }

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

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

 span { border-color: rgb(91,55,60); }

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