Html Css Color HEX #524C66 Mulled Wine

📋 copy color: '#524C66'

red 82 ◦ green 76 ◦ blue 102

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

Shades of Mulled Wine #524C66

Tints of Mulled Wine #524C66

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 31.54%
G = 29.23%
B = 39.23%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#524C66 (or 0x524C66) is known color: Mulled Wine. HEX triplet: 52, 4C and 66. RGB value is (82,76,102). Sum of RGB (Red+Green+Blue) = 82+76+102=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 102 - color contains mainly: blue. Hex color #524C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C66 is #ADB399. Grayscale: #505050. Windows color (decimal): -11383706 or 6704210. OLE color: 6704210.

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

Color convert

RGB 82 76 102 -
CMYK 0.20 0.25 0 0.6
HSL 253.85º 0.15% 0.35% -
HSV(B) 253.85º 0.25% 0.4% -
XYZ 8.46 7.92 13.65 -
YUV 80.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 82 76 102 0.20 0.25 0 0.6 253.85 0.15 0.35
Hex 52 4C 66 14 19 0 3C FE F 23
Octal 122 114 146 24 31 0 74 376 17 43
Binary 1010010 1001100 1100110 10100 11001 0 111100 11111110 1111 100011

Color Harmonies of #524C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C66

Black with #524C66

Text Example


Text Example

White with #524C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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