#514C5D

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

Shades of Mulled Wine #514C5D

Tints of Mulled Wine #514C5D

Color information

#514C5D (or 0x514C5D) is unknown color: approx Mulled Wine. HEX triplet: 51, 4C and 5D. RGB value is (81,76,93). Sum of RGB (Red+Green+Blue) = 81+76+93=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #514C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C5D is #AEB3A2. Grayscale: #4F4F4F. Windows color (decimal): -11449251 or 6114385. OLE color: 6114385.

HSL color Cylindrical-coordinate representation of color #514C5D: hue angle of 257.65º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #514C5D is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB817693-
CMYK0.130.1800.64
HSL257.65º10.06%33.14%-
HSV(B)257.65º18.28%36.47%-
XYZ7.957.7111.42-
YUV79.43135.66129.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.4%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=32.4%
G=30.4%
B=37.2%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8176930.130.1800.64257.6510.0633.14
Hex514C5DD12040102a21
Octal121114135152201004021241
Binary101000110011001011101110110010010000001000000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514C5D; }

 p { color: rgb(81,76,93); }

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

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

 a { background-color: rgb(81,76,93); }

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

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

 span { border-color: rgb(81,76,93); }

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