#964448

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

Shades of Solid Pink #964448

Tints of Solid Pink #964448

Color information

#964448 (or 0x964448) is unknown color: approx Solid Pink. HEX triplet: 96, 44 and 48. RGB value is (150,68,72). Sum of RGB (Red+Green+Blue) = 150+68+72=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #964448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964448 is #69BBB7. Grayscale: #5D5D5D. Windows color (decimal): -6929336 or 4736150. OLE color: 4736150.

HSL color Cylindrical-coordinate representation of color #964448: hue angle of 357.07º 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 #964448 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB1506872-
CMYK00.550.520.41
HSL357.07º37.61%42.75%-
HSV(B)357.07º54.67%58.82%-
XYZ15.8111.097.44-
YUV92.97116.17168.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=51.72%
G=23.45%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150687200.550.520.41357.0737.6142.75
Hex9644480373429165262b
Octal22610411006764515454653
Binary10010110100010010010000110111110100101001101100101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964448; }

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

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

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

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

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

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

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

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