Html Css Color HEX #524762 Mulled Wine

📋 copy color: '#524762'

red 82 ◦ green 71 ◦ blue 98

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

Shades of Mulled Wine #524762

Tints of Mulled Wine #524762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 32.67%
G = 28.29%
B = 39.04%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524762 (or 0x524762) is known color: Mulled Wine. HEX triplet: 52, 47 and 62. RGB value is (82,71,98). Sum of RGB (Red+Green+Blue) = 82+71+98=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #524762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524762 is #ADB89D. Grayscale: #4D4D4D. Windows color (decimal): -11384990 or 6440786. OLE color: 6440786.

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

Color convert

RGB 82 71 98 -
CMYK 0.16 0.28 0 0.62
HSL 264.44º 0.16% 0.33% -
HSV(B) 264.44º 0.28% 0.38% -
XYZ 7.94 7.18 12.52 -
YUV 77.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 82 71 98 0.16 0.28 0 0.62 264.44 0.16 0.33
Hex 52 47 62 10 1C 0 3E 108 10 21
Octal 122 107 142 20 34 0 76 410 20 41
Binary 1010010 1000111 1100010 10000 11100 0 111110 100001000 10000 100001

Color Harmonies of #524762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524762

Black with #524762

Text Example


Text Example

White with #524762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524762; }

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

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

background-color css

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

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

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

border-color css

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

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

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