#964447

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

Shades of Solid Pink #964447

Tints of Solid Pink #964447

Color information

#964447 (or 0x964447) is unknown color: approx Solid Pink. HEX triplet: 96, 44 and 47. RGB value is (150,68,71). Sum of RGB (Red+Green+Blue) = 150+68+71=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #964447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964447 is #69BBB8. Grayscale: #5C5C5C. Windows color (decimal): -6929337 or 4670614. OLE color: 4670614.

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

Color convert

RGB1506871-
CMYK00.550.530.41
HSL357.8º37.61%42.75%-
HSV(B)357.8º54.67%58.82%-
XYZ15.7811.077.27-
YUV92.86115.67168.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 71 (28.12% from 255) = 24.57%
R=51.90%
G=23.53%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150687100.550.530.41357.837.6142.75
Hex9644470373529166262b
Octal22610410706765515464653
Binary10010110100010010001110110111110101101001101100110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964447; }

 p { color: rgb(150,68,71); }

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

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

 a { background-color: rgb(150,68,71); }

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

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

 span { border-color: rgb(150,68,71); }

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