#534D5D

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

Shades of Mulled Wine #534D5D

Tints of Mulled Wine #534D5D

Color information

#534D5D (or 0x534D5D) is unknown color: approx Mulled Wine. HEX triplet: 53, 4D and 5D. RGB value is (83,77,93). Sum of RGB (Red+Green+Blue) = 83+77+93=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #534D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D5D is #ACB2A2. Grayscale: #505050. Windows color (decimal): -11317923 or 6114643. OLE color: 6114643.

HSL color Cylindrical-coordinate representation of color #534D5D: hue angle of 262.5º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #534D5D is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB837793-
CMYK0.110.1700.64
HSL262.5º9.41%33.33%-
HSV(B)262.5º17.2%36.47%-
XYZ8.27.9411.46-
YUV80.62134.99129.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=32.81%
G=30.43%
B=36.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8377930.110.1700.64262.59.4133.33
Hex534D5DB11040106921
Octal123115135132101004061141
Binary101001110011011011101101110001010000001000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D5D; }

 p { color: rgb(83,77,93); }

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

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

 a { background-color: rgb(83,77,93); }

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

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

 span { border-color: rgb(83,77,93); }

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