#51455B

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

Shades of Mulled Wine #51455B

Tints of Mulled Wine #51455B

Color information

#51455B (or 0x51455B) is unknown color: approx Mulled Wine. HEX triplet: 51, 45 and 5B. RGB value is (81,69,91). Sum of RGB (Red+Green+Blue) = 81+69+91=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #51455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51455B is #AEBAA4. Grayscale: #4B4B4B. Windows color (decimal): -11451045 or 5981521. OLE color: 5981521.

HSL color Cylindrical-coordinate representation of color #51455B: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #51455B is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB816991-
CMYK0.110.2400.64
HSL272.73º13.75%31.37%-
HSV(B)272.73º24.18%35.69%-
XYZ7.416.7610.81-
YUV75.1136.98132.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=33.61%
G=28.63%
B=37.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8169910.110.2400.64272.7313.7531.37
Hex51455BB18040111e1f
Octal121105133133001004211637
Binary10100011000101101101110111100001000000100010001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51455B; }

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

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

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

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

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

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

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

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