#964D50

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

Shades of Solid Pink #964D50

Tints of Solid Pink #964D50

Color information

#964D50 (or 0x964D50) is unknown color: approx Solid Pink. HEX triplet: 96, 4D and 50. RGB value is (150,77,80). Sum of RGB (Red+Green+Blue) = 150+77+80=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #964D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D50 is #69B2AF. Grayscale: #636363. Windows color (decimal): -6927024 or 5262742. OLE color: 5262742.

HSL color Cylindrical-coordinate representation of color #964D50: hue angle of 357.53º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D50 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1507780-
CMYK00.490.470.41
HSL357.53º32.16%44.51%-
HSV(B)357.53º48.67%58.82%-
XYZ16.6812.379.1-
YUV99.17117.18164.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=48.86%
G=25.08%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150778000.490.470.41357.5332.1644.51
Hex964D500312F29166202d
Octal22611512006157515464055
Binary10010110100110110100000110001101111101001101100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964D50; }

 p { color: rgb(150,77,80); }

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

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

 a { background-color: rgb(150,77,80); }

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

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

 span { border-color: rgb(150,77,80); }

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