Html Css Color HEX #524968 Mulled Wine

📋 copy color: '#524968'

red 82 ◦ green 73 ◦ blue 104

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

Shades of Mulled Wine #524968

Tints of Mulled Wine #524968

RGB

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

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

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

R = 31.66%
G = 28.19%
B = 40.15%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524968 (or 0x524968) is known color: Mulled Wine. HEX triplet: 52, 49 and 68. RGB value is (82,73,104). Sum of RGB (Red+Green+Blue) = 82+73+104=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 104 - color contains mainly: blue. Hex color #524968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524968 is #ADB697. Grayscale: #4F4F4F. Windows color (decimal): -11384472 or 6834514. OLE color: 6834514.

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

Color convert

RGB 82 73 104 -
CMYK 0.21 0.30 0 0.59
HSL 257.42º 0.18% 0.35% -
HSV(B) 257.42º 0.3% 0.41% -
XYZ 8.36 7.56 14.11 -
YUV 79.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 82 73 104 0.21 0.30 0 0.59 257.42 0.18 0.35
Hex 52 49 68 15 1E 0 3B 101 12 23
Octal 122 111 150 25 36 0 73 401 22 43
Binary 1010010 1001001 1101000 10101 11110 0 111011 100000001 10010 100011

Color Harmonies of #524968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524968

Black with #524968

Text Example


Text Example

White with #524968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524968; }

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

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

background-color css

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

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

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

border-color css

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

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

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