Html Css Color HEX #524C61 Mulled Wine

📋 copy color: '#524C61'

red 82 ◦ green 76 ◦ blue 97

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

Shades of Mulled Wine #524C61

Tints of Mulled Wine #524C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

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

R = 32.16%
G = 29.8%
B = 38.04%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524C61 (or 0x524C61) is known color: Mulled Wine. HEX triplet: 52, 4C and 61. RGB value is (82,76,97). Sum of RGB (Red+Green+Blue) = 82+76+97=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 97 - color contains mainly: blue. Hex color #524C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524C61 is #ADB39E. Grayscale: #505050. Windows color (decimal): -11383711 or 6376530. OLE color: 6376530.

HSL color Cylindrical-coordinate representation of color #524C61: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #524C61 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 76 97 -
CMYK 0.15 0.22 0 0.62
HSL 257.14º 0.12% 0.34% -
HSV(B) 257.14º 0.22% 0.38% -
XYZ 8.22 7.83 12.39 -
YUV 80.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 82 76 97 0.15 0.22 0 0.62 257.14 0.12 0.34
Hex 52 4C 61 F 16 0 3E 101 C 22
Octal 122 114 141 17 26 0 76 401 14 42
Binary 1010010 1001100 1100001 1111 10110 0 111110 100000001 1100 100010

Color Harmonies of #524C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C61

Black with #524C61

Text Example


Text Example

White with #524C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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