Html Css Color HEX #524A68 Mulled Wine

📋 copy color: '#524A68'

red 82 ◦ green 74 ◦ blue 104

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

Shades of Mulled Wine #524A68

Tints of Mulled Wine #524A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

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

R = 31.54%
G = 28.46%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524A68 (or 0x524A68) is known color: Mulled Wine. HEX triplet: 52, 4A and 68. RGB value is (82,74,104). Sum of RGB (Red+Green+Blue) = 82+74+104=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 104 - color contains mainly: blue. Hex color #524A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524A68 is #ADB597. Grayscale: #4F4F4F. Windows color (decimal): -11384216 or 6834770. OLE color: 6834770.

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

Color convert

RGB 82 74 104 -
CMYK 0.21 0.29 0 0.59
HSL 256º 0.17% 0.35% -
HSV(B) 256º 0.29% 0.41% -
XYZ 8.43 7.69 14.14 -
YUV 79.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 82 74 104 0.21 0.29 0 0.59 256 0.17 0.35
Hex 52 4A 68 15 1D 0 3B 100 11 23
Octal 122 112 150 25 35 0 73 400 21 43
Binary 1010010 1001010 1101000 10101 11101 0 111011 100000000 10001 100011

Color Harmonies of #524A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A68

Black with #524A68

Text Example


Text Example

White with #524A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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