Html Css Color HEX #534960 Mulled Wine

📋 copy color: '#534960'

red 83 ◦ green 73 ◦ blue 96

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

Shades of Mulled Wine #534960

Tints of Mulled Wine #534960

RGB

 RED value IS 83 (32.81% from 255) = 32.94%

 GREEN value IS 73 (28.91% from 255) = 28.97%

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

R = 32.94%
G = 28.97%
B = 38.1%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534960 (or 0x534960) is known color: Mulled Wine. HEX triplet: 53, 49 and 60. RGB value is (83,73,96). Sum of RGB (Red+Green+Blue) = 83+73+96=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #534960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534960 is #ACB69F. Grayscale: #4E4E4E. Windows color (decimal): -11318944 or 6310227. OLE color: 6310227.

HSL color Cylindrical-coordinate representation of color #534960: hue angle of 266.09º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #534960 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 73 96 -
CMYK 0.14 0.24 0 0.62
HSL 266.09º 0.14% 0.33% -
HSV(B) 266.09º 0.24% 0.38% -
XYZ 8.06 7.45 12.08 -
YUV 78.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 83 73 96 0.14 0.24 0 0.62 266.09 0.14 0.33
Hex 53 49 60 E 18 0 3E 10A E 21
Octal 123 111 140 16 30 0 76 412 16 41
Binary 1010011 1001001 1100000 1110 11000 0 111110 100001010 1110 100001

Color Harmonies of #534960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534960

Black with #534960

Text Example


Text Example

White with #534960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534960; }

 p { color: rgb(83,73,96); }

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

background-color css

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

 a { background-color: rgb(83,73,96); }

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

border-color css

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

 span { border-color: rgb(83,73,96); }

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