Shades of Solid Pink #9B4A4D
Tints of Solid Pink #9B4A4D
RGB
CMYK
RGB Variations
Color information
#9B4A4D (or 0x9B4A4D) is known color: Solid Pink. HEX triplet: 9B, 4A and 4D. RGB value is (155,74,77). Sum of RGB (Red+Green+Blue) = 155+74+77=306 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.65% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4A4D is #64B5B2. Grayscale: #626262. Windows color (decimal): -6600115 or 5065371. OLE color: 5065371.
HSL color Cylindrical-coordinate representation of color #9B4A4D: hue angle of 357.78º 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 #9B4A4D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 77 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.39 |
| HSL | 357.78º | 0.35% | 0.45% | - |
| HSV(B) | 357.78º | 0.52% | 0.61% | - |
| XYZ | 17.31 | 12.4 | 8.5 | - |
| YUV | 98.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 77 | 0 | 0.52 | 0.50 | 0.39 | 357.78 | 0.35 | 0.45 |
| Hex | 9B | 4A | 4D | 0 | 34 | 32 | 27 | 166 | 23 | 2D |
| Octal | 233 | 112 | 115 | 0 | 64 | 62 | 47 | 546 | 43 | 55 |
| Binary | 10011011 | 1001010 | 1001101 | 0 | 110100 | 110010 | 100111 | 101100110 | 100011 | 101101 |
Color Harmonies of #9B4A4D
Complementary color
Monochromatic Colors of #9B4A4D
Black with #9B4A4D
Text Example
Text Example
White with #9B4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A4D; }
p { color: rgb(155,74,77); }
H1.HeaderClassName
{
color: #9B4A4D;
}
.AnyTagClassName
{
color: #9B4A4D;
}
</style>
background-color css
<style>
a { background-color: #9B4A4D; }
a { background-color: rgb(155,74,77); }
div.DivClassName
{
background-color: #9B4A4D;
}
.BgClassName
{
background-color: #9B4A4D;
}
</style>
border-color css
<style>
span { border-color: #9B4A4D; }
span { border-color: rgb(155,74,77); }
td.TdClassName
{
border-color: #9B4A4D;
}
.TagClassName
{
border-color: #9B4A4D;
}
</style>