Html Css Color HEX #524A66 Mulled Wine

📋 copy color: '#524A66'

red 82 ◦ green 74 ◦ blue 102

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

Shades of Mulled Wine #524A66

Tints of Mulled Wine #524A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.53%

R = 31.78%
G = 28.68%
B = 39.53%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#524A66 (or 0x524A66) is known color: Mulled Wine. HEX triplet: 52, 4A and 66. RGB value is (82,74,102). Sum of RGB (Red+Green+Blue) = 82+74+102=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 102 - color contains mainly: blue. Hex color #524A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A66 is #ADB599. Grayscale: #4F4F4F. Windows color (decimal): -11384218 or 6703698. OLE color: 6703698.

HSL color Cylindrical-coordinate representation of color #524A66: hue angle of 257.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #524A66 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 74 102 -
CMYK 0.20 0.27 0 0.6
HSL 257.14º 0.16% 0.35% -
HSV(B) 257.14º 0.27% 0.4% -
XYZ 8.33 7.65 13.61 -
YUV 79.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 82 74 102 0.20 0.27 0 0.6 257.14 0.16 0.35
Hex 52 4A 66 14 1B 0 3C 101 10 23
Octal 122 112 146 24 33 0 74 401 20 43
Binary 1010010 1001010 1100110 10100 11011 0 111100 100000001 10000 100011

Color Harmonies of #524A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A66

Black with #524A66

Text Example


Text Example

White with #524A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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