Html Css Color HEX #524261 Mulled Wine

📋 copy color: '#524261'

red 82 ◦ green 66 ◦ blue 97

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

Shades of Mulled Wine #524261

Tints of Mulled Wine #524261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.94%

 BLUE value IS 97 (38.28% from 255) = 39.59%

R = 33.47%
G = 26.94%
B = 39.59%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524261 (or 0x524261) is known color: Mulled Wine. HEX triplet: 52, 42 and 61. RGB value is (82,66,97). Sum of RGB (Red+Green+Blue) = 82+66+97=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #524261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524261 is #ADBD9E. Grayscale: #4A4A4A. Windows color (decimal): -11386271 or 6373970. OLE color: 6373970.

HSL color Cylindrical-coordinate representation of color #524261: hue angle of 270.97º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524261 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 66 97 -
CMYK 0.15 0.32 0 0.62
HSL 270.97º 0.19% 0.32% -
HSV(B) 270.97º 0.32% 0.38% -
XYZ 7.59 6.55 12.17 -
YUV 74.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 82 66 97 0.15 0.32 0 0.62 270.97 0.19 0.32
Hex 52 42 61 F 20 0 3E 10F 13 20
Octal 122 102 141 17 40 0 76 417 23 40
Binary 1010010 1000010 1100001 1111 100000 0 111110 100001111 10011 100000

Color Harmonies of #524261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524261

Black with #524261

Text Example


Text Example

White with #524261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524261; }

 p { color: rgb(82,66,97); }

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

background-color css

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

 a { background-color: rgb(82,66,97); }

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

border-color css

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

 span { border-color: rgb(82,66,97); }

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