#994D4F

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

Shades of Solid Pink #994D4F

Tints of Solid Pink #994D4F

Color information

#994D4F (or 0x994D4F) is unknown color: approx Solid Pink. HEX triplet: 99, 4D and 4F. RGB value is (153,77,79). Sum of RGB (Red+Green+Blue) = 153+77+79=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #994D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D4F is #66B2B0. Grayscale: #646464. Windows color (decimal): -6730417 or 5197209. OLE color: 5197209.

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

Color convert

RGB1537779-
CMYK00.500.480.4
HSL358.42º33.04%45.1%-
HSV(B)358.42º49.67%60%-
XYZ17.212.648.93-
YUV99.95116.18165.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.51%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=49.51%
G=24.92%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153777900.500.480.4358.4233.0445.1
Hex994D4F0323028166212d
Octal23111511706260505464155
Binary10011001100110110011110110010110000101000101100110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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