#514447

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

Shades of Emperor #514447

Tints of Emperor #514447

Color information

#514447 (or 0x514447) is unknown color: approx Emperor. HEX triplet: 51, 44 and 47. RGB value is (81,68,71). Sum of RGB (Red+Green+Blue) = 81+68+71=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514447 is #AEBBB8. Grayscale: #484848. Windows color (decimal): -11451321 or 4670545. OLE color: 4670545.

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

Color convert

RGB816871-
CMYK00.160.120.68
HSL346.15º8.72%29.22%-
HSV(B)346.15º16.05%31.76%-
XYZ6.66.346.84-
YUV72.23127.31134.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 71 (28.12% from 255) = 32.27%
R=36.82%
G=30.91%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81687100.160.120.68346.158.7229.22
Hex514447010C4415a91d
Octal121104107020141045321135
Binary10100011000100100011101000011001000100101011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514447; }

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

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

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

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

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

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

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

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