#544144

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

Shades of Emperor #544144

Tints of Emperor #544144

Color information

#544144 (or 0x544144) is unknown color: approx Emperor. HEX triplet: 54, 41 and 44. RGB value is (84,65,68). Sum of RGB (Red+Green+Blue) = 84+65+68=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 84 - color contains mainly: red. Hex color #544144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544144 is #ABBEBB. Grayscale: #474747. Windows color (decimal): -11255484 or 4473172. OLE color: 4473172.

HSL color Cylindrical-coordinate representation of color #544144: hue angle of 350.53º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #544144 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB846568-
CMYK00.230.190.67
HSL350.53º12.75%29.22%-
HSV(B)350.53º22.62%32.94%-
XYZ6.596.086.3-
YUV71.02126.29137.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=38.71%
G=29.95%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84656800.230.190.67350.5312.7529.22
Hex544144017134315fd1d
Octal124101104027231035371535
Binary101010010000011000100010111100111000011101011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544144; }

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

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

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

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

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

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

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

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