Html Css Color HEX #524959 Mulled Wine

📋 copy color: '#524959'

red 82 ◦ green 73 ◦ blue 89

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

Shades of Mulled Wine #524959

Tints of Mulled Wine #524959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.92%

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

R = 33.61%
G = 29.92%
B = 36.48%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524959 (or 0x524959) is known color: Mulled Wine. HEX triplet: 52, 49 and 59. RGB value is (82,73,89). Sum of RGB (Red+Green+Blue) = 82+73+89=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #524959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524959 is #ADB6A6. Grayscale: #4D4D4D. Windows color (decimal): -11384487 or 5851474. OLE color: 5851474.

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

Color convert

RGB 82 73 89 -
CMYK 0.08 0.18 0 0.65
HSL 273.75º 0.1% 0.32% -
HSV(B) 273.75º 0.18% 0.35% -
XYZ 7.67 7.28 10.45 -
YUV 77.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 82 73 89 0.08 0.18 0 0.65 273.75 0.1 0.32
Hex 52 49 59 8 12 0 41 112 A 20
Octal 122 111 131 10 22 0 101 422 12 40
Binary 1010010 1001001 1011001 1000 10010 0 1000001 100010010 1010 100000

Color Harmonies of #524959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524959

Black with #524959

Text Example


Text Example

White with #524959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524959; }

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

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

background-color css

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

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

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

border-color css

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

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

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