Html Css Color HEX #524F65 Mulled Wine

📋 copy color: '#524F65'

red 82 ◦ green 79 ◦ blue 101

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

Shades of Mulled Wine #524F65

Tints of Mulled Wine #524F65

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.15%

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

R = 31.3%
G = 30.15%
B = 38.55%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#524F65 (or 0x524F65) is known color: Mulled Wine. HEX triplet: 52, 4F and 65. RGB value is (82,79,101). Sum of RGB (Red+Green+Blue) = 82+79+101=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 101 - color contains mainly: blue. Hex color #524F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F65 is #ADB09A. Grayscale: #525252. Windows color (decimal): -11382939 or 6639442. OLE color: 6639442.

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

Color convert

RGB 82 79 101 -
CMYK 0.19 0.22 0 0.60
HSL 248.18º 0.12% 0.35% -
HSV(B) 248.18º 0.22% 0.4% -
XYZ 8.62 8.33 13.46 -
YUV 82.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 82 79 101 0.19 0.22 0 0.60 248.18 0.12 0.35
Hex 52 4F 65 13 16 0 3C F8 C 23
Octal 122 117 145 23 26 0 74 370 14 43
Binary 1010010 1001111 1100101 10011 10110 0 111100 11111000 1100 100011

Color Harmonies of #524F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F65

Black with #524F65

Text Example


Text Example

White with #524F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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