#514561

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

Shades of Mulled Wine #514561

Tints of Mulled Wine #514561

Color information

#514561 (or 0x514561) is unknown color: approx Mulled Wine. HEX triplet: 51, 45 and 61. RGB value is (81,69,97). Sum of RGB (Red+Green+Blue) = 81+69+97=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #514561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514561 is #AEBA9E. Grayscale: #4B4B4B. Windows color (decimal): -11451039 or 6374737. OLE color: 6374737.

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

Color convert

RGB816997-
CMYK0.160.2900.62
HSL265.71º16.87%32.55%-
HSV(B)265.71º28.87%38.04%-
XYZ7.686.8712.23-
YUV75.78139.98131.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=32.79%
G=27.94%
B=39.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8169970.160.2900.62265.7116.8732.55
Hex514561101D03E10a1121
Octal12110514120350764122141
Binary1010001100010111000011000011101011111010000101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514561; }

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

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

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

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

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

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

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

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