Html Css Color HEX #524768 Mulled Wine

📋 copy color: '#524768'

red 82 ◦ green 71 ◦ blue 104

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

Shades of Mulled Wine #524768

Tints of Mulled Wine #524768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 31.91%
G = 27.63%
B = 40.47%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524768 (or 0x524768) is known color: Mulled Wine. HEX triplet: 52, 47 and 68. RGB value is (82,71,104). Sum of RGB (Red+Green+Blue) = 82+71+104=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #524768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524768 is #ADB897. Grayscale: #4D4D4D. Windows color (decimal): -11384984 or 6834002. OLE color: 6834002.

HSL color Cylindrical-coordinate representation of color #524768: hue angle of 260º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524768 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 71 104 -
CMYK 0.21 0.32 0 0.59
HSL 260º 0.19% 0.34% -
HSV(B) 260º 0.32% 0.41% -
XYZ 8.23 7.3 14.07 -
YUV 78.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 82 71 104 0.21 0.32 0 0.59 260 0.19 0.34
Hex 52 47 68 15 20 0 3B 104 13 22
Octal 122 107 150 25 40 0 73 404 23 42
Binary 1010010 1000111 1101000 10101 100000 0 111011 100000100 10011 100010

Color Harmonies of #524768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524768

Black with #524768

Text Example


Text Example

White with #524768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524768; }

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

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

background-color css

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

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

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

border-color css

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

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

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