#514B5C

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

Shades of Mulled Wine #514B5C

Tints of Mulled Wine #514B5C

Color information

#514B5C (or 0x514B5C) is unknown color: approx Mulled Wine. HEX triplet: 51, 4B and 5C. RGB value is (81,75,92). Sum of RGB (Red+Green+Blue) = 81+75+92=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 92 - color contains mainly: blue. Hex color #514B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B5C is #AEB4A3. Grayscale: #4E4E4E. Windows color (decimal): -11449508 or 6048593. OLE color: 6048593.

HSL color Cylindrical-coordinate representation of color #514B5C: hue angle of 261.18º 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 #514B5C is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB817592-
CMYK0.120.1800.64
HSL261.18º10.18%32.75%-
HSV(B)261.18º18.48%36.08%-
XYZ7.847.5511.17-
YUV78.73135.49129.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 92 (36.33% from 255) = 37.10%
R=32.66%
G=30.24%
B=37.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8175920.120.1800.64261.1810.1832.75
Hex514B5CC12040105a21
Octal121113134142201004051241
Binary101000110010111011100110010010010000001000001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,75,92); }

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

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

 a { background-color: rgb(81,75,92); }

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

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

 span { border-color: rgb(81,75,92); }

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