#514445

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

Shades of Emperor #514445

Tints of Emperor #514445

Color information

#514445 (or 0x514445) is unknown color: approx Emperor. HEX triplet: 51, 44 and 45. RGB value is (81,68,69). Sum of RGB (Red+Green+Blue) = 81+68+69=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514445 is #AEBBBA. Grayscale: #484848. Windows color (decimal): -11451323 or 4539473. OLE color: 4539473.

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

Color convert

RGB816869-
CMYK00.160.150.68
HSL355.38º8.72%29.22%-
HSV(B)355.38º16.05%31.76%-
XYZ6.536.316.5-
YUV72126.31134.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=37.16%
G=31.19%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81686900.160.150.68355.388.7229.22
Hex514445010F4416391d
Octal121104105020171045431135
Binary10100011000100100010101000011111000100101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514445; }

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

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

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

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

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

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

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

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