#514547

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

Shades of Emperor #514547

Tints of Emperor #514547

Color information

#514547 (or 0x514547) is unknown color: approx Emperor. HEX triplet: 51, 45 and 47. RGB value is (81,69,71). Sum of RGB (Red+Green+Blue) = 81+69+71=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514547 is #AEBAB8. Grayscale: #484848. Windows color (decimal): -11451065 or 4670801. OLE color: 4670801.

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

Color convert

RGB816971-
CMYK00.150.120.68
HSL350º8%29.41%-
HSV(B)350º14.81%31.76%-
XYZ6.666.466.86-
YUV72.82126.98133.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=36.65%
G=31.22%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81697100.150.120.68350829.41
Hex5145470FC4415e81d
Octal121105107017141045361035
Binary1010001100010110001110111111001000100101011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514547; }

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

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

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

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

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

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

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

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