#514B55

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

Shades of Mulled Wine #514B55

Tints of Mulled Wine #514B55

Color information

#514B55 (or 0x514B55) is unknown color: approx Mulled Wine. HEX triplet: 51, 4B and 55. RGB value is (81,75,85). Sum of RGB (Red+Green+Blue) = 81+75+85=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: blue. Hex color #514B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B55 is #AEB4AA. Grayscale: #4D4D4D. Windows color (decimal): -11449515 or 5589841. OLE color: 5589841.

HSL color Cylindrical-coordinate representation of color #514B55: hue angle of 276º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #514B55 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB817585-
CMYK0.050.1200.67
HSL276º6.25%31.37%-
HSV(B)276º11.76%33.33%-
XYZ7.557.449.63-
YUV77.93131.99130.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=33.61%
G=31.12%
B=35.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8175850.050.1200.672766.2531.37
Hex514B555C04311461f
Octal1211131255140103424637
Binary10100011001011101010110111000100001110001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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