#53475E

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

Shades of Mulled Wine #53475E

Tints of Mulled Wine #53475E

Color information

#53475E (or 0x53475E) is unknown color: approx Mulled Wine. HEX triplet: 53, 47 and 5E. RGB value is (83,71,94). Sum of RGB (Red+Green+Blue) = 83+71+94=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 94 - color contains mainly: blue. Hex color #53475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53475E is #ACB8A1. Grayscale: #4D4D4D. Windows color (decimal): -11319458 or 6178643. OLE color: 6178643.

HSL color Cylindrical-coordinate representation of color #53475E: hue angle of 271.3º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53475E is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB837194-
CMYK0.120.2400.63
HSL271.3º13.94%32.35%-
HSV(B)271.3º24.47%36.86%-
XYZ7.847.1511.56-
YUV77.21137.48132.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=33.47%
G=28.63%
B=37.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8371940.120.2400.63271.313.9432.35
Hex53475EC1803F10fe20
Octal12310713614300774171640
Binary10100111000111101111011001100001111111000011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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