#5B2B35

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

Shades of Wine Berry #5B2B35

Tints of Wine Berry #5B2B35

Color information

#5B2B35 (or 0x5B2B35) is unknown color: approx Wine Berry. HEX triplet: 5B, 2B and 35. RGB value is (91,43,53). Sum of RGB (Red+Green+Blue) = 91+43+53=187 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.66% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2B35 is #A4D4CA. Grayscale: #3A3A3A. Windows color (decimal): -10802379 or 3484507. OLE color: 3484507.

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

Color convert

RGB914353-
CMYK00.530.420.64
HSL347.5º35.82%26.27%-
HSV(B)347.5º52.75%35.69%-
XYZ5.824.213.87-
YUV58.49124.9151.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.66%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=48.66%
G=22.99%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91435300.530.420.64347.535.8226.27
Hex5B2B350352A4015c241a
Octal1335365065521005344432
Binary10110111010111101010110101101010100000010101110010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,43,53); }

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

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

 a { background-color: rgb(91,43,53); }

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

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

 span { border-color: rgb(91,43,53); }

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