#514749

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

Shades of Emperor #514749

Tints of Emperor #514749

Color information

#514749 (or 0x514749) is unknown color: approx Emperor. HEX triplet: 51, 47 and 49. RGB value is (81,71,73). Sum of RGB (Red+Green+Blue) = 81+71+73=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #514749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514749 is #AEB8B6. Grayscale: #4A4A4A. Windows color (decimal): -11450551 or 4802385. OLE color: 4802385.

HSL color Cylindrical-coordinate representation of color #514749: hue angle of 348º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #514749 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB817173-
CMYK00.120.100.68
HSL348º6.58%29.8%-
HSV(B)348º12.35%31.76%-
XYZ6.856.747.24-
YUV74.22127.31132.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 71 (28.12% from 255) = 31.56%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=36%
G=31.56%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81717300.120.100.683486.5829.8
Hex5147490CA4415c71e
Octal12110711101412104534736
Binary101000110001111001001011001010100010010101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514749; }

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

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

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

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

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

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

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

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