Html Css Color HEX #524960 Mulled Wine

📋 copy color: '#524960'

red 82 ◦ green 73 ◦ blue 96

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

Shades of Mulled Wine #524960

Tints of Mulled Wine #524960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 32.67%
G = 29.08%
B = 38.25%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524960 (or 0x524960) is known color: Mulled Wine. HEX triplet: 52, 49 and 60. RGB value is (82,73,96). Sum of RGB (Red+Green+Blue) = 82+73+96=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 96 - color contains mainly: blue. Hex color #524960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524960 is #ADB69F. Grayscale: #4E4E4E. Windows color (decimal): -11384480 or 6310226. OLE color: 6310226.

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

Color convert

RGB 82 73 96 -
CMYK 0.15 0.24 0 0.62
HSL 263.48º 0.14% 0.33% -
HSV(B) 263.48º 0.24% 0.38% -
XYZ 7.97 7.4 12.08 -
YUV 78.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 82 73 96 0.15 0.24 0 0.62 263.48 0.14 0.33
Hex 52 49 60 F 18 0 3E 107 E 21
Octal 122 111 140 17 30 0 76 407 16 41
Binary 1010010 1001001 1100000 1111 11000 0 111110 100000111 1110 100001

Color Harmonies of #524960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524960

Black with #524960

Text Example


Text Example

White with #524960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524960; }

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

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

background-color css

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

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

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

border-color css

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

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

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