#533039

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

Shades of Wine Berry #533039

Tints of Wine Berry #533039

Color information

#533039 (or 0x533039) is unknown color: approx Wine Berry. HEX triplet: 53, 30 and 39. RGB value is (83,48,57). Sum of RGB (Red+Green+Blue) = 83+48+57=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533039 is #ACCFC6. Grayscale: #3B3B3B. Windows color (decimal): -11325383 or 3747923. OLE color: 3747923.

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

Color convert

RGB834857-
CMYK00.420.310.67
HSL344.57º26.72%25.69%-
HSV(B)344.57º42.17%32.55%-
XYZ5.364.254.41-
YUV59.49126.6144.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=44.15%
G=25.53%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83485700.420.310.67344.5726.7225.69
Hex53303902A1F431591b1a
Octal1236071052371035313332
Binary101001111000011100101010101111110000111010110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533039; }

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

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

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

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

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

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

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

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