Html Css Color HEX #534760 Mulled Wine

📋 copy color: '#534760'

red 83 ◦ green 71 ◦ blue 96

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

Shades of Mulled Wine #534760

Tints of Mulled Wine #534760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

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

R = 33.2%
G = 28.4%
B = 38.4%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534760 (or 0x534760) is known color: Mulled Wine. HEX triplet: 53, 47 and 60. RGB value is (83,71,96). Sum of RGB (Red+Green+Blue) = 83+71+96=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #534760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534760 is #ACB89F. Grayscale: #4D4D4D. Windows color (decimal): -11319456 or 6309715. OLE color: 6309715.

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

Color convert

RGB 83 71 96 -
CMYK 0.14 0.26 0 0.62
HSL 268.8º 0.15% 0.33% -
HSV(B) 268.8º 0.26% 0.38% -
XYZ 7.93 7.19 12.04 -
YUV 77.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 83 71 96 0.14 0.26 0 0.62 268.8 0.15 0.33
Hex 53 47 60 E 1A 0 3E 10D F 21
Octal 123 107 140 16 32 0 76 415 17 41
Binary 1010011 1000111 1100000 1110 11010 0 111110 100001101 1111 100001

Color Harmonies of #534760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534760

Black with #534760

Text Example


Text Example

White with #534760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534760; }

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

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

background-color css

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

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

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

border-color css

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

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

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