Html Css Color HEX #524C69 Mulled Wine

📋 copy color: '#524C69'

red 82 ◦ green 76 ◦ blue 105

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

Shades of Mulled Wine #524C69

Tints of Mulled Wine #524C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 39.92%

R = 31.18%
G = 28.9%
B = 39.92%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524C69 (or 0x524C69) is known color: Mulled Wine. HEX triplet: 52, 4C and 69. RGB value is (82,76,105). Sum of RGB (Red+Green+Blue) = 82+76+105=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #524C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C69 is #ADB396. Grayscale: #505050. Windows color (decimal): -11383703 or 6900818. OLE color: 6900818.

HSL color Cylindrical-coordinate representation of color #524C69: hue angle of 252.41º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #524C69 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 76 105 -
CMYK 0.22 0.28 0 0.59
HSL 252.41º 0.16% 0.35% -
HSV(B) 252.41º 0.28% 0.41% -
XYZ 8.61 7.98 14.45 -
YUV 81.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 82 76 105 0.22 0.28 0 0.59 252.41 0.16 0.35
Hex 52 4C 69 16 1C 0 3B FC 10 23
Octal 122 114 151 26 34 0 73 374 20 43
Binary 1010010 1001100 1101001 10110 11100 0 111011 11111100 10000 100011

Color Harmonies of #524C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C69

Black with #524C69

Text Example


Text Example

White with #524C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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