#524A5A

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

Shades of Mulled Wine #524A5A

Tints of Mulled Wine #524A5A

Color information

#524A5A (or 0x524A5A) is unknown color: approx Mulled Wine. HEX triplet: 52, 4A and 5A. RGB value is (82,74,90). Sum of RGB (Red+Green+Blue) = 82+74+90=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 90 - color contains mainly: blue. Hex color #524A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A5A is #ADB5A5. Grayscale: #4E4E4E. Windows color (decimal): -11384230 or 5917266. OLE color: 5917266.

HSL color Cylindrical-coordinate representation of color #524A5A: hue angle of 270º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #524A5A is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB827490-
CMYK0.090.1800.65
HSL270º9.76%32.16%-
HSV(B)270º17.78%35.29%-
XYZ7.777.4310.7-
YUV78.22134.65130.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=33.33%
G=30.08%
B=36.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8274900.090.1800.652709.7632.16
Hex524A5A91204110ea20
Octal122112132112201014161240
Binary101001010010101011010100110010010000011000011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524A5A; }

 p { color: rgb(82,74,90); }

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

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

 a { background-color: rgb(82,74,90); }

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

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

 span { border-color: rgb(82,74,90); }

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