Html Css Color HEX #51495D Mulled Wine

📋 copy color: '#51495D'

red 81 ◦ green 73 ◦ blue 93

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

Shades of Mulled Wine #51495D

Tints of Mulled Wine #51495D

RGB

 RED value IS 81 (32.03% from 255) = 32.79%

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

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

R = 32.79%
G = 29.55%
B = 37.65%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#51495D (or 0x51495D) is known color: Mulled Wine. HEX triplet: 51, 49 and 5D. RGB value is (81,73,93). Sum of RGB (Red+Green+Blue) = 81+73+93=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #51495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51495D is #AEB6A2. Grayscale: #4D4D4D. Windows color (decimal): -11450019 or 6113617. OLE color: 6113617.

HSL color Cylindrical-coordinate representation of color #51495D: hue angle of 264º 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 #51495D is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 73 93 -
CMYK 0.13 0.22 0 0.64
HSL 264º 0.12% 0.33% -
HSV(B) 264º 0.22% 0.36% -
XYZ 7.75 7.3 11.36 -
YUV 77.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 81 73 93 0.13 0.22 0 0.64 264 0.12 0.33
Hex 51 49 5D D 16 0 40 108 C 21
Octal 121 111 135 15 26 0 100 410 14 41
Binary 1010001 1001001 1011101 1101 10110 0 1000000 100001000 1100 100001

Color Harmonies of #51495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51495D

Black with #51495D

Text Example


Text Example

White with #51495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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