Html Css Color HEX #534A61 Mulled Wine

📋 copy color: '#534A61'

red 83 ◦ green 74 ◦ blue 97

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

Shades of Mulled Wine #534A61

Tints of Mulled Wine #534A61

RGB

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

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

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

R = 32.68%
G = 29.13%
B = 38.19%

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

#534A61 (or 0x534A61) is known color: Mulled Wine. HEX triplet: 53, 4A and 61. RGB value is (83,74,97). Sum of RGB (Red+Green+Blue) = 83+74+97=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #534A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A61 is #ACB59E. Grayscale: #4F4F4F. Windows color (decimal): -11318687 or 6376019. OLE color: 6376019.

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

Color convert

RGB 83 74 97 -
CMYK 0.14 0.24 0 0.62
HSL 263.48º 0.13% 0.34% -
HSV(B) 263.48º 0.24% 0.38% -
XYZ 8.17 7.6 12.35 -
YUV 79.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 83 74 97 0.14 0.24 0 0.62 263.48 0.13 0.34
Hex 53 4A 61 E 18 0 3E 107 D 22
Octal 123 112 141 16 30 0 76 407 15 42
Binary 1010011 1001010 1100001 1110 11000 0 111110 100000111 1101 100010

Color Harmonies of #534A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A61

Black with #534A61

Text Example


Text Example

White with #534A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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