#964B4F

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

Shades of Solid Pink #964B4F

Tints of Solid Pink #964B4F

Color information

#964B4F (or 0x964B4F) is unknown color: approx Solid Pink. HEX triplet: 96, 4B and 4F. RGB value is (150,75,79). Sum of RGB (Red+Green+Blue) = 150+75+79=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #964B4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B4F is #69B4B0. Grayscale: #616161. Windows color (decimal): -6927537 or 5196694. OLE color: 5196694.

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

Color convert

RGB1507579-
CMYK00.50.470.41
HSL356.8º33.33%44.12%-
HSV(B)356.8º50%58.82%-
XYZ16.5112.088.86-
YUV97.88117.35165.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=49.34%
G=24.67%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150757900.50.470.41356.833.3344.12
Hex964B4F0322F29165212c
Octal22611311706257515454154
Binary10010110100101110011110110010101111101001101100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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