#994446

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

Shades of Solid Pink #994446

Tints of Solid Pink #994446

Color information

#994446 (or 0x994446) is unknown color: approx Solid Pink. HEX triplet: 99, 44 and 46. RGB value is (153,68,70). Sum of RGB (Red+Green+Blue) = 153+68+70=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #994446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994446 is #66BBB9. Grayscale: #5D5D5D. Windows color (decimal): -6732730 or 4605081. OLE color: 4605081.

HSL color Cylindrical-coordinate representation of color #994446: hue angle of 358.59º 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 #994446 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB1536870-
CMYK00.560.540.4
HSL358.59º38.46%43.33%-
HSV(B)358.59º55.56%60%-
XYZ16.3111.357.13-
YUV93.64114.66170.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.58%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=52.58%
G=23.37%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153687000.560.540.4358.5938.4643.33
Hex9944460383628167262b
Octal23110410607066505474653
Binary10011001100010010001100111000110110101000101100111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994446; }

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

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

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

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

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

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

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

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