#514263

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

Shades of Mulled Wine #514263

Tints of Mulled Wine #514263

Color information

#514263 (or 0x514263) is unknown color: approx Mulled Wine. HEX triplet: 51, 42 and 63. RGB value is (81,66,99). Sum of RGB (Red+Green+Blue) = 81+66+99=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #514263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514263 is #AEBD9C. Grayscale: #4A4A4A. Windows color (decimal): -11451805 or 6505041. OLE color: 6505041.

HSL color Cylindrical-coordinate representation of color #514263: hue angle of 267.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514263 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB816699-
CMYK0.180.3300.61
HSL267.27º20%32.35%-
HSV(B)267.27º33.33%38.82%-
XYZ7.596.5512.67-
YUV74.25141.97132.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=32.93%
G=26.83%
B=40.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8166990.180.3300.61267.272032.35
Hex514263122103D10b1420
Octal12110214322410754132440
Binary10100011000010110001110010100001011110110000101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514263; }

 p { color: rgb(81,66,99); }

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

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

 a { background-color: rgb(81,66,99); }

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

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

 span { border-color: rgb(81,66,99); }

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