#533237

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

Shades of Wine Berry #533237

Tints of Wine Berry #533237

Color information

#533237 (or 0x533237) is unknown color: approx Wine Berry. HEX triplet: 53, 32 and 37. RGB value is (83,50,55). Sum of RGB (Red+Green+Blue) = 83+50+55=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533237 is #ACCDC8. Grayscale: #3C3C3C. Windows color (decimal): -11324873 or 3617363. OLE color: 3617363.

HSL color Cylindrical-coordinate representation of color #533237: hue angle of 350.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533237 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB835055-
CMYK00.400.340.67
HSL350.91º24.81%26.08%-
HSV(B)350.91º39.76%32.55%-
XYZ5.44.44.18-
YUV60.44124.93144.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=44.15%
G=26.60%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83505500.400.340.67350.9124.8126.08
Hex533237028224315f191a
Octal1236267050421035373132
Binary1010011110010110111010100010001010000111010111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533237; }

 p { color: rgb(83,50,55); }

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

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

 a { background-color: rgb(83,50,55); }

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

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

 span { border-color: rgb(83,50,55); }

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