#533339

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

Shades of Wine Berry #533339

Tints of Wine Berry #533339

Color information

#533339 (or 0x533339) is unknown color: approx Wine Berry. HEX triplet: 53, 33 and 39. RGB value is (83,51,57). Sum of RGB (Red+Green+Blue) = 83+51+57=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #533339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533339 is #ACCCC6. Grayscale: #3D3D3D. Windows color (decimal): -11324615 or 3748691. OLE color: 3748691.

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

Color convert

RGB835157-
CMYK00.390.310.67
HSL348.75º23.88%26.27%-
HSV(B)348.75º38.55%32.55%-
XYZ5.494.54.45-
YUV61.25125.6143.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 57 (22.66% from 255) = 29.84%
R=43.46%
G=26.70%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83515700.390.310.67348.7523.8826.27
Hex5333390271F4315d181a
Octal1236371047371035353032
Binary101001111001111100101001111111110000111010111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533339; }

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

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

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

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

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

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

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

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