Html Css Color HEX #55495D Mulled Wine

📋 copy color: '#55495D'

red 85 ◦ green 73 ◦ blue 93

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

Shades of Mulled Wine #55495D

Tints of Mulled Wine #55495D

RGB

 RED value IS 85 (33.59% from 255) = 33.86%

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 33.86%
G = 29.08%
B = 37.05%

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

#55495D (or 0x55495D) is known color: Mulled Wine. HEX triplet: 55, 49 and 5D. RGB value is (85,73,93). Sum of RGB (Red+Green+Blue) = 85+73+93=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #55495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55495D is #AAB6A2. Grayscale: #4E4E4E. Windows color (decimal): -11187875 or 6113621. OLE color: 6113621.

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

Color convert

RGB 85 73 93 -
CMYK 0.09 0.22 0 0.64
HSL 276º 0.12% 0.33% -
HSV(B) 276º 0.22% 0.36% -
XYZ 8.1 7.49 11.37 -
YUV 78.87 135.98 132.37 -
System Red Green Blue C M Y K H S L
Decimal 85 73 93 0.09 0.22 0 0.64 276 0.12 0.33
Hex 55 49 5D 9 16 0 40 114 C 21
Octal 125 111 135 11 26 0 100 424 14 41
Binary 1010101 1001001 1011101 1001 10110 0 1000000 100010100 1100 100001

Color Harmonies of #55495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55495D

Black with #55495D

Text Example


Text Example

White with #55495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55495D; }

 p { color: rgb(85,73,93); }

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

background-color css

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

 a { background-color: rgb(85,73,93); }

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

border-color css

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

 span { border-color: rgb(85,73,93); }

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