#96464A

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

Shades of Solid Pink #96464A

Tints of Solid Pink #96464A

Color information

#96464A (or 0x96464A) is unknown color: approx Solid Pink. HEX triplet: 96, 46 and 4A. RGB value is (150,70,74). Sum of RGB (Red+Green+Blue) = 150+70+74=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96464A is #69B9B5. Grayscale: #5E5E5E. Windows color (decimal): -6928822 or 4867734. OLE color: 4867734.

HSL color Cylindrical-coordinate representation of color #96464A: hue angle of 357º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96464A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1507074-
CMYK00.530.510.41
HSL357º36.36%43.14%-
HSV(B)357º53.33%58.82%-
XYZ1611.367.83-
YUV94.38116.5167.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=51.02%
G=23.81%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150707400.530.510.4135736.3643.14
Hex96464A0353329165242b
Octal22610611206563515454453
Binary10010110100011010010100110101110011101001101100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96464A; }

 p { color: rgb(150,70,74); }

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

<style>
 a { background-color: #96464A; }

 a { background-color: rgb(150,70,74); }

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

<style>
 span { border-color: #96464A; }

 span { border-color: rgb(150,70,74); }

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