#534762

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

Shades of Mulled Wine #534762

Tints of Mulled Wine #534762

Color information

#534762 (or 0x534762) is unknown color: approx Mulled Wine. HEX triplet: 53, 47 and 62. RGB value is (83,71,98). Sum of RGB (Red+Green+Blue) = 83+71+98=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #534762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534762 is #ACB89D. Grayscale: #4D4D4D. Windows color (decimal): -11319454 or 6440787. OLE color: 6440787.

HSL color Cylindrical-coordinate representation of color #534762: hue angle of 266.67º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #534762 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB837198-
CMYK0.150.2800.62
HSL266.67º15.98%33.14%-
HSV(B)266.67º27.55%38.43%-
XYZ8.037.2312.53-
YUV77.67139.48131.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=32.94%
G=28.17%
B=38.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8371980.150.2800.62266.6715.9833.14
Hex534762F1C03E10b1021
Octal12310714217340764132041
Binary101001110001111100010111111100011111010000101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534762; }

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

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

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

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

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

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

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

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