#51495C

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

Shades of Mulled Wine #51495C

Tints of Mulled Wine #51495C

Color information

#51495C (or 0x51495C) is unknown color: approx Mulled Wine. HEX triplet: 51, 49 and 5C. RGB value is (81,73,92). Sum of RGB (Red+Green+Blue) = 81+73+92=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 92 - color contains mainly: blue. Hex color #51495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51495C is #AEB6A3. Grayscale: #4D4D4D. Windows color (decimal): -11450020 or 6048081. OLE color: 6048081.

HSL color Cylindrical-coordinate representation of color #51495C: hue angle of 265.26º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #51495C is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB817392-
CMYK0.120.2100.64
HSL265.26º11.52%32.35%-
HSV(B)265.26º20.65%36.08%-
XYZ7.717.2911.13-
YUV77.56136.15130.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=32.93%
G=29.67%
B=37.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8173920.120.2100.64265.2611.5232.35
Hex51495CC15040109c20
Octal121111134142501004111440
Binary101000110010011011100110010101010000001000010011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51495C; }

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

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

<style>
 a { background-color: #51495C; }

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

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

<style>
 span { border-color: #51495C; }

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

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