#504144

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

Shades of Emperor #504144

Tints of Emperor #504144

Color information

#504144 (or 0x504144) is unknown color: approx Emperor. HEX triplet: 50, 41 and 44. RGB value is (80,65,68). Sum of RGB (Red+Green+Blue) = 80+65+68=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #504144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504144 is #AFBEBB. Grayscale: #454545. Windows color (decimal): -11517628 or 4473168. OLE color: 4473168.

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

Color convert

RGB806568-
CMYK00.190.150.69
HSL348º10.34%28.43%-
HSV(B)348º18.75%31.37%-
XYZ6.245.96.28-
YUV69.83126.97135.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=37.56%
G=30.52%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80656800.190.150.6934810.3428.43
Hex504144013F4515ca1c
Octal120101104023171055341234
Binary10100001000001100010001001111111000101101011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504144; }

 p { color: rgb(80,65,68); }

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

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

 a { background-color: rgb(80,65,68); }

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

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

 span { border-color: rgb(80,65,68); }

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