#514866

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

Shades of Mulled Wine #514866

Tints of Mulled Wine #514866

Color information

#514866 (or 0x514866) is unknown color: approx Mulled Wine. HEX triplet: 51, 48 and 66. RGB value is (81,72,102). Sum of RGB (Red+Green+Blue) = 81+72+102=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: blue. Hex color #514866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514866 is #AEB799. Grayscale: #4E4E4E. Windows color (decimal): -11450266 or 6703185. OLE color: 6703185.

HSL color Cylindrical-coordinate representation of color #514866: hue angle of 258º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #514866 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8172102-
CMYK0.210.2900.6
HSL258º17.24%34.12%-
HSV(B)258º29.41%40%-
XYZ8.117.3413.56-
YUV78.11141.48130.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 102 (40.23% from 255) = 40%
R=31.76%
G=28.24%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal81721020.210.2900.625817.2434.12
Hex514866151D03C1021122
Octal12111014625350744022142
Binary1010001100100011001101010111101011110010000001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514866; }

 p { color: rgb(81,72,102); }

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

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

 a { background-color: rgb(81,72,102); }

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

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

 span { border-color: rgb(81,72,102); }

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