#954049

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

Shades of Solid Pink #954049

Tints of Solid Pink #954049

Color information

#954049 (or 0x954049) is unknown color: approx Solid Pink. HEX triplet: 95, 40 and 49. RGB value is (149,64,73). Sum of RGB (Red+Green+Blue) = 149+64+73=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954049 is #6ABFB6. Grayscale: #5A5A5A. Windows color (decimal): -6995895 or 4800661. OLE color: 4800661.

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

Color convert

RGB1496473-
CMYK00.570.510.42
HSL353.65º39.91%41.76%-
HSV(B)353.65º57.05%58.43%-
XYZ15.4310.547.52-
YUV90.44118.16169.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=52.10%
G=22.38%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149647300.570.510.42353.6539.9141.76
Hex954049039332A162282a
Octal22510011107163525425052
Binary10010101100000010010010111001110011101010101100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954049; }

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

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

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

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

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

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

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

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