#964D4F

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

Shades of Solid Pink #964D4F

Tints of Solid Pink #964D4F

Color information

#964D4F (or 0x964D4F) is unknown color: approx Solid Pink. HEX triplet: 96, 4D and 4F. RGB value is (150,77,79). Sum of RGB (Red+Green+Blue) = 150+77+79=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #964D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D4F is #69B2B0. Grayscale: #636363. Windows color (decimal): -6927025 or 5197206. OLE color: 5197206.

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

Color convert

RGB1507779-
CMYK00.490.470.41
HSL358.36º32.16%44.51%-
HSV(B)358.36º48.67%58.82%-
XYZ16.6412.368.9-
YUV99.06116.68164.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=49.02%
G=25.16%
B=25.82%

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
Decimal150777900.490.470.41358.3632.1644.51
Hex964D4F0312F29166202d
Octal22611511706157515464055
Binary10010110100110110011110110001101111101001101100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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