#51425D

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

Shades of Mulled Wine #51425D

Tints of Mulled Wine #51425D

Color information

#51425D (or 0x51425D) is unknown color: approx Mulled Wine. HEX triplet: 51, 42 and 5D. RGB value is (81,66,93). Sum of RGB (Red+Green+Blue) = 81+66+93=240 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.75% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #51425D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51425D is #AEBDA2. Grayscale: #494949. Windows color (decimal): -11451811 or 6111825. OLE color: 6111825.

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

Color convert

RGB816693-
CMYK0.130.2900.64
HSL273.33º16.98%31.18%-
HSV(B)273.33º29.03%36.47%-
XYZ7.326.4411.21-
YUV73.56138.97133.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.75%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=33.75%
G=27.5%
B=38.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8166930.130.2900.64273.3316.9831.18
Hex51425DD1D040111111f
Octal121102135153501004212137
Binary101000110000101011101110111101010000001000100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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