#994F51

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

Shades of Solid Pink #994F51

Tints of Solid Pink #994F51

Color information

#994F51 (or 0x994F51) is unknown color: approx Solid Pink. HEX triplet: 99, 4F and 51. RGB value is (153,79,81). Sum of RGB (Red+Green+Blue) = 153+79+81=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #994F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F51 is #66B0AE. Grayscale: #656565. Windows color (decimal): -6729903 or 5328793. OLE color: 5328793.

HSL color Cylindrical-coordinate representation of color #994F51: hue angle of 358.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F51 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB1537981-
CMYK00.480.470.4
HSL358.38º31.9%45.49%-
HSV(B)358.38º48.37%60%-
XYZ17.4212.969.37-
YUV101.35116.52164.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.88%
GREEN value IS 79 (31.25% from 255) = 25.24%
BLUE value IS 81 (32.03% from 255) = 25.88%
R=48.88%
G=25.24%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153798100.480.470.4358.3831.945.49
Hex994F510302F28166202d
Octal23111712106057505464055
Binary10011001100111110100010110000101111101000101100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994F51; }

 p { color: rgb(153,79,81); }

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

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

 a { background-color: rgb(153,79,81); }

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

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

 span { border-color: rgb(153,79,81); }

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