Html Css Color HEX #51485E Mulled Wine

📋 copy color: '#51485E'

red 81 ◦ green 72 ◦ blue 94

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

Shades of Mulled Wine #51485E

Tints of Mulled Wine #51485E

RGB

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

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

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

R = 32.79%
G = 29.15%
B = 38.06%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#51485E (or 0x51485E) is known color: Mulled Wine. HEX triplet: 51, 48 and 5E. RGB value is (81,72,94). Sum of RGB (Red+Green+Blue) = 81+72+94=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 94 - color contains mainly: blue. Hex color #51485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51485E is #AEB7A1. Grayscale: #4D4D4D. Windows color (decimal): -11450274 or 6178897. OLE color: 6178897.

HSL color Cylindrical-coordinate representation of color #51485E: hue angle of 264.55º 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 #51485E is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 72 94 -
CMYK 0.14 0.23 0 0.63
HSL 264.55º 0.13% 0.33% -
HSV(B) 264.55º 0.23% 0.37% -
XYZ 7.73 7.19 11.57 -
YUV 77.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 81 72 94 0.14 0.23 0 0.63 264.55 0.13 0.33
Hex 51 48 5E E 17 0 3F 109 D 21
Octal 121 110 136 16 27 0 77 411 15 41
Binary 1010001 1001000 1011110 1110 10111 0 111111 100001001 1101 100001

Color Harmonies of #51485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51485E

Black with #51485E

Text Example


Text Example

White with #51485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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