#514446

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

Shades of Emperor #514446

Tints of Emperor #514446

Color information

#514446 (or 0x514446) is unknown color: approx Emperor. HEX triplet: 51, 44 and 46. RGB value is (81,68,70). Sum of RGB (Red+Green+Blue) = 81+68+70=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514446 is #AEBBB9. Grayscale: #484848. Windows color (decimal): -11451322 or 4605009. OLE color: 4605009.

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

Color convert

RGB816870-
CMYK00.160.140.68
HSL350.77º8.72%29.22%-
HSV(B)350.77º16.05%31.76%-
XYZ6.576.336.67-
YUV72.11126.81134.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=36.99%
G=31.05%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81687000.160.140.68350.778.7229.22
Hex514446010E4415f91d
Octal121104106020161045371135
Binary10100011000100100011001000011101000100101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514446; }

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

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

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

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

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

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

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

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