Shades of Solid Pink #9B4A4C
Tints of Solid Pink #9B4A4C
RGB
CMYK
RGB Variations
Color information
#9B4A4C (or 0x9B4A4C) is known color: Solid Pink. HEX triplet: 9B, 4A and 4C. RGB value is (155,74,76). Sum of RGB (Red+Green+Blue) = 155+74+76=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4A4C is #64B5B3. Grayscale: #626262. Windows color (decimal): -6600116 or 4999835. OLE color: 4999835.
HSL color Cylindrical-coordinate representation of color #9B4A4C: hue angle of 358.52º 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 #9B4A4C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 76 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.39 |
| HSL | 358.52º | 0.35% | 0.45% | - |
| HSV(B) | 358.52º | 0.52% | 0.61% | - |
| XYZ | 17.27 | 12.39 | 8.32 | - |
| YUV | 98.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 76 | 0 | 0.52 | 0.51 | 0.39 | 358.52 | 0.35 | 0.45 |
| Hex | 9B | 4A | 4C | 0 | 34 | 33 | 27 | 167 | 23 | 2D |
| Octal | 233 | 112 | 114 | 0 | 64 | 63 | 47 | 547 | 43 | 55 |
| Binary | 10011011 | 1001010 | 1001100 | 0 | 110100 | 110011 | 100111 | 101100111 | 100011 | 101101 |
Color Harmonies of #9B4A4C
Complementary color
Monochromatic Colors of #9B4A4C
Black with #9B4A4C
Text Example
Text Example
White with #9B4A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A4C; }
p { color: rgb(155,74,76); }
H1.HeaderClassName
{
color: #9B4A4C;
}
.AnyTagClassName
{
color: #9B4A4C;
}
</style>
background-color css
<style>
a { background-color: #9B4A4C; }
a { background-color: rgb(155,74,76); }
div.DivClassName
{
background-color: #9B4A4C;
}
.BgClassName
{
background-color: #9B4A4C;
}
</style>
border-color css
<style>
span { border-color: #9B4A4C; }
span { border-color: rgb(155,74,76); }
td.TdClassName
{
border-color: #9B4A4C;
}
.TagClassName
{
border-color: #9B4A4C;
}
</style>