Shades of Solid Pink #974344
Tints of Solid Pink #974344
RGB
CMYK
RGB Variations
Color information
#974344 (or 0x974344) is known color: Solid Pink. HEX triplet: 97, 43 and 44. RGB value is (151,67,68). Sum of RGB (Red+Green+Blue) = 151+67+68=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #974344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974344 is #68BCBB. Grayscale: #5C5C5C. Windows color (decimal): -6864060 or 4473751. OLE color: 4473751.
HSL color Cylindrical-coordinate representation of color #974344: hue angle of 359.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974344 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 67 | 68 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.41 |
| HSL | 359.29º | 0.39% | 0.43% | - |
| HSV(B) | 359.29º | 0.56% | 0.59% | - |
| XYZ | 15.81 | 11.01 | 6.76 | - |
| YUV | 92.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 67 | 68 | 0 | 0.56 | 0.55 | 0.41 | 359.29 | 0.39 | 0.43 |
| Hex | 97 | 43 | 44 | 0 | 38 | 37 | 29 | 167 | 27 | 2B |
| Octal | 227 | 103 | 104 | 0 | 70 | 67 | 51 | 547 | 47 | 53 |
| Binary | 10010111 | 1000011 | 1000100 | 0 | 111000 | 110111 | 101001 | 101100111 | 100111 | 101011 |
Color Harmonies of #974344
Complementary color
Monochromatic Colors of #974344
Black with #974344
Text Example
Text Example
White with #974344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974344; }
p { color: rgb(151,67,68); }
H1.HeaderClassName
{
color: #974344;
}
.AnyTagClassName
{
color: #974344;
}
</style>
background-color css
<style>
a { background-color: #974344; }
a { background-color: rgb(151,67,68); }
div.DivClassName
{
background-color: #974344;
}
.BgClassName
{
background-color: #974344;
}
</style>
border-color css
<style>
span { border-color: #974344; }
span { border-color: rgb(151,67,68); }
td.TdClassName
{
border-color: #974344;
}
.TagClassName
{
border-color: #974344;
}
</style>