#96444C

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

Shades of Solid Pink #96444C

Tints of Solid Pink #96444C

Color information

#96444C (or 0x96444C) is unknown color: approx Solid Pink. HEX triplet: 96, 44 and 4C. RGB value is (150,68,76). Sum of RGB (Red+Green+Blue) = 150+68+76=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96444C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96444C is #69BBB3. Grayscale: #5D5D5D. Windows color (decimal): -6929332 or 4998294. OLE color: 4998294.

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

Color convert

RGB1506876-
CMYK00.550.490.41
HSL354.15º37.61%42.75%-
HSV(B)354.15º54.67%58.82%-
XYZ15.9511.148.15-
YUV93.43118.17168.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 76 (30.08% from 255) = 25.85%
R=51.02%
G=23.13%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150687600.550.490.41354.1537.6142.75
Hex96444C0373129162262b
Octal22610411406761515424653
Binary10010110100010010011000110111110001101001101100010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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