Html Css Color HEX #524859 Mulled Wine

📋 copy color: '#524859'

red 82 ◦ green 72 ◦ blue 89

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

Shades of Mulled Wine #524859

Tints of Mulled Wine #524859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 33.74%
G = 29.63%
B = 36.63%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524859 (or 0x524859) is known color: Mulled Wine. HEX triplet: 52, 48 and 59. RGB value is (82,72,89). Sum of RGB (Red+Green+Blue) = 82+72+89=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #524859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524859 is #ADB7A6. Grayscale: #4C4C4C. Windows color (decimal): -11384743 or 5851218. OLE color: 5851218.

HSL color Cylindrical-coordinate representation of color #524859: hue angle of 275.29º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #524859 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 72 89 -
CMYK 0.08 0.19 0 0.65
HSL 275.29º 0.11% 0.32% -
HSV(B) 275.29º 0.19% 0.35% -
XYZ 7.6 7.15 10.43 -
YUV 76.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 82 72 89 0.08 0.19 0 0.65 275.29 0.11 0.32
Hex 52 48 59 8 13 0 41 113 B 20
Octal 122 110 131 10 23 0 101 423 13 40
Binary 1010010 1001000 1011001 1000 10011 0 1000001 100010011 1011 100000

Color Harmonies of #524859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524859

Black with #524859

Text Example


Text Example

White with #524859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524859; }

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

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

background-color css

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

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

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

border-color css

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

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

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