#53475B

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

Shades of Mulled Wine #53475B

Tints of Mulled Wine #53475B

Color information

#53475B (or 0x53475B) is unknown color: approx Mulled Wine. HEX triplet: 53, 47 and 5B. RGB value is (83,71,91). Sum of RGB (Red+Green+Blue) = 83+71+91=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #53475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53475B is #ACB8A4. Grayscale: #4C4C4C. Windows color (decimal): -11319461 or 5982035. OLE color: 5982035.

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

Color convert

RGB837191-
CMYK0.090.2200.64
HSL276º12.35%31.76%-
HSV(B)276º21.98%35.69%-
XYZ7.717.110.86-
YUV76.87135.98132.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=33.88%
G=28.98%
B=37.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8371910.090.2200.6427612.3531.76
Hex53475B916040114c20
Octal123107133112601004241440
Binary101001110001111011011100110110010000001000101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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