Html Css Color HEX #504749 Emperor

📋 copy color: '#504749'

red 80 ◦ green 71 ◦ blue 73

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

Shades of Emperor #504749

Tints of Emperor #504749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

 BLUE value IS 73 (28.91% from 255) = 32.59%

R = 35.71%
G = 31.7%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#504749 (or 0x504749) is known color: Emperor. HEX triplet: 50, 47 and 49. RGB value is (80,71,73). Sum of RGB (Red+Green+Blue) = 80+71+73=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 80 - color contains mainly: red. Hex color #504749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504749 is #AFB8B6. Grayscale: #494949. Windows color (decimal): -11516087 or 4802384. OLE color: 4802384.

HSL color Cylindrical-coordinate representation of color #504749: hue angle of 346.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #504749 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 71 73 -
CMYK 0 0.11 0.09 0.69
HSL 346.67º 0.06% 0.3% -
HSV(B) 346.67º 0.11% 0.31% -
XYZ 6.76 6.69 7.24 -
YUV 73.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 80 71 73 0 0.11 0.09 0.69 346.67 0.06 0.3
Hex 50 47 49 0 B 9 45 15B 6 1E
Octal 120 107 111 0 13 11 105 533 6 36
Binary 1010000 1000111 1001001 0 1011 1001 1000101 101011011 110 11110

Color Harmonies of #504749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504749

Black with #504749

Text Example


Text Example

White with #504749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504749; }

 p { color: rgb(80,71,73); }

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

background-color css

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

 a { background-color: rgb(80,71,73); }

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

border-color css

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

 span { border-color: rgb(80,71,73); }

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