#964C4D

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

Shades of Solid Pink #964C4D

Tints of Solid Pink #964C4D

Color information

#964C4D (or 0x964C4D) is unknown color: approx Solid Pink. HEX triplet: 96, 4C and 4D. RGB value is (150,76,77). Sum of RGB (Red+Green+Blue) = 150+76+77=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #964C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C4D is #69B3B2. Grayscale: #626262. Windows color (decimal): -6927283 or 5065878. OLE color: 5065878.

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

Color convert

RGB1507677-
CMYK00.490.490.41
HSL359.19º32.74%44.31%-
HSV(B)359.19º49.33%58.82%-
XYZ16.512.198.5-
YUV98.24116.02164.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=49.50%
G=25.08%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150767700.490.490.41359.1932.7444.31
Hex964C4D0313129167212c
Octal22611411506161515474154
Binary10010110100110010011010110001110001101001101100111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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