#514346

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

Shades of Emperor #514346

Tints of Emperor #514346

Color information

#514346 (or 0x514346) is unknown color: approx Emperor. HEX triplet: 51, 43 and 46. RGB value is (81,67,70). Sum of RGB (Red+Green+Blue) = 81+67+70=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514346 is #AEBCB9. Grayscale: #474747. Windows color (decimal): -11451578 or 4604753. OLE color: 4604753.

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

Color convert

RGB816770-
CMYK00.170.140.68
HSL347.14º9.46%29.02%-
HSV(B)347.14º17.28%31.76%-
XYZ6.516.216.65-
YUV71.53127.14134.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=37.16%
G=30.73%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81677000.170.140.68347.149.4629.02
Hex514346011E4415b91d
Octal121103106021161045331135
Binary10100011000011100011001000111101000100101011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514346; }

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

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

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

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

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

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

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

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