#964149

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

Shades of Solid Pink #964149

Tints of Solid Pink #964149

Color information

#964149 (or 0x964149) is unknown color: approx Solid Pink. HEX triplet: 96, 41 and 49. RGB value is (150,65,73). Sum of RGB (Red+Green+Blue) = 150+65+73=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #964149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964149 is #69BEB6. Grayscale: #5B5B5B. Windows color (decimal): -6930103 or 4800918. OLE color: 4800918.

HSL color Cylindrical-coordinate representation of color #964149: hue angle of 354.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #964149 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1506573-
CMYK00.570.510.41
HSL354.35º39.53%42.16%-
HSV(B)354.35º56.67%58.82%-
XYZ15.6710.757.55-
YUV91.33117.66169.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=52.08%
G=22.57%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150657300.570.510.41354.3539.5342.16
Hex9641490393329162282a
Octal22610111107163515425052
Binary10010110100000110010010111001110011101001101100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964149; }

 p { color: rgb(150,65,73); }

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

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

 a { background-color: rgb(150,65,73); }

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

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

 span { border-color: rgb(150,65,73); }

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