#504665

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

Shades of Mulled Wine #504665

Tints of Mulled Wine #504665

Color information

#504665 (or 0x504665) is unknown color: approx Mulled Wine. HEX triplet: 50, 46 and 65. RGB value is (80,70,101). Sum of RGB (Red+Green+Blue) = 80+70+101=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #504665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504665 is #AFB99A. Grayscale: #4C4C4C. Windows color (decimal): -11516315 or 6637136. OLE color: 6637136.

HSL color Cylindrical-coordinate representation of color #504665: hue angle of 259.35º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504665 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8070101-
CMYK0.210.3100.60
HSL259.35º18.13%33.53%-
HSV(B)259.35º30.69%39.61%-
XYZ7.857.0313.25-
YUV76.52141.81130.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 101 (39.84% from 255) = 40.24%
R=31.87%
G=27.89%
B=40.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80701010.210.3100.60259.3518.1333.53
Hex504665151F03C1031222
Octal12010614525370744032242
Binary1010000100011011001011010111111011110010000001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504665; }

 p { color: rgb(80,70,101); }

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

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

 a { background-color: rgb(80,70,101); }

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

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

 span { border-color: rgb(80,70,101); }

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