#964B4C

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

Shades of Solid Pink #964B4C

Tints of Solid Pink #964B4C

Color information

#964B4C (or 0x964B4C) is unknown color: approx Solid Pink. HEX triplet: 96, 4B and 4C. RGB value is (150,75,76). Sum of RGB (Red+Green+Blue) = 150+75+76=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #964B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964B4C is #69B4B3. Grayscale: #616161. Windows color (decimal): -6927540 or 5000086. OLE color: 5000086.

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

Color convert

RGB1507576-
CMYK00.50.490.41
HSL359.2º33.33%44.12%-
HSV(B)359.2º50%58.82%-
XYZ16.412.048.3-
YUV97.54115.85165.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=49.83%
G=24.92%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150757600.50.490.41359.233.3344.12
Hex964B4C0323129167212c
Octal22611311406261515474154
Binary10010110100101110011000110010110001101001101100111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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