#514146

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

Shades of Emperor #514146

Tints of Emperor #514146

Color information

#514146 (or 0x514146) is unknown color: approx Emperor. HEX triplet: 51, 41 and 46. RGB value is (81,65,70). Sum of RGB (Red+Green+Blue) = 81+65+70=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #514146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514146 is #AEBEB9. Grayscale: #464646. Windows color (decimal): -11452090 or 4604241. OLE color: 4604241.

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

Color convert

RGB816570-
CMYK00.200.140.68
HSL341.25º10.96%28.63%-
HSV(B)341.25º19.75%31.76%-
XYZ6.395.976.61-
YUV70.35127.8135.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=37.5%
G=30.09%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81657000.200.140.68341.2510.9628.63
Hex514146014E44155b1d
Octal121101106024161045251335
Binary10100011000001100011001010011101000100101010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514146; }

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

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

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

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

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

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

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

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