Shades of Solid Pink #994348
Tints of Solid Pink #994348
RGB
CMYK
RGB Variations
Color information
#994348 (or 0x994348) is known color: Solid Pink. HEX triplet: 99, 43 and 48. RGB value is (153,67,72). Sum of RGB (Red+Green+Blue) = 153+67+72=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #994348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994348 is #66BCB7. Grayscale: #5D5D5D. Windows color (decimal): -6732984 or 4735897. OLE color: 4735897.
HSL color Cylindrical-coordinate representation of color #994348: hue angle of 356.51º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994348 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 72 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.4 |
| HSL | 356.51º | 0.39% | 0.43% | - |
| HSV(B) | 356.51º | 0.56% | 0.6% | - |
| XYZ | 16.31 | 11.25 | 7.44 | - |
| YUV | 93.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 72 | 0 | 0.56 | 0.53 | 0.4 | 356.51 | 0.39 | 0.43 |
| Hex | 99 | 43 | 48 | 0 | 38 | 35 | 28 | 165 | 27 | 2B |
| Octal | 231 | 103 | 110 | 0 | 70 | 65 | 50 | 545 | 47 | 53 |
| Binary | 10011001 | 1000011 | 1001000 | 0 | 111000 | 110101 | 101000 | 101100101 | 100111 | 101011 |
Color Harmonies of #994348
Complementary color
Monochromatic Colors of #994348
Black with #994348
Text Example
Text Example
White with #994348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994348; }
p { color: rgb(153,67,72); }
H1.HeaderClassName
{
color: #994348;
}
.AnyTagClassName
{
color: #994348;
}
</style>
background-color css
<style>
a { background-color: #994348; }
a { background-color: rgb(153,67,72); }
div.DivClassName
{
background-color: #994348;
}
.BgClassName
{
background-color: #994348;
}
</style>
border-color css
<style>
span { border-color: #994348; }
span { border-color: rgb(153,67,72); }
td.TdClassName
{
border-color: #994348;
}
.TagClassName
{
border-color: #994348;
}
</style>