Html Css Color HEX #524A60 Mulled Wine

📋 copy color: '#524A60'

red 82 ◦ green 74 ◦ blue 96

#524A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #524A60

Tints of Mulled Wine #524A60

RGB

 RED value IS 82 (32.42% from 255) = 32.54%

 GREEN value IS 74 (29.3% from 255) = 29.37%

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 32.54%
G = 29.37%
B = 38.1%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524A60 (or 0x524A60) is known color: Mulled Wine. HEX triplet: 52, 4A and 60. RGB value is (82,74,96). Sum of RGB (Red+Green+Blue) = 82+74+96=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #524A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A60 is #ADB59F. Grayscale: #4E4E4E. Windows color (decimal): -11384224 or 6310482. OLE color: 6310482.

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

Color convert

RGB 82 74 96 -
CMYK 0.15 0.23 0 0.62
HSL 261.82º 0.13% 0.33% -
HSV(B) 261.82º 0.23% 0.38% -
XYZ 8.04 7.54 12.1 -
YUV 78.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 82 74 96 0.15 0.23 0 0.62 261.82 0.13 0.33
Hex 52 4A 60 F 17 0 3E 106 D 21
Octal 122 112 140 17 27 0 76 406 15 41
Binary 1010010 1001010 1100000 1111 10111 0 111110 100000110 1101 100001

Color Harmonies of #524A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A60

Black with #524A60

Text Example


Text Example

White with #524A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #524A60;
 }
 .AnyTagClassName
 {
   color: #524A60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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