Shades of Solid Pink #994B4C
Tints of Solid Pink #994B4C
RGB
CMYK
RGB Variations
Color information
#994B4C (or 0x994B4C) is known color: Solid Pink. HEX triplet: 99, 4B and 4C. RGB value is (153,75,76). Sum of RGB (Red+Green+Blue) = 153+75+76=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #994B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B4C is #66B4B3. Grayscale: #626262. Windows color (decimal): -6730932 or 5000089. OLE color: 5000089.
HSL color Cylindrical-coordinate representation of color #994B4C: hue angle of 359.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B4C is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 76 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.4 |
| HSL | 359.23º | 0.34% | 0.45% | - |
| HSV(B) | 359.23º | 0.51% | 0.6% | - |
| XYZ | 16.96 | 12.33 | 8.32 | - |
| YUV | 98.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 76 | 0 | 0.51 | 0.50 | 0.4 | 359.23 | 0.34 | 0.45 |
| Hex | 99 | 4B | 4C | 0 | 33 | 32 | 28 | 167 | 22 | 2D |
| Octal | 231 | 113 | 114 | 0 | 63 | 62 | 50 | 547 | 42 | 55 |
| Binary | 10011001 | 1001011 | 1001100 | 0 | 110011 | 110010 | 101000 | 101100111 | 100010 | 101101 |
Color Harmonies of #994B4C
Complementary color
Monochromatic Colors of #994B4C
Black with #994B4C
Text Example
Text Example
White with #994B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B4C; }
p { color: rgb(153,75,76); }
H1.HeaderClassName
{
color: #994B4C;
}
.AnyTagClassName
{
color: #994B4C;
}
</style>
background-color css
<style>
a { background-color: #994B4C; }
a { background-color: rgb(153,75,76); }
div.DivClassName
{
background-color: #994B4C;
}
.BgClassName
{
background-color: #994B4C;
}
</style>
border-color css
<style>
span { border-color: #994B4C; }
span { border-color: rgb(153,75,76); }
td.TdClassName
{
border-color: #994B4C;
}
.TagClassName
{
border-color: #994B4C;
}
</style>