#954449

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

Shades of Solid Pink #954449

Tints of Solid Pink #954449

Color information

#954449 (or 0x954449) is unknown color: approx Solid Pink. HEX triplet: 95, 44 and 49. RGB value is (149,68,73). Sum of RGB (Red+Green+Blue) = 149+68+73=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #954449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954449 is #6ABBB6. Grayscale: #5C5C5C. Windows color (decimal): -6994871 or 4801685. OLE color: 4801685.

HSL color Cylindrical-coordinate representation of color #954449: hue angle of 356.3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954449 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1496873-
CMYK00.540.510.42
HSL356.3º37.33%42.55%-
HSV(B)356.3º54.36%58.43%-
XYZ15.66117.6-
YUV92.79116.84168.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 73 (28.91% from 255) = 25.17%
R=51.38%
G=23.45%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149687300.540.510.42356.337.3342.55
Hex954449036332A164252b
Octal22510411106663525444553
Binary10010101100010010010010110110110011101010101100100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954449; }

 p { color: rgb(149,68,73); }

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

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

 a { background-color: rgb(149,68,73); }

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

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

 span { border-color: rgb(149,68,73); }

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