Html Css Color HEX #524263 Mulled Wine

📋 copy color: '#524263'

red 82 ◦ green 66 ◦ blue 99

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

Shades of Mulled Wine #524263

Tints of Mulled Wine #524263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

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

R = 33.2%
G = 26.72%
B = 40.08%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#524263 (or 0x524263) is known color: Mulled Wine. HEX triplet: 52, 42 and 63. RGB value is (82,66,99). Sum of RGB (Red+Green+Blue) = 82+66+99=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #524263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524263 is #ADBD9C. Grayscale: #4A4A4A. Windows color (decimal): -11386269 or 6505042. OLE color: 6505042.

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

Color convert

RGB 82 66 99 -
CMYK 0.17 0.33 0 0.61
HSL 269.09º 0.2% 0.32% -
HSV(B) 269.09º 0.33% 0.39% -
XYZ 7.68 6.59 12.67 -
YUV 74.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 82 66 99 0.17 0.33 0 0.61 269.09 0.2 0.32
Hex 52 42 63 11 21 0 3D 10D 14 20
Octal 122 102 143 21 41 0 75 415 24 40
Binary 1010010 1000010 1100011 10001 100001 0 111101 100001101 10100 100000

Color Harmonies of #524263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524263

Black with #524263

Text Example


Text Example

White with #524263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524263; }

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

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

background-color css

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

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

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

border-color css

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

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

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