Html Css Color HEX #53485E Mulled Wine

📋 copy color: '#53485E'

red 83 ◦ green 72 ◦ blue 94

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

Shades of Mulled Wine #53485E

Tints of Mulled Wine #53485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.92%

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 33.33%
G = 28.92%
B = 37.75%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53485E (or 0x53485E) is known color: Mulled Wine. HEX triplet: 53, 48 and 5E. RGB value is (83,72,94). Sum of RGB (Red+Green+Blue) = 83+72+94=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #53485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53485E is #ACB7A1. Grayscale: #4D4D4D. Windows color (decimal): -11319202 or 6178899. OLE color: 6178899.

HSL color Cylindrical-coordinate representation of color #53485E: hue angle of 270º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53485E is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 72 94 -
CMYK 0.12 0.23 0 0.63
HSL 270º 0.13% 0.33% -
HSV(B) 270º 0.23% 0.37% -
XYZ 7.91 7.28 11.58 -
YUV 77.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 83 72 94 0.12 0.23 0 0.63 270 0.13 0.33
Hex 53 48 5E C 17 0 3F 10E D 21
Octal 123 110 136 14 27 0 77 416 15 41
Binary 1010011 1001000 1011110 1100 10111 0 111111 100001110 1101 100001

Color Harmonies of #53485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53485E

Black with #53485E

Text Example


Text Example

White with #53485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53485E; }

 p { color: rgb(83,72,94); }

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

background-color css

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

 a { background-color: rgb(83,72,94); }

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

border-color css

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

 span { border-color: rgb(83,72,94); }

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