Shades of Solid Pink #954145
Tints of Solid Pink #954145
RGB
CMYK
RGB Variations
Color information
#954145 (or 0x954145) is known color: Solid Pink. HEX triplet: 95, 41 and 45. RGB value is (149,65,69). Sum of RGB (Red+Green+Blue) = 149+65+69=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #954145 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954145 is #6ABEBA. Grayscale: #5A5A5A. Windows color (decimal): -6995643 or 4538773. OLE color: 4538773.
HSL color Cylindrical-coordinate representation of color #954145: hue angle of 357.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954145 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 69 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.42 |
| HSL | 357.14º | 0.39% | 0.42% | - |
| HSV(B) | 357.14º | 0.56% | 0.58% | - |
| XYZ | 15.36 | 10.6 | 6.87 | - |
| YUV | 90.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 69 | 0 | 0.56 | 0.54 | 0.42 | 357.14 | 0.39 | 0.42 |
| Hex | 95 | 41 | 45 | 0 | 38 | 36 | 2A | 165 | 27 | 2A |
| Octal | 225 | 101 | 105 | 0 | 70 | 66 | 52 | 545 | 47 | 52 |
| Binary | 10010101 | 1000001 | 1000101 | 0 | 111000 | 110110 | 101010 | 101100101 | 100111 | 101010 |
Color Harmonies of #954145
Complementary color
Monochromatic Colors of #954145
Black with #954145
Text Example
Text Example
White with #954145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954145; }
p { color: rgb(149,65,69); }
H1.HeaderClassName
{
color: #954145;
}
.AnyTagClassName
{
color: #954145;
}
</style>
background-color css
<style>
a { background-color: #954145; }
a { background-color: rgb(149,65,69); }
div.DivClassName
{
background-color: #954145;
}
.BgClassName
{
background-color: #954145;
}
</style>
border-color css
<style>
span { border-color: #954145; }
span { border-color: rgb(149,65,69); }
td.TdClassName
{
border-color: #954145;
}
.TagClassName
{
border-color: #954145;
}
</style>