Html Css Color HEX #524360 Mulled Wine

📋 copy color: '#524360'

red 82 ◦ green 67 ◦ blue 96

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

Shades of Mulled Wine #524360

Tints of Mulled Wine #524360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 33.47%
G = 27.35%
B = 39.18%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524360 (or 0x524360) is known color: Mulled Wine. HEX triplet: 52, 43 and 60. RGB value is (82,67,96). Sum of RGB (Red+Green+Blue) = 82+67+96=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #524360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524360 is #ADBC9F. Grayscale: #4A4A4A. Windows color (decimal): -11386016 or 6308690. OLE color: 6308690.

HSL color Cylindrical-coordinate representation of color #524360: hue angle of 271.03º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #524360 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 67 96 -
CMYK 0.15 0.30 0 0.62
HSL 271.03º 0.18% 0.32% -
HSV(B) 271.03º 0.3% 0.38% -
XYZ 7.6 6.65 11.95 -
YUV 74.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 82 67 96 0.15 0.30 0 0.62 271.03 0.18 0.32
Hex 52 43 60 F 1E 0 3E 10F 12 20
Octal 122 103 140 17 36 0 76 417 22 40
Binary 1010010 1000011 1100000 1111 11110 0 111110 100001111 10010 100000

Color Harmonies of #524360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524360

Black with #524360

Text Example


Text Example

White with #524360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524360; }

 p { color: rgb(82,67,96); }

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

background-color css

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

 a { background-color: rgb(82,67,96); }

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

border-color css

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

 span { border-color: rgb(82,67,96); }

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