Html Css Color HEX #524969 Mulled Wine

📋 copy color: '#524969'

red 82 ◦ green 73 ◦ blue 105

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

Shades of Mulled Wine #524969

Tints of Mulled Wine #524969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.38%

R = 31.54%
G = 28.08%
B = 40.38%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#524969 (or 0x524969) is known color: Mulled Wine. HEX triplet: 52, 49 and 69. RGB value is (82,73,105). Sum of RGB (Red+Green+Blue) = 82+73+105=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 105 (41.41% from 255 or 40.38% from 260); Max value from RGB is 105 - color contains mainly: blue. Hex color #524969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524969 is #ADB696. Grayscale: #4F4F4F. Windows color (decimal): -11384471 or 6900050. OLE color: 6900050.

HSL color Cylindrical-coordinate representation of color #524969: hue angle of 256.88º 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 #524969 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 73 105 -
CMYK 0.22 0.30 0 0.59
HSL 256.88º 0.18% 0.35% -
HSV(B) 256.88º 0.3% 0.41% -
XYZ 8.41 7.58 14.38 -
YUV 79.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 82 73 105 0.22 0.30 0 0.59 256.88 0.18 0.35
Hex 52 49 69 16 1E 0 3B 101 12 23
Octal 122 111 151 26 36 0 73 401 22 43
Binary 1010010 1001001 1101001 10110 11110 0 111011 100000001 10010 100011

Color Harmonies of #524969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524969

Black with #524969

Text Example


Text Example

White with #524969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524969; }

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

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

background-color css

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

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

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

border-color css

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

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

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