#964F51

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

Shades of Solid Pink #964F51

Tints of Solid Pink #964F51

Color information

#964F51 (or 0x964F51) is unknown color: approx Solid Pink. HEX triplet: 96, 4F and 51. RGB value is (150,79,81). Sum of RGB (Red+Green+Blue) = 150+79+81=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #964F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F51 is #69B0AE. Grayscale: #646464. Windows color (decimal): -6926511 or 5328790. OLE color: 5328790.

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

Color convert

RGB1507981-
CMYK00.470.460.41
HSL358.31º31%44.9%-
HSV(B)358.31º47.33%58.82%-
XYZ16.8612.679.34-
YUV100.46117.02163.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=48.39%
G=25.48%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150798100.470.460.41358.313144.9
Hex964F5102F2E291661f2d
Octal22611712105756515463755
Binary1001011010011111010001010111110111010100110110011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,79,81); }

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

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

 a { background-color: rgb(150,79,81); }

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

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

 span { border-color: rgb(150,79,81); }

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