Html Css Color HEX #524961 Mulled Wine

📋 copy color: '#524961'

red 82 ◦ green 73 ◦ blue 97

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

Shades of Mulled Wine #524961

Tints of Mulled Wine #524961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.49%

R = 32.54%
G = 28.97%
B = 38.49%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524961 (or 0x524961) is known color: Mulled Wine. HEX triplet: 52, 49 and 61. RGB value is (82,73,97). Sum of RGB (Red+Green+Blue) = 82+73+97=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #524961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524961 is #ADB69E. Grayscale: #4E4E4E. Windows color (decimal): -11384479 or 6375762. OLE color: 6375762.

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

Color convert

RGB 82 73 97 -
CMYK 0.15 0.25 0 0.62
HSL 262.5º 0.14% 0.33% -
HSV(B) 262.5º 0.25% 0.38% -
XYZ 8.02 7.42 12.32 -
YUV 78.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 82 73 97 0.15 0.25 0 0.62 262.5 0.14 0.33
Hex 52 49 61 F 19 0 3E 106 E 21
Octal 122 111 141 17 31 0 76 406 16 41
Binary 1010010 1001001 1100001 1111 11001 0 111110 100000110 1110 100001

Color Harmonies of #524961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524961

Black with #524961

Text Example


Text Example

White with #524961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524961; }

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

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

background-color css

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

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

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

border-color css

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

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

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