Html Css Color HEX #534561 Mulled Wine

📋 copy color: '#534561'

red 83 ◦ green 69 ◦ blue 97

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

Shades of Mulled Wine #534561

Tints of Mulled Wine #534561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.71%

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

R = 33.33%
G = 27.71%
B = 38.96%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#534561 (or 0x534561) is known color: Mulled Wine. HEX triplet: 53, 45 and 61. RGB value is (83,69,97). Sum of RGB (Red+Green+Blue) = 83+69+97=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #534561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534561 is #ACBA9E. Grayscale: #4C4C4C. Windows color (decimal): -11319967 or 6374739. OLE color: 6374739.

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

Color convert

RGB 83 69 97 -
CMYK 0.14 0.29 0 0.62
HSL 270º 0.17% 0.33% -
HSV(B) 270º 0.29% 0.38% -
XYZ 7.85 6.96 12.24 -
YUV 76.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 83 69 97 0.14 0.29 0 0.62 270 0.17 0.33
Hex 53 45 61 E 1D 0 3E 10E 11 21
Octal 123 105 141 16 35 0 76 416 21 41
Binary 1010011 1000101 1100001 1110 11101 0 111110 100001110 10001 100001

Color Harmonies of #534561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534561

Black with #534561

Text Example


Text Example

White with #534561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534561; }

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

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

background-color css

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

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

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

border-color css

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

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

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