#964F53

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

Shades of Solid Pink #964F53

Tints of Solid Pink #964F53

Color information

#964F53 (or 0x964F53) is unknown color: approx Solid Pink. HEX triplet: 96, 4F and 53. RGB value is (150,79,83). Sum of RGB (Red+Green+Blue) = 150+79+83=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #964F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F53 is #69B0AC. Grayscale: #646464. Windows color (decimal): -6926509 or 5459862. OLE color: 5459862.

HSL color Cylindrical-coordinate representation of color #964F53: hue angle of 356.62º 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 #964F53 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1507983-
CMYK00.470.450.41
HSL356.62º31%44.9%-
HSV(B)356.62º47.33%58.82%-
XYZ16.9312.79.74-
YUV100.68118.02163.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 79 (31.25% from 255) = 25.32%
BLUE value IS 83 (32.81% from 255) = 26.60%
R=48.08%
G=25.32%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150798300.470.450.41356.623144.9
Hex964F5302F2D291651f2d
Octal22611712305755515453755
Binary1001011010011111010011010111110110110100110110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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