#574143

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

Shades of Emperor #574143

Tints of Emperor #574143

Color information

#574143 (or 0x574143) is unknown color: approx Emperor. HEX triplet: 57, 41 and 43. RGB value is (87,65,67). Sum of RGB (Red+Green+Blue) = 87+65+67=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #574143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574143 is #A8BEBC. Grayscale: #474747. Windows color (decimal): -11058877 or 4407639. OLE color: 4407639.

HSL color Cylindrical-coordinate representation of color #574143: hue angle of 354.55º 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 #574143 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB876567-
CMYK00.250.230.66
HSL354.55º14.47%29.8%-
HSV(B)354.55º25.29%34.12%-
XYZ6.836.216.15-
YUV71.81125.29138.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 67 (26.56% from 255) = 30.59%
R=39.73%
G=29.68%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87656700.250.230.66354.5514.4729.8
Hex5741430191742163e1e
Octal127101103031271025431636
Binary101011110000011000011011001101111000010101100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574143; }

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

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

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

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

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

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

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

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