#51415E

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

Shades of Mulled Wine #51415E

Tints of Mulled Wine #51415E

Color information

#51415E (or 0x51415E) is unknown color: approx Mulled Wine. HEX triplet: 51, 41 and 5E. RGB value is (81,65,94). Sum of RGB (Red+Green+Blue) = 81+65+94=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #51415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51415E is #AEBEA1. Grayscale: #484848. Windows color (decimal): -11452066 or 6177105. OLE color: 6177105.

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

Color convert

RGB816594-
CMYK0.140.3100.63
HSL273.1º18.24%31.18%-
HSV(B)273.1º30.85%36.86%-
XYZ7.36.3411.43-
YUV73.09139.8133.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=33.75%
G=27.08%
B=39.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8165940.140.3100.63273.118.2431.18
Hex51415EE1F03F111121f
Octal12110113616370774212237
Binary10100011000001101111011101111101111111000100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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