#51475D

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

Shades of Mulled Wine #51475D

Tints of Mulled Wine #51475D

Color information

#51475D (or 0x51475D) is unknown color: approx Mulled Wine. HEX triplet: 51, 47 and 5D. RGB value is (81,71,93). Sum of RGB (Red+Green+Blue) = 81+71+93=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #51475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51475D is #AEB8A2. Grayscale: #4C4C4C. Windows color (decimal): -11450531 or 6113105. OLE color: 6113105.

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

Color convert

RGB817193-
CMYK0.130.2400.64
HSL267.27º13.41%32.16%-
HSV(B)267.27º23.66%36.47%-
XYZ7.627.0511.31-
YUV76.5137.31131.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=33.06%
G=28.98%
B=37.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8171930.130.2400.64267.2713.4132.16
Hex51475DD1804010bd20
Octal121107135153001004131540
Binary101000110001111011101110111000010000001000010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51475D; }

 p { color: rgb(81,71,93); }

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

<style>
 a { background-color: #51475D; }

 a { background-color: rgb(81,71,93); }

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

<style>
 span { border-color: #51475D; }

 span { border-color: rgb(81,71,93); }

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