#514A5A

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

Shades of Mulled Wine #514A5A

Tints of Mulled Wine #514A5A

Color information

#514A5A (or 0x514A5A) is unknown color: approx Mulled Wine. HEX triplet: 51, 4A and 5A. RGB value is (81,74,90). Sum of RGB (Red+Green+Blue) = 81+74+90=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #514A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514A5A is #AEB5A5. Grayscale: #4D4D4D. Windows color (decimal): -11449766 or 5917265. OLE color: 5917265.

HSL color Cylindrical-coordinate representation of color #514A5A: hue angle of 266.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #514A5A is Cyan = 0.1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB817490-
CMYK0.10.1800.65
HSL266.25º9.76%32.16%-
HSV(B)266.25º17.78%35.29%-
XYZ7.697.3910.69-
YUV77.92134.82130.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=33.06%
G=30.20%
B=36.73%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8174900.10.1800.65266.259.7632.16
Hex514A5AA1204110aa20
Octal121112132122201014121240
Binary101000110010101011010101010010010000011000010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514A5A; }

 p { color: rgb(81,74,90); }

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

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

 a { background-color: rgb(81,74,90); }

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

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

 span { border-color: rgb(81,74,90); }

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