Html Css Color HEX #534461 Mulled Wine

📋 copy color: '#534461'

red 83 ◦ green 68 ◦ blue 97

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

Shades of Mulled Wine #534461

Tints of Mulled Wine #534461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

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

R = 33.47%
G = 27.42%
B = 39.11%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534461 (or 0x534461) is known color: Mulled Wine. HEX triplet: 53, 44 and 61. RGB value is (83,68,97). Sum of RGB (Red+Green+Blue) = 83+68+97=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #534461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534461 is #ACBB9E. Grayscale: #4B4B4B. Windows color (decimal): -11320223 or 6374483. OLE color: 6374483.

HSL color Cylindrical-coordinate representation of color #534461: hue angle of 271.03º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534461 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 68 97 -
CMYK 0.14 0.30 0 0.62
HSL 271.03º 0.18% 0.32% -
HSV(B) 271.03º 0.3% 0.38% -
XYZ 7.79 6.84 12.22 -
YUV 75.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 83 68 97 0.14 0.30 0 0.62 271.03 0.18 0.32
Hex 53 44 61 E 1E 0 3E 10F 12 20
Octal 123 104 141 16 36 0 76 417 22 40
Binary 1010011 1000100 1100001 1110 11110 0 111110 100001111 10010 100000

Color Harmonies of #534461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534461

Black with #534461

Text Example


Text Example

White with #534461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534461; }

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

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

background-color css

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

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

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

border-color css

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

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

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