#574144

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

Shades of Emperor #574144

Tints of Emperor #574144

Color information

#574144 (or 0x574144) is unknown color: approx Emperor. HEX triplet: 57, 41 and 44. RGB value is (87,65,68). Sum of RGB (Red+Green+Blue) = 87+65+68=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #574144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574144 is #A8BEBB. Grayscale: #474747. Windows color (decimal): -11058876 or 4473175. OLE color: 4473175.

HSL color Cylindrical-coordinate representation of color #574144: hue angle of 351.82º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #574144 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB876568-
CMYK00.250.220.66
HSL351.82º14.47%29.8%-
HSV(B)351.82º25.29%34.12%-
XYZ6.866.226.31-
YUV71.92125.79138.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=39.55%
G=29.55%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87656800.250.220.66351.8214.4729.8
Hex5741440191642160e1e
Octal127101104031261025401636
Binary101011110000011000100011001101101000010101100000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574144; }

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

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

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

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

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

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

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

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