Html Css Color HEX #534764 Mulled Wine

📋 copy color: '#534764'

red 83 ◦ green 71 ◦ blue 100

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

Shades of Mulled Wine #534764

Tints of Mulled Wine #534764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.37%

R = 32.68%
G = 27.95%
B = 39.37%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#534764 (or 0x534764) is known color: Mulled Wine. HEX triplet: 53, 47 and 64. RGB value is (83,71,100). Sum of RGB (Red+Green+Blue) = 83+71+100=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 100 - color contains mainly: blue. Hex color #534764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534764 is #ACB89B. Grayscale: #4D4D4D. Windows color (decimal): -11319452 or 6571859. OLE color: 6571859.

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

Color convert

RGB 83 71 100 -
CMYK 0.17 0.29 0 0.61
HSL 264.83º 0.17% 0.34% -
HSV(B) 264.83º 0.29% 0.39% -
XYZ 8.12 7.27 13.03 -
YUV 77.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 83 71 100 0.17 0.29 0 0.61 264.83 0.17 0.34
Hex 53 47 64 11 1D 0 3D 109 11 22
Octal 123 107 144 21 35 0 75 411 21 42
Binary 1010011 1000111 1100100 10001 11101 0 111101 100001001 10001 100010

Color Harmonies of #534764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534764

Black with #534764

Text Example


Text Example

White with #534764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534764; }

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

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

background-color css

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

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

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

border-color css

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

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

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