Html Css Color HEX #524565 Mulled Wine

📋 copy color: '#524565'

red 82 ◦ green 69 ◦ blue 101

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

Shades of Mulled Wine #524565

Tints of Mulled Wine #524565

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 101 (39.84% from 255) = 40.08%

R = 32.54%
G = 27.38%
B = 40.08%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#524565 (or 0x524565) is known color: Mulled Wine. HEX triplet: 52, 45 and 65. RGB value is (82,69,101). Sum of RGB (Red+Green+Blue) = 82+69+101=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #524565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524565 is #ADBA9A. Grayscale: #4C4C4C. Windows color (decimal): -11385499 or 6636882. OLE color: 6636882.

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

Color convert

RGB 82 69 101 -
CMYK 0.19 0.32 0 0.60
HSL 264.38º 0.19% 0.33% -
HSV(B) 264.38º 0.32% 0.4% -
XYZ 7.96 6.99 13.24 -
YUV 76.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 82 69 101 0.19 0.32 0 0.60 264.38 0.19 0.33
Hex 52 45 65 13 20 0 3C 108 13 21
Octal 122 105 145 23 40 0 74 410 23 41
Binary 1010010 1000101 1100101 10011 100000 0 111100 100001000 10011 100001

Color Harmonies of #524565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524565

Black with #524565

Text Example


Text Example

White with #524565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524565; }

 p { color: rgb(82,69,101); }

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

background-color css

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

 a { background-color: rgb(82,69,101); }

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

border-color css

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

 span { border-color: rgb(82,69,101); }

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