#534769

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

Shades of Mulled Wine #534769

Tints of Mulled Wine #534769

Color information

#534769 (or 0x534769) is unknown color: approx Mulled Wine. HEX triplet: 53, 47 and 69. RGB value is (83,71,105). Sum of RGB (Red+Green+Blue) = 83+71+105=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #534769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534769 is #ACB896. Grayscale: #4E4E4E. Windows color (decimal): -11319447 or 6899539. OLE color: 6899539.

HSL color Cylindrical-coordinate representation of color #534769: hue angle of 261.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534769 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8371105-
CMYK0.210.3200.59
HSL261.18º19.32%34.51%-
HSV(B)261.18º32.38%41.18%-
XYZ8.377.3714.35-
YUV78.46142.98131.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=32.05%
G=27.41%
B=40.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83711050.210.3200.59261.1819.3234.51
Hex534769152003B1051323
Octal12310715125400734052343
Binary10100111000111110100110101100000011101110000010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534769; }

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

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

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

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

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

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

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

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