Html Css Color HEX #524858 Mulled Wine

📋 copy color: '#524858'

red 82 ◦ green 72 ◦ blue 88

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

Shades of Mulled Wine #524858

Tints of Mulled Wine #524858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.36%

R = 33.88%
G = 29.75%
B = 36.36%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#524858 (or 0x524858) is known color: Mulled Wine. HEX triplet: 52, 48 and 58. RGB value is (82,72,88). Sum of RGB (Red+Green+Blue) = 82+72+88=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: blue. Hex color #524858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524858 is #ADB7A7. Grayscale: #4C4C4C. Windows color (decimal): -11384744 or 5785682. OLE color: 5785682.

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

Color convert

RGB 82 72 88 -
CMYK 0.07 0.18 0 0.65
HSL 277.5º 0.1% 0.31% -
HSV(B) 277.5º 0.18% 0.35% -
XYZ 7.56 7.13 10.21 -
YUV 76.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 82 72 88 0.07 0.18 0 0.65 277.5 0.1 0.31
Hex 52 48 58 7 12 0 41 116 A 1F
Octal 122 110 130 7 22 0 101 426 12 37
Binary 1010010 1001000 1011000 111 10010 0 1000001 100010110 1010 11111

Color Harmonies of #524858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524858

Black with #524858

Text Example


Text Example

White with #524858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524858; }

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

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

background-color css

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

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

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

border-color css

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

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

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