#51445A

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

Shades of Mulled Wine #51445A

Tints of Mulled Wine #51445A

Color information

#51445A (or 0x51445A) is unknown color: approx Mulled Wine. HEX triplet: 51, 44 and 5A. RGB value is (81,68,90). Sum of RGB (Red+Green+Blue) = 81+68+90=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #51445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51445A is #AEBBA5. Grayscale: #4A4A4A. Windows color (decimal): -11451302 or 5915729. OLE color: 5915729.

HSL color Cylindrical-coordinate representation of color #51445A: hue angle of 275.45º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #51445A is Cyan = 0.1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB816890-
CMYK0.10.2400.65
HSL275.45º13.92%30.98%-
HSV(B)275.45º24.44%35.29%-
XYZ7.316.6210.57-
YUV74.4136.81132.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=33.89%
G=28.45%
B=37.66%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8168900.10.2400.65275.4513.9230.98
Hex51445AA18041113e1f
Octal121104132123001014231637
Binary10100011000100101101010101100001000001100010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51445A; }

 p { color: rgb(81,68,90); }

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

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

 a { background-color: rgb(81,68,90); }

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

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

 span { border-color: rgb(81,68,90); }

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