#533740

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

Shades of Wine Berry #533740

Tints of Wine Berry #533740

Color information

#533740 (or 0x533740) is unknown color: approx Wine Berry. HEX triplet: 53, 37 and 40. RGB value is (83,55,64). Sum of RGB (Red+Green+Blue) = 83+55+64=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #533740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533740 is #ACC8BF. Grayscale: #404040. Windows color (decimal): -11323584 or 4208467. OLE color: 4208467.

HSL color Cylindrical-coordinate representation of color #533740: hue angle of 340.71º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #533740 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB835564-
CMYK00.340.230.67
HSL340.71º20.29%27.06%-
HSV(B)340.71º33.73%32.55%-
XYZ5.864.945.5-
YUV64.4127.78141.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=41.09%
G=27.23%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83556400.340.230.67340.7120.2927.06
Hex5337400221743155141b
Octal12367100042271035252433
Binary1010011110111100000001000101011110000111010101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533740; }

 p { color: rgb(83,55,64); }

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

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

 a { background-color: rgb(83,55,64); }

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

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

 span { border-color: rgb(83,55,64); }

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