#514648

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

Shades of Emperor #514648

Tints of Emperor #514648

Color information

#514648 (or 0x514648) is unknown color: approx Emperor. HEX triplet: 51, 46 and 48. RGB value is (81,70,72). Sum of RGB (Red+Green+Blue) = 81+70+72=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514648 is #AEB9B7. Grayscale: #494949. Windows color (decimal): -11450808 or 4736593. OLE color: 4736593.

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

Color convert

RGB817072-
CMYK00.140.110.68
HSL349.09º7.28%29.61%-
HSV(B)349.09º13.58%31.76%-
XYZ6.756.67.05-
YUV73.52127.14133.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 70 (27.73% from 255) = 31.39%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=36.32%
G=31.39%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81707200.140.110.68349.097.2829.61
Hex5146480EB4415d71e
Octal12110611001613104535736
Binary101000110001101001000011101011100010010101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514648; }

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

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

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

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

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

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

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

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