#534144

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

Shades of Emperor #534144

Tints of Emperor #534144

Color information

#534144 (or 0x534144) is unknown color: approx Emperor. HEX triplet: 53, 41 and 44. RGB value is (83,65,68). Sum of RGB (Red+Green+Blue) = 83+65+68=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #534144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534144 is #ACBEBB. Grayscale: #464646. Windows color (decimal): -11321020 or 4473171. OLE color: 4473171.

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

Color convert

RGB836568-
CMYK00.220.180.67
HSL350º12.16%29.02%-
HSV(B)350º21.69%32.55%-
XYZ6.56.046.29-
YUV70.72126.46136.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=38.43%
G=30.09%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83656800.220.180.6735012.1629.02
Hex534144016124315ec1d
Octal123101104026221035361435
Binary101001110000011000100010110100101000011101011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534144; }

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

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

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

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

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

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

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

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