#514045

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

Shades of Emperor #514045

Tints of Emperor #514045

Color information

#514045 (or 0x514045) is unknown color: approx Emperor. HEX triplet: 51, 40 and 45. RGB value is (81,64,69). Sum of RGB (Red+Green+Blue) = 81+64+69=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #514045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514045 is #AEBFBA. Grayscale: #454545. Windows color (decimal): -11452347 or 4538449. OLE color: 4538449.

HSL color Cylindrical-coordinate representation of color #514045: hue angle of 342.35º 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 #514045 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB816469-
CMYK00.210.150.68
HSL342.35º11.72%28.43%-
HSV(B)342.35º20.99%31.76%-
XYZ6.35.856.43-
YUV69.65127.63136.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 69 (27.34% from 255) = 32.24%
R=37.85%
G=29.91%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81646900.210.150.68342.3511.7228.43
Hex514045015F44156c1c
Octal121100105025171045261434
Binary10100011000000100010101010111111000100101010110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514045; }

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

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

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

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

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

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

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

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