Html Css Color HEX #534E61 Mulled Wine

📋 copy color: '#534E61'

red 83 ◦ green 78 ◦ blue 97

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

Shades of Mulled Wine #534E61

Tints of Mulled Wine #534E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.23%

 BLUE value IS 97 (38.28% from 255) = 37.6%

R = 32.17%
G = 30.23%
B = 37.6%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534E61 (or 0x534E61) is known color: Mulled Wine. HEX triplet: 53, 4E and 61. RGB value is (83,78,97). Sum of RGB (Red+Green+Blue) = 83+78+97=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 97 - color contains mainly: blue. Hex color #534E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E61 is #ACB19E. Grayscale: #515151. Windows color (decimal): -11317663 or 6377043. OLE color: 6377043.

HSL color Cylindrical-coordinate representation of color #534E61: hue angle of 255.79º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534E61 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 78 97 -
CMYK 0.14 0.20 0 0.62
HSL 255.79º 0.11% 0.34% -
HSV(B) 255.79º 0.2% 0.38% -
XYZ 8.45 8.15 12.44 -
YUV 81.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 83 78 97 0.14 0.20 0 0.62 255.79 0.11 0.34
Hex 53 4E 61 E 14 0 3E 100 B 22
Octal 123 116 141 16 24 0 76 400 13 42
Binary 1010011 1001110 1100001 1110 10100 0 111110 100000000 1011 100010

Color Harmonies of #534E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E61

Black with #534E61

Text Example


Text Example

White with #534E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,78,97); }

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

background-color css

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

 a { background-color: rgb(83,78,97); }

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

border-color css

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

 span { border-color: rgb(83,78,97); }

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