#514849

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

Shades of Emperor #514849

Tints of Emperor #514849

Color information

#514849 (or 0x514849) is unknown color: approx Emperor. HEX triplet: 51, 48 and 49. RGB value is (81,72,73). Sum of RGB (Red+Green+Blue) = 81+72+73=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #514849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514849 is #AEB7B6. Grayscale: #4A4A4A. Windows color (decimal): -11450295 or 4802641. OLE color: 4802641.

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

Color convert

RGB817273-
CMYK00.110.100.68
HSL353.33º5.88%30%-
HSV(B)353.33º11.11%31.76%-
XYZ6.916.877.26-
YUV74.8126.98132.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.84%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=35.84%
G=31.86%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81727300.110.100.68353.335.8830
Hex5148490BA4416161e
Octal12111011101312104541636
Binary101000110010001001001010111010100010010110000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514849; }

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

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

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

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

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

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

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

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