Html Css Color HEX #524163 Mulled Wine

📋 copy color: '#524163'

red 82 ◦ green 65 ◦ blue 99

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

Shades of Mulled Wine #524163

Tints of Mulled Wine #524163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 33.33%
G = 26.42%
B = 40.24%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#524163 (or 0x524163) is known color: Mulled Wine. HEX triplet: 52, 41 and 63. RGB value is (82,65,99). Sum of RGB (Red+Green+Blue) = 82+65+99=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #524163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524163 is #ADBE9C. Grayscale: #494949. Windows color (decimal): -11386525 or 6504786. OLE color: 6504786.

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

Color convert

RGB 82 65 99 -
CMYK 0.17 0.34 0 0.61
HSL 270º 0.21% 0.32% -
HSV(B) 270º 0.34% 0.39% -
XYZ 7.62 6.48 12.65 -
YUV 73.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 82 65 99 0.17 0.34 0 0.61 270 0.21 0.32
Hex 52 41 63 11 22 0 3D 10E 15 20
Octal 122 101 143 21 42 0 75 416 25 40
Binary 1010010 1000001 1100011 10001 100010 0 111101 100001110 10101 100000

Color Harmonies of #524163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524163

Black with #524163

Text Example


Text Example

White with #524163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524163; }

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

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

background-color css

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

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

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

border-color css

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

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

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