Shades of Solid Pink #9B4649
Tints of Solid Pink #9B4649
RGB
CMYK
RGB Variations
Color information
#9B4649 (or 0x9B4649) is known color: Solid Pink. HEX triplet: 9B, 46 and 49. RGB value is (155,70,73). Sum of RGB (Red+Green+Blue) = 155+70+73=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4649 is #64B9B6. Grayscale: #5F5F5F. Windows color (decimal): -6601143 or 4802203. OLE color: 4802203.
HSL color Cylindrical-coordinate representation of color #9B4649: hue angle of 357.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4649 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 73 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.39 |
| HSL | 357.88º | 0.38% | 0.44% | - |
| HSV(B) | 357.88º | 0.55% | 0.61% | - |
| XYZ | 16.91 | 11.83 | 7.7 | - |
| YUV | 95.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 73 | 0 | 0.55 | 0.53 | 0.39 | 357.88 | 0.38 | 0.44 |
| Hex | 9B | 46 | 49 | 0 | 37 | 35 | 27 | 166 | 26 | 2C |
| Octal | 233 | 106 | 111 | 0 | 67 | 65 | 47 | 546 | 46 | 54 |
| Binary | 10011011 | 1000110 | 1001001 | 0 | 110111 | 110101 | 100111 | 101100110 | 100110 | 101100 |
Color Harmonies of #9B4649
Complementary color
Monochromatic Colors of #9B4649
Black with #9B4649
Text Example
Text Example
White with #9B4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4649; }
p { color: rgb(155,70,73); }
H1.HeaderClassName
{
color: #9B4649;
}
.AnyTagClassName
{
color: #9B4649;
}
</style>
background-color css
<style>
a { background-color: #9B4649; }
a { background-color: rgb(155,70,73); }
div.DivClassName
{
background-color: #9B4649;
}
.BgClassName
{
background-color: #9B4649;
}
</style>
border-color css
<style>
span { border-color: #9B4649; }
span { border-color: rgb(155,70,73); }
td.TdClassName
{
border-color: #9B4649;
}
.TagClassName
{
border-color: #9B4649;
}
</style>