#954047

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

Shades of Solid Pink #954047

Tints of Solid Pink #954047

Color information

#954047 (or 0x954047) is unknown color: approx Solid Pink. HEX triplet: 95, 40 and 47. RGB value is (149,64,71). Sum of RGB (Red+Green+Blue) = 149+64+71=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #954047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954047 is #6ABFB8. Grayscale: #5A5A5A. Windows color (decimal): -6995897 or 4669589. OLE color: 4669589.

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

Color convert

RGB1496471-
CMYK00.570.520.42
HSL355.06º39.91%41.76%-
HSV(B)355.06º57.05%58.43%-
XYZ15.3710.517.18-
YUV90.21117.16169.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.46%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 71 (28.12% from 255) = 25%
R=52.46%
G=22.54%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149647100.570.520.42355.0639.9141.76
Hex954047039342A163282a
Octal22510010707164525435052
Binary10010101100000010001110111001110100101010101100011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954047; }

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

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

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

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

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

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

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

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