Html Css Color HEX #524D68 Mulled Wine

📋 copy color: '#524D68'

red 82 ◦ green 77 ◦ blue 104

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

Shades of Mulled Wine #524D68

Tints of Mulled Wine #524D68

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.28%

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 31.18%
G = 29.28%
B = 39.54%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524D68 (or 0x524D68) is known color: Mulled Wine. HEX triplet: 52, 4D and 68. RGB value is (82,77,104). Sum of RGB (Red+Green+Blue) = 82+77+104=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #524D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D68 is #ADB297. Grayscale: #515151. Windows color (decimal): -11383448 or 6835538. OLE color: 6835538.

HSL color Cylindrical-coordinate representation of color #524D68: hue angle of 251.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #524D68 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 77 104 -
CMYK 0.21 0.26 0 0.59
HSL 251.11º 0.15% 0.35% -
HSV(B) 251.11º 0.26% 0.41% -
XYZ 8.63 8.1 14.21 -
YUV 81.57 140.66 128.3 -
System Red Green Blue C M Y K H S L
Decimal 82 77 104 0.21 0.26 0 0.59 251.11 0.15 0.35
Hex 52 4D 68 15 1A 0 3B FB F 23
Octal 122 115 150 25 32 0 73 373 17 43
Binary 1010010 1001101 1101000 10101 11010 0 111011 11111011 1111 100011

Color Harmonies of #524D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D68

Black with #524D68

Text Example


Text Example

White with #524D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,77,104); }

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

background-color css

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

 a { background-color: rgb(82,77,104); }

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

border-color css

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

 span { border-color: rgb(82,77,104); }

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