Html Css Color HEX #524465 Mulled Wine

📋 copy color: '#524465'

red 82 ◦ green 68 ◦ blue 101

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

Shades of Mulled Wine #524465

Tints of Mulled Wine #524465

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 32.67%
G = 27.09%
B = 40.24%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#524465 (or 0x524465) is known color: Mulled Wine. HEX triplet: 52, 44 and 65. RGB value is (82,68,101). Sum of RGB (Red+Green+Blue) = 82+68+101=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #524465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524465 is #ADBB9A. Grayscale: #4B4B4B. Windows color (decimal): -11385755 or 6636626. OLE color: 6636626.

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

Color convert

RGB 82 68 101 -
CMYK 0.19 0.33 0 0.60
HSL 265.45º 0.2% 0.33% -
HSV(B) 265.45º 0.33% 0.4% -
XYZ 7.9 6.87 13.22 -
YUV 75.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 82 68 101 0.19 0.33 0 0.60 265.45 0.2 0.33
Hex 52 44 65 13 21 0 3C 109 14 21
Octal 122 104 145 23 41 0 74 411 24 41
Binary 1010010 1000100 1100101 10011 100001 0 111100 100001001 10100 100001

Color Harmonies of #524465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524465

Black with #524465

Text Example


Text Example

White with #524465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524465; }

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

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

background-color css

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

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

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

border-color css

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

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

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