Html Css Color HEX #534663 Mulled Wine

📋 copy color: '#534663'

red 83 ◦ green 70 ◦ blue 99

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

Shades of Mulled Wine #534663

Tints of Mulled Wine #534663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

 BLUE value IS 99 (39.06% from 255) = 39.29%

R = 32.94%
G = 27.78%
B = 39.29%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#534663 (or 0x534663) is known color: Mulled Wine. HEX triplet: 53, 46 and 63. RGB value is (83,70,99). Sum of RGB (Red+Green+Blue) = 83+70+99=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #534663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534663 is #ACB99C. Grayscale: #4D4D4D. Windows color (decimal): -11319709 or 6506067. OLE color: 6506067.

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

Color convert

RGB 83 70 99 -
CMYK 0.16 0.29 0 0.61
HSL 266.9º 0.17% 0.33% -
HSV(B) 266.9º 0.29% 0.39% -
XYZ 8.01 7.12 12.76 -
YUV 77.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 83 70 99 0.16 0.29 0 0.61 266.9 0.17 0.33
Hex 53 46 63 10 1D 0 3D 10B 11 21
Octal 123 106 143 20 35 0 75 413 21 41
Binary 1010011 1000110 1100011 10000 11101 0 111101 100001011 10001 100001

Color Harmonies of #534663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534663

Black with #534663

Text Example


Text Example

White with #534663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534663; }

 p { color: rgb(83,70,99); }

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

background-color css

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

 a { background-color: rgb(83,70,99); }

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

border-color css

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

 span { border-color: rgb(83,70,99); }

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