#534961

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

Shades of Mulled Wine #534961

Tints of Mulled Wine #534961

Color information

#534961 (or 0x534961) is unknown color: approx Mulled Wine. HEX triplet: 53, 49 and 61. RGB value is (83,73,97). Sum of RGB (Red+Green+Blue) = 83+73+97=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 97 - color contains mainly: blue. Hex color #534961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534961 is #ACB69E. Grayscale: #4E4E4E. Windows color (decimal): -11318943 or 6375763. OLE color: 6375763.

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

Color convert

RGB837397-
CMYK0.140.2500.62
HSL265º14.12%33.33%-
HSV(B)265º24.74%38.04%-
XYZ8.117.4712.32-
YUV78.73138.31131.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 73 (28.91% from 255) = 28.85%
BLUE value IS 97 (38.28% from 255) = 38.34%
R=32.81%
G=28.85%
B=38.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8373970.140.2500.6226514.1233.33
Hex534961E1903E109e21
Octal12311114116310764111641
Binary10100111001001110000111101100101111101000010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534961; }

 p { color: rgb(83,73,97); }

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

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

 a { background-color: rgb(83,73,97); }

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

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

 span { border-color: rgb(83,73,97); }

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