#994749

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

Shades of Solid Pink #994749

Tints of Solid Pink #994749

Color information

#994749 (or 0x994749) is unknown color: approx Solid Pink. HEX triplet: 99, 47 and 49. RGB value is (153,71,73). Sum of RGB (Red+Green+Blue) = 153+71+73=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #994749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994749 is #66B8B6. Grayscale: #5F5F5F. Windows color (decimal): -6731959 or 4802457. OLE color: 4802457.

HSL color Cylindrical-coordinate representation of color #994749: hue angle of 358.54º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994749 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB1537173-
CMYK00.540.520.4
HSL358.54º36.61%43.92%-
HSV(B)358.54º53.59%60%-
XYZ16.5911.767.7-
YUV95.75115.17168.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=51.52%
G=23.91%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153717300.540.520.4358.5436.6143.92
Hex9947490363428167252c
Octal23110711106664505474554
Binary10011001100011110010010110110110100101000101100111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994749; }

 p { color: rgb(153,71,73); }

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

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

 a { background-color: rgb(153,71,73); }

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

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

 span { border-color: rgb(153,71,73); }

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