#954D51

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

Shades of Solid Pink #954D51

Tints of Solid Pink #954D51

Color information

#954D51 (or 0x954D51) is unknown color: approx Solid Pink. HEX triplet: 95, 4D and 51. RGB value is (149,77,81). Sum of RGB (Red+Green+Blue) = 149+77+81=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #954D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954D51 is #6AB2AE. Grayscale: #636363. Windows color (decimal): -6992559 or 5328277. OLE color: 5328277.

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

Color convert

RGB1497781-
CMYK00.480.460.42
HSL356.67º31.86%44.31%-
HSV(B)356.67º48.32%58.43%-
XYZ16.5312.299.29-
YUV98.98117.85163.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.53%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 81 (32.03% from 255) = 26.38%
R=48.53%
G=25.08%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149778100.480.460.42356.6731.8644.31
Hex954D510302E2A165202c
Octal22511512106056525454054
Binary10010101100110110100010110000101110101010101100101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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