#443D50

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

Shades of Grape #443D50

Tints of Grape #443D50

Color information

#443D50 (or 0x443D50) is unknown color: approx Grape. HEX triplet: 44, 3D and 50. RGB value is (68,61,80). Sum of RGB (Red+Green+Blue) = 68+61+80=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #443D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443D50 is #BBC2AF. Grayscale: #414141. Windows color (decimal): -12305072 or 5258564. OLE color: 5258564.

HSL color Cylindrical-coordinate representation of color #443D50: hue angle of 262.11º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #443D50 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB686180-
CMYK0.150.2400.69
HSL262.11º13.48%27.65%-
HSV(B)262.11º23.75%31.37%-
XYZ5.55.158.29-
YUV65.26136.32129.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 61 (24.22% from 255) = 29.19%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=32.54%
G=29.19%
B=38.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6861800.150.2400.69262.1113.4827.65
Hex443D50F18045106d1c
Octal10475120173001054061534
Binary1000100111101101000011111100001000101100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443D50; }

 p { color: rgb(68,61,80); }

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

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

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

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

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

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

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