#954A51

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

Shades of Solid Pink #954A51

Tints of Solid Pink #954A51

Color information

#954A51 (or 0x954A51) is unknown color: approx Solid Pink. HEX triplet: 95, 4A and 51. RGB value is (149,74,81). Sum of RGB (Red+Green+Blue) = 149+74+81=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #954A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A51 is #6AB5AE. Grayscale: #616161. Windows color (decimal): -6993327 or 5327509. OLE color: 5327509.

HSL color Cylindrical-coordinate representation of color #954A51: hue angle of 354.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A51 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1497481-
CMYK00.500.460.42
HSL354.4º33.63%43.73%-
HSV(B)354.4º50.34%58.43%-
XYZ16.3311.889.22-
YUV97.22118.85164.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 74 (29.30% from 255) = 24.34%
BLUE value IS 81 (32.03% from 255) = 26.64%
R=49.01%
G=24.34%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149748100.500.460.42354.433.6343.73
Hex954A510322E2A162222c
Octal22511212106256525424254
Binary10010101100101010100010110010101110101010101100010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A51; }

 p { color: rgb(149,74,81); }

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

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

 a { background-color: rgb(149,74,81); }

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

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

 span { border-color: rgb(149,74,81); }

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