Html Css Color HEX #524562 Mulled Wine

📋 copy color: '#524562'

red 82 ◦ green 69 ◦ blue 98

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

Shades of Mulled Wine #524562

Tints of Mulled Wine #524562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.71%

 BLUE value IS 98 (38.67% from 255) = 39.36%

R = 32.93%
G = 27.71%
B = 39.36%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524562 (or 0x524562) is known color: Mulled Wine. HEX triplet: 52, 45 and 62. RGB value is (82,69,98). Sum of RGB (Red+Green+Blue) = 82+69+98=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #524562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524562 is #ADBA9D. Grayscale: #4C4C4C. Windows color (decimal): -11385502 or 6440274. OLE color: 6440274.

HSL color Cylindrical-coordinate representation of color #524562: hue angle of 266.9º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #524562 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 69 98 -
CMYK 0.16 0.30 0 0.62
HSL 266.9º 0.17% 0.33% -
HSV(B) 266.9º 0.3% 0.38% -
XYZ 7.81 6.93 12.48 -
YUV 76.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 82 69 98 0.16 0.30 0 0.62 266.9 0.17 0.33
Hex 52 45 62 10 1E 0 3E 10B 11 21
Octal 122 105 142 20 36 0 76 413 21 41
Binary 1010010 1000101 1100010 10000 11110 0 111110 100001011 10001 100001

Color Harmonies of #524562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524562

Black with #524562

Text Example


Text Example

White with #524562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524562; }

 p { color: rgb(82,69,98); }

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

background-color css

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

 a { background-color: rgb(82,69,98); }

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

border-color css

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

 span { border-color: rgb(82,69,98); }

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