#53393F

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

Shades of Wine Berry #53393F

Tints of Wine Berry #53393F

Color information

#53393F (or 0x53393F) is unknown color: approx Wine Berry. HEX triplet: 53, 39 and 3F. RGB value is (83,57,63). Sum of RGB (Red+Green+Blue) = 83+57+63=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #53393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53393F is #ACC6C0. Grayscale: #414141. Windows color (decimal): -11323073 or 4143443. OLE color: 4143443.

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

Color convert

RGB835763-
CMYK00.310.240.67
HSL346.15º18.57%27.45%-
HSV(B)346.15º31.33%32.55%-
XYZ5.935.125.38-
YUV65.46126.61140.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 63 (25% from 255) = 31.03%
R=40.89%
G=28.08%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83576300.310.240.67346.1518.5727.45
Hex53393F01F184315a131b
Octal1237177037301035322333
Binary10100111110011111110111111100010000111010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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