Html Css Color HEX #443144 Fuscous Grey

📋 copy color: '#443144'

red 68 ◦ green 49 ◦ blue 68

#443144
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuscous Grey #443144

Tints of Fuscous Grey #443144

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 value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#443144 (or 0x443144) is known color: 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

RGB 68 49 68 -
CMYK 0 0.28 0 0.73
HSL 300º 0.16% 0.23% -
HSV(B) 300º 0.28% 0.27% -
XYZ 4.53 3.84 5.97 -
YUV 56.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 68 49 68 0 0.28 0 0.73 300 0.16 0.23
Hex 44 31 44 0 1C 0 49 12C 10 17
Octal 104 61 104 0 34 0 111 454 20 27
Binary 1000100 110001 1000100 0 11100 0 1001001 100101100 10000 10111

Color Harmonies of #443144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443144

Black with #443144

Text Example


Text Example

White with #443144

Text Example


Text Example

HTML Codes & Css Web 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>