Shades of Solid Pink #9B4A4B
Tints of Solid Pink #9B4A4B
RGB
CMYK
RGB Variations
Color information
#9B4A4B (or 0x9B4A4B) is known color: Solid Pink. HEX triplet: 9B, 4A and 4B. RGB value is (155,74,75). Sum of RGB (Red+Green+Blue) = 155+74+75=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4A4B is #64B5B4. Grayscale: #626262. Windows color (decimal): -6600117 or 4934299. OLE color: 4934299.
HSL color Cylindrical-coordinate representation of color #9B4A4B: hue angle of 359.26º 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 #9B4A4B is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 74 | 75 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.39 |
| HSL | 359.26º | 0.35% | 0.45% | - |
| HSV(B) | 359.26º | 0.52% | 0.61% | - |
| XYZ | 17.24 | 12.37 | 8.14 | - |
| YUV | 98.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 74 | 75 | 0 | 0.52 | 0.52 | 0.39 | 359.26 | 0.35 | 0.45 |
| Hex | 9B | 4A | 4B | 0 | 34 | 34 | 27 | 167 | 23 | 2D |
| Octal | 233 | 112 | 113 | 0 | 64 | 64 | 47 | 547 | 43 | 55 |
| Binary | 10011011 | 1001010 | 1001011 | 0 | 110100 | 110100 | 100111 | 101100111 | 100011 | 101101 |
Color Harmonies of #9B4A4B
Complementary color
Monochromatic Colors of #9B4A4B
Black with #9B4A4B
Text Example
Text Example
White with #9B4A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4A4B; }
p { color: rgb(155,74,75); }
H1.HeaderClassName
{
color: #9B4A4B;
}
.AnyTagClassName
{
color: #9B4A4B;
}
</style>
background-color css
<style>
a { background-color: #9B4A4B; }
a { background-color: rgb(155,74,75); }
div.DivClassName
{
background-color: #9B4A4B;
}
.BgClassName
{
background-color: #9B4A4B;
}
</style>
border-color css
<style>
span { border-color: #9B4A4B; }
span { border-color: rgb(155,74,75); }
td.TdClassName
{
border-color: #9B4A4B;
}
.TagClassName
{
border-color: #9B4A4B;
}
</style>