#533138

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

Shades of Wine Berry #533138

Tints of Wine Berry #533138

Color information

#533138 (or 0x533138) is unknown color: approx Wine Berry. HEX triplet: 53, 31 and 38. RGB value is (83,49,56). Sum of RGB (Red+Green+Blue) = 83+49+56=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533138 is #ACCEC7. Grayscale: #3B3B3B. Windows color (decimal): -11325128 or 3682643. OLE color: 3682643.

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

Color convert

RGB834956-
CMYK00.410.330.67
HSL347.65º25.76%25.88%-
HSV(B)347.65º40.96%32.55%-
XYZ5.384.324.29-
YUV59.96125.76144.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 56 (22.27% from 255) = 29.79%
R=44.15%
G=26.06%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83495600.410.330.67347.6525.7625.88
Hex533138029214315c1a1a
Octal1236170051411035343232
Binary1010011110001111000010100110000110000111010111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533138; }

 p { color: rgb(83,49,56); }

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

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

 a { background-color: rgb(83,49,56); }

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

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

 span { border-color: rgb(83,49,56); }

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