#5B383D

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

Shades of Wine Berry #5B383D

Tints of Wine Berry #5B383D

Color information

#5B383D (or 0x5B383D) is unknown color: approx Wine Berry. HEX triplet: 5B, 38 and 3D. RGB value is (91,56,61). Sum of RGB (Red+Green+Blue) = 91+56+61=208 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.75% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 91 - color contains mainly: red. Hex color #5B383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B383D is #A4C7C2. Grayscale: #434343. Windows color (decimal): -10799043 or 4012123. OLE color: 4012123.

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

Color convert

RGB915661-
CMYK00.380.330.64
HSL351.43º23.81%28.82%-
HSV(B)351.43º38.46%35.69%-
XYZ6.575.395.11-
YUV67.04124.6145.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.75%
GREEN value IS 56 (22.27% from 255) = 26.92%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=43.75%
G=26.92%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91566100.380.330.64351.4323.8128.82
Hex5B383D026214015f181d
Octal1337075046411005373035
Binary1011011111000111101010011010000110000001010111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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