#514261

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

Shades of Mulled Wine #514261

Tints of Mulled Wine #514261

Color information

#514261 (or 0x514261) is unknown color: approx Mulled Wine. HEX triplet: 51, 42 and 61. RGB value is (81,66,97). Sum of RGB (Red+Green+Blue) = 81+66+97=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #514261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514261 is #AEBD9E. Grayscale: #494949. Windows color (decimal): -11451807 or 6373969. OLE color: 6373969.

HSL color Cylindrical-coordinate representation of color #514261: hue angle of 269.03º 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 #514261 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB816697-
CMYK0.160.3200.62
HSL269.03º19.02%31.96%-
HSV(B)269.03º31.96%38.04%-
XYZ7.56.5112.17-
YUV74.02140.97132.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=33.20%
G=27.05%
B=39.75%

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
Decimal8166970.160.3200.62269.0319.0231.96
Hex514261102003E10d1320
Octal12110214120400764152340
Binary10100011000010110000110000100000011111010000110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514261; }

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

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

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

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

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

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

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

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