#533640

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

Shades of Wine Berry #533640

Tints of Wine Berry #533640

Color information

#533640 (or 0x533640) is unknown color: approx Wine Berry. HEX triplet: 53, 36 and 40. RGB value is (83,54,64). Sum of RGB (Red+Green+Blue) = 83+54+64=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #533640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533640 is #ACC9BF. Grayscale: #3F3F3F. Windows color (decimal): -11323840 or 4208211. OLE color: 4208211.

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

Color convert

RGB835464-
CMYK00.350.230.67
HSL339.31º21.17%26.86%-
HSV(B)339.31º34.94%32.55%-
XYZ5.814.855.48-
YUV63.81128.11141.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.29%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=41.29%
G=26.87%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83546400.350.230.67339.3121.1726.86
Hex5336400231743153151b
Octal12366100043271035232533
Binary1010011110110100000001000111011110000111010100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533640; }

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

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

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

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

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

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

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

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