#504A5C

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

Shades of Mulled Wine #504A5C

Tints of Mulled Wine #504A5C

Color information

#504A5C (or 0x504A5C) is unknown color: approx Mulled Wine. HEX triplet: 50, 4A and 5C. RGB value is (80,74,92). Sum of RGB (Red+Green+Blue) = 80+74+92=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 92 - color contains mainly: blue. Hex color #504A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504A5C is #AFB5A3. Grayscale: #4D4D4D. Windows color (decimal): -11515300 or 6048336. OLE color: 6048336.

HSL color Cylindrical-coordinate representation of color #504A5C: hue angle of 260º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #504A5C is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB807492-
CMYK0.130.2000.64
HSL260º10.84%32.55%-
HSV(B)260º19.57%36.08%-
XYZ7.697.3811.14-
YUV77.85135.99129.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.52%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=32.52%
G=30.08%
B=37.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8074920.130.2000.6426010.8432.55
Hex504A5CD14040104b21
Octal120112134152401004041341
Binary101000010010101011100110110100010000001000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504A5C; }

 p { color: rgb(80,74,92); }

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

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

 a { background-color: rgb(80,74,92); }

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

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

 span { border-color: rgb(80,74,92); }

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