#533840

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

Shades of Wine Berry #533840

Tints of Wine Berry #533840

Color information

#533840 (or 0x533840) is unknown color: approx Wine Berry. HEX triplet: 53, 38 and 40. RGB value is (83,56,64). Sum of RGB (Red+Green+Blue) = 83+56+64=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533840 is #ACC7BF. Grayscale: #404040. Windows color (decimal): -11323328 or 4208723. OLE color: 4208723.

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

Color convert

RGB835664-
CMYK00.330.230.67
HSL342.22º19.42%27.25%-
HSV(B)342.22º32.53%32.55%-
XYZ5.915.045.51-
YUV64.98127.45140.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 64 (25.39% from 255) = 31.53%
R=40.89%
G=27.59%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83566400.330.230.67342.2219.4227.25
Hex5338400211743156131b
Octal12370100041271035262333
Binary1010011111000100000001000011011110000111010101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533840; }

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

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

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

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

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

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

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

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