Html Css Color HEX #534361 Mulled Wine

📋 copy color: '#534361'

red 83 ◦ green 67 ◦ blue 97

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

Shades of Mulled Wine #534361

Tints of Mulled Wine #534361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.13%

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

R = 33.6%
G = 27.13%
B = 39.27%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534361 (or 0x534361) is known color: Mulled Wine. HEX triplet: 53, 43 and 61. RGB value is (83,67,97). Sum of RGB (Red+Green+Blue) = 83+67+97=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #534361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534361 is #ACBC9E. Grayscale: #4B4B4B. Windows color (decimal): -11320479 or 6374227. OLE color: 6374227.

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

Color convert

RGB 83 67 97 -
CMYK 0.14 0.31 0 0.62
HSL 272º 0.18% 0.32% -
HSV(B) 272º 0.31% 0.38% -
XYZ 7.73 6.72 12.2 -
YUV 75.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 83 67 97 0.14 0.31 0 0.62 272 0.18 0.32
Hex 53 43 61 E 1F 0 3E 110 12 20
Octal 123 103 141 16 37 0 76 420 22 40
Binary 1010011 1000011 1100001 1110 11111 0 111110 100010000 10010 100000

Color Harmonies of #534361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534361

Black with #534361

Text Example


Text Example

White with #534361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534361; }

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

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

background-color css

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

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

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

border-color css

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

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

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