Html Css Color HEX #534A60 Mulled Wine

📋 copy color: '#534A60'

red 83 ◦ green 74 ◦ blue 96

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

Shades of Mulled Wine #534A60

Tints of Mulled Wine #534A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.25%

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

R = 32.81%
G = 29.25%
B = 37.94%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534A60 (or 0x534A60) is known color: Mulled Wine. HEX triplet: 53, 4A and 60. RGB value is (83,74,96). Sum of RGB (Red+Green+Blue) = 83+74+96=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #534A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A60 is #ACB59F. Grayscale: #4F4F4F. Windows color (decimal): -11318688 or 6310483. OLE color: 6310483.

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

Color convert

RGB 83 74 96 -
CMYK 0.14 0.23 0 0.62
HSL 264.55º 0.13% 0.33% -
HSV(B) 264.55º 0.23% 0.38% -
XYZ 8.13 7.58 12.1 -
YUV 79.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 83 74 96 0.14 0.23 0 0.62 264.55 0.13 0.33
Hex 53 4A 60 E 17 0 3E 109 D 21
Octal 123 112 140 16 27 0 76 411 15 41
Binary 1010011 1001010 1100000 1110 10111 0 111110 100001001 1101 100001

Color Harmonies of #534A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A60

Black with #534A60

Text Example


Text Example

White with #534A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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