Html Css Color HEX #524463 Mulled Wine

📋 copy color: '#524463'

red 82 ◦ green 68 ◦ blue 99

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

Shades of Mulled Wine #524463

Tints of Mulled Wine #524463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 32.93%
G = 27.31%
B = 39.76%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#524463 (or 0x524463) is known color: Mulled Wine. HEX triplet: 52, 44 and 63. RGB value is (82,68,99). Sum of RGB (Red+Green+Blue) = 82+68+99=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #524463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524463 is #ADBB9C. Grayscale: #4B4B4B. Windows color (decimal): -11385757 or 6505554. OLE color: 6505554.

HSL color Cylindrical-coordinate representation of color #524463: hue angle of 267.1º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #524463 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 68 99 -
CMYK 0.17 0.31 0 0.61
HSL 267.1º 0.19% 0.33% -
HSV(B) 267.1º 0.31% 0.39% -
XYZ 7.8 6.83 12.71 -
YUV 75.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 82 68 99 0.17 0.31 0 0.61 267.1 0.19 0.33
Hex 52 44 63 11 1F 0 3D 10B 13 21
Octal 122 104 143 21 37 0 75 413 23 41
Binary 1010010 1000100 1100011 10001 11111 0 111101 100001011 10011 100001

Color Harmonies of #524463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524463

Black with #524463

Text Example


Text Example

White with #524463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524463; }

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

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

background-color css

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

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

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

border-color css

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

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

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