#964749

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

Shades of Solid Pink #964749

Tints of Solid Pink #964749

Color information

#964749 (or 0x964749) is unknown color: approx Solid Pink. HEX triplet: 96, 47 and 49. RGB value is (150,71,73). Sum of RGB (Red+Green+Blue) = 150+71+73=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #964749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964749 is #69B8B6. Grayscale: #5E5E5E. Windows color (decimal): -6928567 or 4802454. OLE color: 4802454.

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

Color convert

RGB1507173-
CMYK00.530.510.41
HSL358.48º35.75%43.33%-
HSV(B)358.48º52.67%58.82%-
XYZ16.0311.477.67-
YUV94.85115.67167.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=51.02%
G=24.15%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150717300.530.510.41358.4835.7543.33
Hex9647490353329166242b
Octal22610711106563515464453
Binary10010110100011110010010110101110011101001101100110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964749; }

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

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

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

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

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

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

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

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