#443144

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

Shades of Fuscous Grey #443144

Tints of Fuscous Grey #443144

Color information

#443144 (or 0x443144) is unknown color: approx Fuscous Grey. HEX triplet: 44, 31 and 44. RGB value is (68,49,68). Sum of RGB (Red+Green+Blue) = 68+49+68=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #443144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443144 is #BBCEBB. Grayscale: #383838. Windows color (decimal): -12308156 or 4469060. OLE color: 4469060.

HSL color Cylindrical-coordinate representation of color #443144: hue angle of 300º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #443144 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB684968-
CMYK00.2800.73
HSL300º16.24%22.94%-
HSV(B)300º27.94%26.67%-
XYZ4.533.845.97-
YUV56.85134.29135.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=36.76%
G=26.49%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68496800.2800.7330016.2422.94
Hex44314401C04912c1017
Octal1046110403401114542027
Binary10001001100011000100011100010010011001011001000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443144; }

 p { color: rgb(68,49,68); }

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

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

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

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

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

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

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