#514160

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

Shades of Mulled Wine #514160

Tints of Mulled Wine #514160

Color information

#514160 (or 0x514160) is unknown color: approx Mulled Wine. HEX triplet: 51, 41 and 60. RGB value is (81,65,96). Sum of RGB (Red+Green+Blue) = 81+65+96=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #514160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514160 is #AEBE9F. Grayscale: #494949. Windows color (decimal): -11452064 or 6308177. OLE color: 6308177.

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

Color convert

RGB816596-
CMYK0.160.3200.62
HSL270.97º19.25%31.57%-
HSV(B)270.97º32.29%37.65%-
XYZ7.396.3711.91-
YUV73.32140.8133.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=33.47%
G=26.86%
B=39.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8165960.160.3200.62270.9719.2531.57
Hex514160102003E10f1320
Octal12110114020400764172340
Binary10100011000001110000010000100000011111010000111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514160; }

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

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

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

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

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

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

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

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