#533136

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

Shades of Wine Berry #533136

Tints of Wine Berry #533136

Color information

#533136 (or 0x533136) is unknown color: approx Wine Berry. HEX triplet: 53, 31 and 36. RGB value is (83,49,54). Sum of RGB (Red+Green+Blue) = 83+49+54=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #533136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533136 is #ACCEC9. Grayscale: #3B3B3B. Windows color (decimal): -11325130 or 3551571. OLE color: 3551571.

HSL color Cylindrical-coordinate representation of color #533136: hue angle of 351.18º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #533136 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB834954-
CMYK00.410.350.67
HSL351.18º25.76%25.88%-
HSV(B)351.18º40.96%32.55%-
XYZ5.334.34.04-
YUV59.74124.76144.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 49 (19.53% from 255) = 26.34%
BLUE value IS 54 (21.48% from 255) = 29.03%
R=44.62%
G=26.34%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83495400.410.350.67351.1825.7625.88
Hex533136029234315f1a1a
Octal1236166051431035373232
Binary1010011110001110110010100110001110000111010111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533136; }

 p { color: rgb(83,49,54); }

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

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

 a { background-color: rgb(83,49,54); }

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

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

 span { border-color: rgb(83,49,54); }

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