Html Css Color HEX #524E63 Mulled Wine

📋 copy color: '#524E63'

red 82 ◦ green 78 ◦ blue 99

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

Shades of Mulled Wine #524E63

Tints of Mulled Wine #524E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.12%

 BLUE value IS 99 (39.06% from 255) = 38.22%

R = 31.66%
G = 30.12%
B = 38.22%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#524E63 (or 0x524E63) is known color: Mulled Wine. HEX triplet: 52, 4E and 63. RGB value is (82,78,99). Sum of RGB (Red+Green+Blue) = 82+78+99=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #524E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E63 is #ADB19C. Grayscale: #515151. Windows color (decimal): -11383197 or 6508114. OLE color: 6508114.

HSL color Cylindrical-coordinate representation of color #524E63: hue angle of 251.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #524E63 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 78 99 -
CMYK 0.17 0.21 0 0.61
HSL 251.43º 0.12% 0.35% -
HSV(B) 251.43º 0.21% 0.39% -
XYZ 8.46 8.14 12.93 -
YUV 81.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 82 78 99 0.17 0.21 0 0.61 251.43 0.12 0.35
Hex 52 4E 63 11 15 0 3D FB C 23
Octal 122 116 143 21 25 0 75 373 14 43
Binary 1010010 1001110 1100011 10001 10101 0 111101 11111011 1100 100011

Color Harmonies of #524E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E63

Black with #524E63

Text Example


Text Example

White with #524E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,78,99); }

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

background-color css

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

 a { background-color: rgb(82,78,99); }

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

border-color css

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

 span { border-color: rgb(82,78,99); }

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