Html Css Color HEX #504261 Mulled Wine

📋 copy color: '#504261'

red 80 ◦ green 66 ◦ blue 97

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

Shades of Mulled Wine #504261

Tints of Mulled Wine #504261

RGB

 RED value IS 80 (31.64% from 255) = 32.92%

 GREEN value IS 66 (26.17% from 255) = 27.16%

 BLUE value IS 97 (38.28% from 255) = 39.92%

R = 32.92%
G = 27.16%
B = 39.92%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#504261 (or 0x504261) is known color: Mulled Wine. HEX triplet: 50, 42 and 61. RGB value is (80,66,97). Sum of RGB (Red+Green+Blue) = 80+66+97=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #504261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504261 is #AFBD9E. Grayscale: #494949. Windows color (decimal): -11517343 or 6373968. OLE color: 6373968.

HSL color Cylindrical-coordinate representation of color #504261: hue angle of 267.1º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #504261 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 66 97 -
CMYK 0.18 0.32 0 0.62
HSL 267.1º 0.19% 0.32% -
HSV(B) 267.1º 0.32% 0.38% -
XYZ 7.41 6.46 12.17 -
YUV 73.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 80 66 97 0.18 0.32 0 0.62 267.1 0.19 0.32
Hex 50 42 61 12 20 0 3E 10B 13 20
Octal 120 102 141 22 40 0 76 413 23 40
Binary 1010000 1000010 1100001 10010 100000 0 111110 100001011 10011 100000

Color Harmonies of #504261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504261

Black with #504261

Text Example


Text Example

White with #504261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504261; }

 p { color: rgb(80,66,97); }

 H1.HeaderClassName
 {
   color: #504261;
 }
 .AnyTagClassName
 {
   color: #504261;
 }
</style>

background-color css

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

 a { background-color: rgb(80,66,97); }

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

border-color css

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

 span { border-color: rgb(80,66,97); }

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