Html Css Color HEX #53496A Mulled Wine

📋 copy color: '#53496A'

red 83 ◦ green 73 ◦ blue 106

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

Shades of Mulled Wine #53496A

Tints of Mulled Wine #53496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

 BLUE value IS 106 (41.8% from 255) = 40.46%

R = 31.68%
G = 27.86%
B = 40.46%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53496A (or 0x53496A) is known color: Mulled Wine. HEX triplet: 53, 49 and 6A. RGB value is (83,73,106). Sum of RGB (Red+Green+Blue) = 83+73+106=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #53496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53496A is #ACB695. Grayscale: #4F4F4F. Windows color (decimal): -11318934 or 6965587. OLE color: 6965587.

HSL color Cylindrical-coordinate representation of color #53496A: hue angle of 258.18º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53496A is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 73 106 -
CMYK 0.22 0.31 0 0.58
HSL 258.18º 0.18% 0.35% -
HSV(B) 258.18º 0.31% 0.42% -
XYZ 8.55 7.64 14.66 -
YUV 79.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 83 73 106 0.22 0.31 0 0.58 258.18 0.18 0.35
Hex 53 49 6A 16 1F 0 3A 102 12 23
Octal 123 111 152 26 37 0 72 402 22 43
Binary 1010011 1001001 1101010 10110 11111 0 111010 100000010 10010 100011

Color Harmonies of #53496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53496A

Black with #53496A

Text Example


Text Example

White with #53496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53496A; }

 p { color: rgb(83,73,106); }

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

background-color css

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

 a { background-color: rgb(83,73,106); }

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

border-color css

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

 span { border-color: rgb(83,73,106); }

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