Html Css Color HEX #504665 Mulled Wine

📋 copy color: '#504665'

red 80 ◦ green 70 ◦ blue 101

#504665
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #504665

Tints of Mulled Wine #504665

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 value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#504665 (or 0x504665) is known color: 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

RGB 80 70 101 -
CMYK 0.21 0.31 0 0.60
HSL 259.35º 0.18% 0.34% -
HSV(B) 259.35º 0.31% 0.4% -
XYZ 7.85 7.03 13.25 -
YUV 76.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 80 70 101 0.21 0.31 0 0.60 259.35 0.18 0.34
Hex 50 46 65 15 1F 0 3C 103 12 22
Octal 120 106 145 25 37 0 74 403 22 42
Binary 1010000 1000110 1100101 10101 11111 0 111100 100000011 10010 100010

Color Harmonies of #504665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504665

Black with #504665

Text Example


Text Example

White with #504665

Text Example


Text Example

HTML Codes & Css Web 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>