#954349

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

Shades of Solid Pink #954349

Tints of Solid Pink #954349

Color information

#954349 (or 0x954349) is unknown color: approx Solid Pink. HEX triplet: 95, 43 and 49. RGB value is (149,67,73). Sum of RGB (Red+Green+Blue) = 149+67+73=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #954349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954349 is #6ABCB6. Grayscale: #5C5C5C. Windows color (decimal): -6995127 or 4801429. OLE color: 4801429.

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

Color convert

RGB1496773-
CMYK00.550.510.42
HSL355.61º37.96%42.35%-
HSV(B)355.61º55.03%58.43%-
XYZ15.610.887.58-
YUV92.2117.17168.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=51.56%
G=23.18%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149677300.550.510.42355.6137.9642.35
Hex954349037332A164262a
Octal22510311106763525444652
Binary10010101100001110010010110111110011101010101100100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954349; }

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

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

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

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

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

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

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

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