#514044

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

Shades of Emperor #514044

Tints of Emperor #514044

Color information

#514044 (or 0x514044) is unknown color: approx Emperor. HEX triplet: 51, 40 and 44. RGB value is (81,64,68). Sum of RGB (Red+Green+Blue) = 81+64+68=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #514044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514044 is #AEBFBB. Grayscale: #454545. Windows color (decimal): -11452348 or 4472913. OLE color: 4472913.

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

Color convert

RGB816468-
CMYK00.210.160.68
HSL345.88º11.72%28.43%-
HSV(B)345.88º20.99%31.76%-
XYZ6.275.836.26-
YUV69.54127.13136.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=38.03%
G=30.05%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81646800.210.160.68345.8811.7228.43
Hex514044015104415ac1c
Octal121100104025201045321434
Binary101000110000001000100010101100001000100101011010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514044; }

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

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

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

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

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

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

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

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