#51425E

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

Shades of Mulled Wine #51425E

Tints of Mulled Wine #51425E

Color information

#51425E (or 0x51425E) is unknown color: approx Mulled Wine. HEX triplet: 51, 42 and 5E. RGB value is (81,66,94). Sum of RGB (Red+Green+Blue) = 81+66+94=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #51425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51425E is #AEBDA1. Grayscale: #494949. Windows color (decimal): -11451810 or 6177361. OLE color: 6177361.

HSL color Cylindrical-coordinate representation of color #51425E: hue angle of 272.14º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51425E is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB816694-
CMYK0.140.3000.63
HSL272.14º17.5%31.37%-
HSV(B)272.14º29.79%36.86%-
XYZ7.366.4511.45-
YUV73.68139.47133.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=33.61%
G=27.39%
B=39.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8166940.140.3000.63272.1417.531.37
Hex51425EE1E03F110111f
Octal12110213616360774202137
Binary10100011000010101111011101111001111111000100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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