#514463

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

Shades of Mulled Wine #514463

Tints of Mulled Wine #514463

Color information

#514463 (or 0x514463) is unknown color: approx Mulled Wine. HEX triplet: 51, 44 and 63. RGB value is (81,68,99). Sum of RGB (Red+Green+Blue) = 81+68+99=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #514463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514463 is #AEBB9C. Grayscale: #4B4B4B. Windows color (decimal): -11451293 or 6505553. OLE color: 6505553.

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

Color convert

RGB816899-
CMYK0.180.3100.61
HSL265.16º18.56%32.75%-
HSV(B)265.16º31.31%38.82%-
XYZ7.716.7812.71-
YUV75.42141.31131.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=32.66%
G=27.42%
B=39.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8168990.180.3100.61265.1618.5632.75
Hex514463121F03D1091321
Octal12110414322370754112341
Binary1010001100010011000111001011111011110110000100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514463; }

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

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

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

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

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

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

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

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