#533037

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

Shades of Wine Berry #533037

Tints of Wine Berry #533037

Color information

#533037 (or 0x533037) is unknown color: approx Wine Berry. HEX triplet: 53, 30 and 37. RGB value is (83,48,55). Sum of RGB (Red+Green+Blue) = 83+48+55=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #533037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533037 is #ACCFC8. Grayscale: #3B3B3B. Windows color (decimal): -11325385 or 3616851. OLE color: 3616851.

HSL color Cylindrical-coordinate representation of color #533037: hue angle of 348º 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 #533037 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB834855-
CMYK00.420.340.67
HSL348º26.72%25.69%-
HSV(B)348º42.17%32.55%-
XYZ5.314.234.15-
YUV59.26125.6144.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 55 (21.88% from 255) = 29.57%
R=44.62%
G=25.81%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83485500.420.340.6734826.7225.69
Hex53303702A224315c1b1a
Octal1236067052421035343332
Binary1010011110000110111010101010001010000111010111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533037; }

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

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

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

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

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

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

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

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