#51484A

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

Shades of Emperor #51484A

Tints of Emperor #51484A

Color information

#51484A (or 0x51484A) is unknown color: approx Emperor. HEX triplet: 51, 48 and 4A. RGB value is (81,72,74). Sum of RGB (Red+Green+Blue) = 81+72+74=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #51484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51484A is #AEB7B5. Grayscale: #4A4A4A. Windows color (decimal): -11450294 or 4868177. OLE color: 4868177.

HSL color Cylindrical-coordinate representation of color #51484A: hue angle of 346.67º 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 #51484A is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB817274-
CMYK00.110.090.68
HSL346.67º5.88%30%-
HSV(B)346.67º11.11%31.76%-
XYZ6.956.887.44-
YUV74.92127.48132.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=35.68%
G=31.72%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81727400.110.090.68346.675.8830
Hex51484A0B94415b61e
Octal12111011201311104533636
Binary101000110010001001010010111001100010010101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51484A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51484A; }

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

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

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

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

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

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

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

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