#533940

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

Shades of Wine Berry #533940

Tints of Wine Berry #533940

Color information

#533940 (or 0x533940) is unknown color: approx Wine Berry. HEX triplet: 53, 39 and 40. RGB value is (83,57,64). Sum of RGB (Red+Green+Blue) = 83+57+64=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533940 is #ACC6BF. Grayscale: #414141. Windows color (decimal): -11323072 or 4208979. OLE color: 4208979.

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

Color convert

RGB835764-
CMYK00.310.230.67
HSL343.85º18.57%27.45%-
HSV(B)343.85º31.33%32.55%-
XYZ5.965.145.53-
YUV65.57127.11140.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 57 (22.66% from 255) = 27.94%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=40.69%
G=27.94%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83576400.310.230.67343.8518.5727.45
Hex53394001F1743158131b
Octal12371100037271035302333
Binary101001111100110000000111111011110000111010110001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533940; }

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

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

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

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

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

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

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

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