Html Css Color HEX #524868 Mulled Wine

📋 copy color: '#524868'

red 82 ◦ green 72 ◦ blue 104

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

Shades of Mulled Wine #524868

Tints of Mulled Wine #524868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 31.78%
G = 27.91%
B = 40.31%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524868 (or 0x524868) is known color: Mulled Wine. HEX triplet: 52, 48 and 68. RGB value is (82,72,104). Sum of RGB (Red+Green+Blue) = 82+72+104=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #524868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524868 is #ADB797. Grayscale: #4E4E4E. Windows color (decimal): -11384728 or 6834258. OLE color: 6834258.

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

Color convert

RGB 82 72 104 -
CMYK 0.21 0.31 0 0.59
HSL 258.75º 0.18% 0.35% -
HSV(B) 258.75º 0.31% 0.41% -
XYZ 8.3 7.43 14.09 -
YUV 78.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 82 72 104 0.21 0.31 0 0.59 258.75 0.18 0.35
Hex 52 48 68 15 1F 0 3B 103 12 23
Octal 122 110 150 25 37 0 73 403 22 43
Binary 1010010 1001000 1101000 10101 11111 0 111011 100000011 10010 100011

Color Harmonies of #524868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524868

Black with #524868

Text Example


Text Example

White with #524868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524868; }

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

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

background-color css

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

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

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

border-color css

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

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

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