#51455E

Color #51455E Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #51455E

Tints of Mulled Wine #51455E

Color information

#51455E (or 0x51455E) is unknown color: approx Mulled Wine. HEX triplet: 51, 45 and 5E. RGB value is (81,69,94). Sum of RGB (Red+Green+Blue) = 81+69+94=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 94 - color contains mainly: blue. Hex color #51455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51455E is #AEBAA1. Grayscale: #4B4B4B. Windows color (decimal): -11451042 or 6178129. OLE color: 6178129.

HSL color Cylindrical-coordinate representation of color #51455E: hue angle of 268.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51455E is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB816994-
CMYK0.140.2700.63
HSL268.8º15.34%31.96%-
HSV(B)268.8º26.6%36.86%-
XYZ7.546.8111.51-
YUV75.44138.48131.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=33.20%
G=28.28%
B=38.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8169940.140.2700.63268.815.3431.96
Hex51455EE1B03F10df20
Octal12110513616330774151740
Binary10100011000101101111011101101101111111000011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51455E;
 }
 .AnyTagClassName
 {
   color: #51455E;
 }
</style>
background-color css

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

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

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

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

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

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