#994445

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

Shades of Solid Pink #994445

Tints of Solid Pink #994445

Color information

#994445 (or 0x994445) is unknown color: approx Solid Pink. HEX triplet: 99, 44 and 45. RGB value is (153,68,69). Sum of RGB (Red+Green+Blue) = 153+68+69=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #994445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994445 is #66BBBA. Grayscale: #5D5D5D. Windows color (decimal): -6732731 or 4539545. OLE color: 4539545.

HSL color Cylindrical-coordinate representation of color #994445: hue angle of 359.29º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994445 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB1536869-
CMYK00.560.550.4
HSL359.29º38.46%43.33%-
HSV(B)359.29º55.56%60%-
XYZ16.2811.346.96-
YUV93.53114.16170.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.76%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=52.76%
G=23.45%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153686900.560.550.4359.2938.4643.33
Hex9944450383728167262b
Octal23110410507067505474653
Binary10011001100010010001010111000110111101000101100111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994445; }

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

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

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

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

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

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

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

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