#96444A

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

Shades of Solid Pink #96444A

Tints of Solid Pink #96444A

Color information

#96444A (or 0x96444A) is unknown color: approx Solid Pink. HEX triplet: 96, 44 and 4A. RGB value is (150,68,74). Sum of RGB (Red+Green+Blue) = 150+68+74=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96444A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96444A is #69BBB5. Grayscale: #5D5D5D. Windows color (decimal): -6929334 or 4867222. OLE color: 4867222.

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

Color convert

RGB1506874-
CMYK00.550.510.41
HSL355.61º37.61%42.75%-
HSV(B)355.61º54.67%58.82%-
XYZ15.8811.117.79-
YUV93.2117.17168.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=51.37%
G=23.29%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150687400.550.510.41355.6137.6142.75
Hex96444A0373329164262b
Octal22610411206763515444653
Binary10010110100010010010100110111110011101001101100100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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