Html Css Color HEX #524862 Mulled Wine

📋 copy color: '#524862'

red 82 ◦ green 72 ◦ blue 98

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

Shades of Mulled Wine #524862

Tints of Mulled Wine #524862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

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

R = 32.54%
G = 28.57%
B = 38.89%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524862 (or 0x524862) is known color: Mulled Wine. HEX triplet: 52, 48 and 62. RGB value is (82,72,98). Sum of RGB (Red+Green+Blue) = 82+72+98=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 98 - color contains mainly: blue. Hex color #524862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524862 is #ADB79D. Grayscale: #4D4D4D. Windows color (decimal): -11384734 or 6441042. OLE color: 6441042.

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

Color convert

RGB 82 72 98 -
CMYK 0.16 0.27 0 0.62
HSL 263.08º 0.15% 0.33% -
HSV(B) 263.08º 0.27% 0.38% -
XYZ 8 7.31 12.54 -
YUV 77.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 82 72 98 0.16 0.27 0 0.62 263.08 0.15 0.33
Hex 52 48 62 10 1B 0 3E 107 F 21
Octal 122 110 142 20 33 0 76 407 17 41
Binary 1010010 1001000 1100010 10000 11011 0 111110 100000111 1111 100001

Color Harmonies of #524862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524862

Black with #524862

Text Example


Text Example

White with #524862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524862; }

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

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

background-color css

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

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

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

border-color css

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

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

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