Shades of Solid Pink #96424A
Tints of Solid Pink #96424A
RGB
CMYK
RGB Variations
Color information
#96424A (or 0x96424A) is known color: Solid Pink. HEX triplet: 96, 42 and 4A. RGB value is (150,66,74). Sum of RGB (Red+Green+Blue) = 150+66+74=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96424A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96424A is #69BDB5. Grayscale: #5C5C5C. Windows color (decimal): -6929846 or 4866710. OLE color: 4866710.
HSL color Cylindrical-coordinate representation of color #96424A: hue angle of 354.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96424A is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 74 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.41 |
| HSL | 354.29º | 0.39% | 0.42% | - |
| HSV(B) | 354.29º | 0.56% | 0.59% | - |
| XYZ | 15.76 | 10.87 | 7.75 | - |
| YUV | 92.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 74 | 0 | 0.56 | 0.51 | 0.41 | 354.29 | 0.39 | 0.42 |
| Hex | 96 | 42 | 4A | 0 | 38 | 33 | 29 | 162 | 27 | 2A |
| Octal | 226 | 102 | 112 | 0 | 70 | 63 | 51 | 542 | 47 | 52 |
| Binary | 10010110 | 1000010 | 1001010 | 0 | 111000 | 110011 | 101001 | 101100010 | 100111 | 101010 |
Color Harmonies of #96424A
Complementary color
Monochromatic Colors of #96424A
Black with #96424A
Text Example
Text Example
White with #96424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96424A; }
p { color: rgb(150,66,74); }
H1.HeaderClassName
{
color: #96424A;
}
.AnyTagClassName
{
color: #96424A;
}
</style>
background-color css
<style>
a { background-color: #96424A; }
a { background-color: rgb(150,66,74); }
div.DivClassName
{
background-color: #96424A;
}
.BgClassName
{
background-color: #96424A;
}
</style>
border-color css
<style>
span { border-color: #96424A; }
span { border-color: rgb(150,66,74); }
td.TdClassName
{
border-color: #96424A;
}
.TagClassName
{
border-color: #96424A;
}
</style>