#514245

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

Shades of Emperor #514245

Tints of Emperor #514245

Color information

#514245 (or 0x514245) is unknown color: approx Emperor. HEX triplet: 51, 42 and 45. RGB value is (81,66,69). Sum of RGB (Red+Green+Blue) = 81+66+69=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 81 - color contains mainly: red. Hex color #514245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514245 is #AEBDBA. Grayscale: #464646. Windows color (decimal): -11451835 or 4538961. OLE color: 4538961.

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

Color convert

RGB816669-
CMYK00.190.150.68
HSL348º10.2%28.82%-
HSV(B)348º18.52%31.76%-
XYZ6.426.086.46-
YUV70.83126.97135.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=37.5%
G=30.56%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81666900.190.150.6834810.228.82
Hex514245013F4415ca1d
Octal121102105023171045341235
Binary10100011000010100010101001111111000100101011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514245; }

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

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

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

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

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

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

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

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