#994C4D

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

Shades of Solid Pink #994C4D

Tints of Solid Pink #994C4D

Color information

#994C4D (or 0x994C4D) is unknown color: approx Solid Pink. HEX triplet: 99, 4C and 4D. RGB value is (153,76,77). Sum of RGB (Red+Green+Blue) = 153+76+77=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #994C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C4D is #66B3B2. Grayscale: #636363. Windows color (decimal): -6730675 or 5065881. OLE color: 5065881.

HSL color Cylindrical-coordinate representation of color #994C4D: hue angle of 359.22º degrees, saturation: 0.34, 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 #994C4D is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB1537677-
CMYK00.500.500.4
HSL359.22º33.62%44.9%-
HSV(B)359.22º50.33%60%-
XYZ17.0612.488.53-
YUV99.14115.51166.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 24.84%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=50%
G=24.84%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153767700.500.500.4359.2233.6244.9
Hex994C4D0323228167222d
Octal23111411506262505474255
Binary10011001100110010011010110010110010101000101100111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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