#514260

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

Shades of Mulled Wine #514260

Tints of Mulled Wine #514260

Color information

#514260 (or 0x514260) is unknown color: approx Mulled Wine. HEX triplet: 51, 42 and 60. RGB value is (81,66,96). Sum of RGB (Red+Green+Blue) = 81+66+96=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #514260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514260 is #AEBD9F. Grayscale: #494949. Windows color (decimal): -11451808 or 6308433. OLE color: 6308433.

HSL color Cylindrical-coordinate representation of color #514260: hue angle of 270º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514260 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB816696-
CMYK0.160.3100.62
HSL270º18.52%31.76%-
HSV(B)270º31.25%37.65%-
XYZ7.456.4911.93-
YUV73.9140.47133.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=33.33%
G=27.16%
B=39.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8166960.160.3100.6227018.5231.76
Hex514260101F03E10e1320
Octal12110214020370764162340
Binary1010001100001011000001000011111011111010000111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514260; }

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

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

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

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

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

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

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

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