#514345

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

Shades of Emperor #514345

Tints of Emperor #514345

Color information

#514345 (or 0x514345) is unknown color: approx Emperor. HEX triplet: 51, 43 and 45. RGB value is (81,67,69). Sum of RGB (Red+Green+Blue) = 81+67+69=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514345 is #AEBCBA. Grayscale: #474747. Windows color (decimal): -11451579 or 4539217. OLE color: 4539217.

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

Color convert

RGB816769-
CMYK00.170.150.68
HSL351.43º9.46%29.02%-
HSV(B)351.43º17.28%31.76%-
XYZ6.476.196.48-
YUV71.41126.64134.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=37.33%
G=30.88%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81676900.170.150.68351.439.4629.02
Hex514345011F4415f91d
Octal121103105021171045371135
Binary10100011000011100010101000111111000100101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514345; }

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

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

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

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

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

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

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

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