#954549

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

Shades of Solid Pink #954549

Tints of Solid Pink #954549

Color information

#954549 (or 0x954549) is unknown color: approx Solid Pink. HEX triplet: 95, 45 and 49. RGB value is (149,69,73). Sum of RGB (Red+Green+Blue) = 149+69+73=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #954549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954549 is #6ABAB6. Grayscale: #5D5D5D. Windows color (decimal): -6994615 or 4801941. OLE color: 4801941.

HSL color Cylindrical-coordinate representation of color #954549: hue angle of 357º 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 #954549 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1496973-
CMYK00.540.510.42
HSL357º36.7%42.75%-
HSV(B)357º53.69%58.43%-
XYZ15.7311.137.62-
YUV93.38116.5167.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=51.20%
G=23.71%
B=25.09%

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
Decimal149697300.540.510.4235736.742.75
Hex954549036332A165252b
Octal22510511106663525454553
Binary10010101100010110010010110110110011101010101100101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954549; }

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

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

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

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

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

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

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

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