#514347

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

Shades of Emperor #514347

Tints of Emperor #514347

Color information

#514347 (or 0x514347) is unknown color: approx Emperor. HEX triplet: 51, 43 and 47. RGB value is (81,67,71). Sum of RGB (Red+Green+Blue) = 81+67+71=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514347 is #AEBCB8. Grayscale: #474747. Windows color (decimal): -11451577 or 4670289. OLE color: 4670289.

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

Color convert

RGB816771-
CMYK00.170.120.68
HSL342.86º9.46%29.02%-
HSV(B)342.86º17.28%31.76%-
XYZ6.546.226.82-
YUV71.64127.64134.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 71 (28.12% from 255) = 32.42%
R=36.99%
G=30.59%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81677100.170.120.68342.869.4629.02
Hex514347011C4415791d
Octal121103107021141045271135
Binary10100011000011100011101000111001000100101010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514347; }

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

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

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

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

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

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

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

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