#53383F

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

Shades of Wine Berry #53383F

Tints of Wine Berry #53383F

Color information

#53383F (or 0x53383F) is unknown color: approx Wine Berry. HEX triplet: 53, 38 and 3F. RGB value is (83,56,63). Sum of RGB (Red+Green+Blue) = 83+56+63=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #53383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53383F is #ACC7C0. Grayscale: #404040. Windows color (decimal): -11323329 or 4143187. OLE color: 4143187.

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

Color convert

RGB835663-
CMYK00.330.240.67
HSL344.44º19.42%27.25%-
HSV(B)344.44º32.53%32.55%-
XYZ5.885.035.36-
YUV64.87126.95140.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 63 (25% from 255) = 31.19%
R=41.09%
G=27.72%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83566300.330.240.67344.4419.4227.25
Hex53383F0211843158131b
Octal1237077041301035302333
Binary101001111100011111101000011100010000111010110001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53383F; }

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

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

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

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

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

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

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

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