Shades of Solid Pink #97434A
Tints of Solid Pink #97434A
RGB
CMYK
RGB Variations
Color information
#97434A (or 0x97434A) is known color: Solid Pink. HEX triplet: 97, 43 and 4A. RGB value is (151,67,74). Sum of RGB (Red+Green+Blue) = 151+67+74=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97434A is #68BCB5. Grayscale: #5C5C5C. Windows color (decimal): -6864054 or 4866967. OLE color: 4866967.
HSL color Cylindrical-coordinate representation of color #97434A: hue angle of 355º 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 #97434A is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 67 | 74 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.41 |
| HSL | 355º | 0.39% | 0.43% | - |
| HSV(B) | 355º | 0.56% | 0.59% | - |
| XYZ | 16.01 | 11.09 | 7.78 | - |
| YUV | 92.91 | 117.33 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 67 | 74 | 0 | 0.56 | 0.51 | 0.41 | 355 | 0.39 | 0.43 |
| Hex | 97 | 43 | 4A | 0 | 38 | 33 | 29 | 163 | 27 | 2B |
| Octal | 227 | 103 | 112 | 0 | 70 | 63 | 51 | 543 | 47 | 53 |
| Binary | 10010111 | 1000011 | 1001010 | 0 | 111000 | 110011 | 101001 | 101100011 | 100111 | 101011 |
Color Harmonies of #97434A
Complementary color
Monochromatic Colors of #97434A
Black with #97434A
Text Example
Text Example
White with #97434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97434A; }
p { color: rgb(151,67,74); }
H1.HeaderClassName
{
color: #97434A;
}
.AnyTagClassName
{
color: #97434A;
}
</style>
background-color css
<style>
a { background-color: #97434A; }
a { background-color: rgb(151,67,74); }
div.DivClassName
{
background-color: #97434A;
}
.BgClassName
{
background-color: #97434A;
}
</style>
border-color css
<style>
span { border-color: #97434A; }
span { border-color: rgb(151,67,74); }
td.TdClassName
{
border-color: #97434A;
}
.TagClassName
{
border-color: #97434A;
}
</style>