#514162

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

Shades of Mulled Wine #514162

Tints of Mulled Wine #514162

Color information

#514162 (or 0x514162) is unknown color: approx Mulled Wine. HEX triplet: 51, 41 and 62. RGB value is (81,65,98). Sum of RGB (Red+Green+Blue) = 81+65+98=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #514162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514162 is #AEBE9D. Grayscale: #494949. Windows color (decimal): -11452062 or 6439249. OLE color: 6439249.

HSL color Cylindrical-coordinate representation of color #514162: hue angle of 269.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #514162 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB816598-
CMYK0.170.3400.62
HSL269.09º20.25%31.96%-
HSV(B)269.09º33.67%38.43%-
XYZ7.496.4112.4-
YUV73.55141.8133.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 65 (25.78% from 255) = 26.64%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=33.20%
G=26.64%
B=40.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8165980.170.3400.62269.0920.2531.96
Hex514162112203E10d1420
Octal12110114221420764152440
Binary10100011000001110001010001100010011111010000110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514162; }

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

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

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

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

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

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

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

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