#53475D

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

Shades of Mulled Wine #53475D

Tints of Mulled Wine #53475D

Color information

#53475D (or 0x53475D) is unknown color: approx Mulled Wine. HEX triplet: 53, 47 and 5D. RGB value is (83,71,93). Sum of RGB (Red+Green+Blue) = 83+71+93=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #53475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53475D is #ACB8A2. Grayscale: #4D4D4D. Windows color (decimal): -11319459 or 6113107. OLE color: 6113107.

HSL color Cylindrical-coordinate representation of color #53475D: hue angle of 272.73º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53475D is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB837193-
CMYK0.110.2400.64
HSL272.73º13.41%32.16%-
HSV(B)272.73º23.66%36.47%-
XYZ7.87.1411.32-
YUV77.1136.98132.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 93 (36.72% from 255) = 37.65%
R=33.60%
G=28.74%
B=37.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8371930.110.2400.64272.7313.4132.16
Hex53475DB18040111d20
Octal123107135133001004211540
Binary101001110001111011101101111000010000001000100011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53475D; }

 p { color: rgb(83,71,93); }

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

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

 a { background-color: rgb(83,71,93); }

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

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

 span { border-color: rgb(83,71,93); }

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