Shades of Solid Pink #9B4B4C
Tints of Solid Pink #9B4B4C
RGB
CMYK
RGB Variations
Color information
#9B4B4C (or 0x9B4B4C) is known color: Solid Pink. HEX triplet: 9B, 4B and 4C. RGB value is (155,75,76). Sum of RGB (Red+Green+Blue) = 155+75+76=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4B4C is #64B4B3. Grayscale: #636363. Windows color (decimal): -6599860 or 5000091. OLE color: 5000091.
HSL color Cylindrical-coordinate representation of color #9B4B4C: hue angle of 359.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4B4C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 75 | 76 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.39 |
| HSL | 359.25º | 0.35% | 0.45% | - |
| HSV(B) | 359.25º | 0.52% | 0.61% | - |
| XYZ | 17.34 | 12.52 | 8.34 | - |
| YUV | 99.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 76 | 0 | 0.52 | 0.51 | 0.39 | 359.25 | 0.35 | 0.45 |
| Hex | 9B | 4B | 4C | 0 | 34 | 33 | 27 | 167 | 23 | 2D |
| Octal | 233 | 113 | 114 | 0 | 64 | 63 | 47 | 547 | 43 | 55 |
| Binary | 10011011 | 1001011 | 1001100 | 0 | 110100 | 110011 | 100111 | 101100111 | 100011 | 101101 |
Color Harmonies of #9B4B4C
Complementary color
Monochromatic Colors of #9B4B4C
Black with #9B4B4C
Text Example
Text Example
White with #9B4B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4B4C; }
p { color: rgb(155,75,76); }
H1.HeaderClassName
{
color: #9B4B4C;
}
.AnyTagClassName
{
color: #9B4B4C;
}
</style>
background-color css
<style>
a { background-color: #9B4B4C; }
a { background-color: rgb(155,75,76); }
div.DivClassName
{
background-color: #9B4B4C;
}
.BgClassName
{
background-color: #9B4B4C;
}
</style>
border-color css
<style>
span { border-color: #9B4B4C; }
span { border-color: rgb(155,75,76); }
td.TdClassName
{
border-color: #9B4B4C;
}
.TagClassName
{
border-color: #9B4B4C;
}
</style>