Html Css Color HEX #53475B Mulled Wine

📋 copy color: '#53475B'

red 83 ◦ green 71 ◦ blue 91

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

Shades of Mulled Wine #53475B

Tints of Mulled Wine #53475B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 33.88%
G = 28.98%
B = 37.14%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53475B (or 0x53475B) is known color: Mulled Wine. HEX triplet: 53, 47 and 5B. RGB value is (83,71,91). Sum of RGB (Red+Green+Blue) = 83+71+91=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #53475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53475B is #ACB8A4. Grayscale: #4C4C4C. Windows color (decimal): -11319461 or 5982035. OLE color: 5982035.

HSL color Cylindrical-coordinate representation of color #53475B: hue angle of 276º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53475B is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 71 91 -
CMYK 0.09 0.22 0 0.64
HSL 276º 0.12% 0.32% -
HSV(B) 276º 0.22% 0.36% -
XYZ 7.71 7.1 10.86 -
YUV 76.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 83 71 91 0.09 0.22 0 0.64 276 0.12 0.32
Hex 53 47 5B 9 16 0 40 114 C 20
Octal 123 107 133 11 26 0 100 424 14 40
Binary 1010011 1000111 1011011 1001 10110 0 1000000 100010100 1100 100000

Color Harmonies of #53475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53475B

Black with #53475B

Text Example


Text Example

White with #53475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53475B; }

 p { color: rgb(83,71,91); }

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

background-color css

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

 a { background-color: rgb(83,71,91); }

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

border-color css

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

 span { border-color: rgb(83,71,91); }

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