Html Css Color HEX #443245 Fuscous Grey

📋 copy color: '#443245'

red 68 ◦ green 50 ◦ blue 69

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

Shades of Fuscous Grey #443245

Tints of Fuscous Grey #443245

RGB

 RED value IS 68 (26.95% from 255) = 36.36%

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 69 (27.34% from 255) = 36.9%

R = 36.36%
G = 26.74%
B = 36.9%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#443245 (or 0x443245) is known color: Fuscous Grey. HEX triplet: 44, 32 and 45. RGB value is (68,50,69). Sum of RGB (Red+Green+Blue) = 68+50+69=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 69 - color contains mainly: blue. Hex color #443245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443245 is #BBCDBA. Grayscale: #393939. Windows color (decimal): -12307899 or 4534852. OLE color: 4534852.

HSL color Cylindrical-coordinate representation of color #443245: hue angle of 296.84º 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 #443245 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 50 69 -
CMYK 0.01 0.28 0 0.73
HSL 296.84º 0.16% 0.23% -
HSV(B) 296.84º 0.28% 0.27% -
XYZ 4.6 3.94 6.15 -
YUV 57.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 68 50 69 0.01 0.28 0 0.73 296.84 0.16 0.23
Hex 44 32 45 1 1C 0 49 129 10 17
Octal 104 62 105 1 34 0 111 451 20 27
Binary 1000100 110010 1000101 1 11100 0 1001001 100101001 10000 10111

Color Harmonies of #443245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443245

Black with #443245

Text Example


Text Example

White with #443245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443245; }

 p { color: rgb(68,50,69); }

 H1.HeaderClassName
 {
   color: #443245;
 }
 .AnyTagClassName
 {
   color: #443245;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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