Html Css Color HEX #504856 Mulled Wine

📋 copy color: '#504856'

red 80 ◦ green 72 ◦ blue 86

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

Shades of Mulled Wine #504856

Tints of Mulled Wine #504856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.25%

 BLUE value IS 86 (33.98% from 255) = 36.13%

R = 33.61%
G = 30.25%
B = 36.13%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#504856 (or 0x504856) is known color: Mulled Wine. HEX triplet: 50, 48 and 56. RGB value is (80,72,86). Sum of RGB (Red+Green+Blue) = 80+72+86=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #504856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504856 is #AFB7A9. Grayscale: #4B4B4B. Windows color (decimal): -11515818 or 5654608. OLE color: 5654608.

HSL color Cylindrical-coordinate representation of color #504856: hue angle of 274.29º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #504856 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 72 86 -
CMYK 0.07 0.16 0 0.66
HSL 274.29º 0.09% 0.31% -
HSV(B) 274.29º 0.16% 0.34% -
XYZ 7.31 7.01 9.77 -
YUV 75.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 80 72 86 0.07 0.16 0 0.66 274.29 0.09 0.31
Hex 50 48 56 7 10 0 42 112 9 1F
Octal 120 110 126 7 20 0 102 422 11 37
Binary 1010000 1001000 1010110 111 10000 0 1000010 100010010 1001 11111

Color Harmonies of #504856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504856

Black with #504856

Text Example


Text Example

White with #504856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504856; }

 p { color: rgb(80,72,86); }

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

background-color css

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

 a { background-color: rgb(80,72,86); }

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

border-color css

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

 span { border-color: rgb(80,72,86); }

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