#514758

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

Shades of Mulled Wine #514758

Tints of Mulled Wine #514758

Color information

#514758 (or 0x514758) is unknown color: approx Mulled Wine. HEX triplet: 51, 47 and 58. RGB value is (81,71,88). Sum of RGB (Red+Green+Blue) = 81+71+88=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #514758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514758 is #AEB8A7. Grayscale: #4B4B4B. Windows color (decimal): -11450536 or 5785425. OLE color: 5785425.

HSL color Cylindrical-coordinate representation of color #514758: hue angle of 275.29º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #514758 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB817188-
CMYK0.080.1900.65
HSL275.29º10.69%31.18%-
HSV(B)275.29º19.32%34.51%-
XYZ7.416.9610.19-
YUV75.93134.81131.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=33.75%
G=29.58%
B=36.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8171880.080.1900.65275.2910.6931.18
Hex514758813041113b1f
Octal121107130102301014231337
Binary10100011000111101100010001001101000001100010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514758; }

 p { color: rgb(81,71,88); }

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

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

 a { background-color: rgb(81,71,88); }

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

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

 span { border-color: rgb(81,71,88); }

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