Shades of Solid Pink #94414B
Tints of Solid Pink #94414B
RGB
CMYK
RGB Variations
Color information
#94414B (or 0x94414B) is known color: Solid Pink. HEX triplet: 94, 41 and 4B. RGB value is (148,65,75). Sum of RGB (Red+Green+Blue) = 148+65+75=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #94414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94414B is #6BBEB4. Grayscale: #5B5B5B. Windows color (decimal): -7061173 or 4931988. OLE color: 4931988.
HSL color Cylindrical-coordinate representation of color #94414B: hue angle of 352.77º 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 #94414B is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 75 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.42 |
| HSL | 352.77º | 0.39% | 0.42% | - |
| HSV(B) | 352.77º | 0.56% | 0.58% | - |
| XYZ | 15.37 | 10.58 | 7.89 | - |
| YUV | 90.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 75 | 0 | 0.56 | 0.49 | 0.42 | 352.77 | 0.39 | 0.42 |
| Hex | 94 | 41 | 4B | 0 | 38 | 31 | 2A | 161 | 27 | 2A |
| Octal | 224 | 101 | 113 | 0 | 70 | 61 | 52 | 541 | 47 | 52 |
| Binary | 10010100 | 1000001 | 1001011 | 0 | 111000 | 110001 | 101010 | 101100001 | 100111 | 101010 |
Color Harmonies of #94414B
Complementary color
Monochromatic Colors of #94414B
Black with #94414B
Text Example
Text Example
White with #94414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94414B; }
p { color: rgb(148,65,75); }
H1.HeaderClassName
{
color: #94414B;
}
.AnyTagClassName
{
color: #94414B;
}
</style>
background-color css
<style>
a { background-color: #94414B; }
a { background-color: rgb(148,65,75); }
div.DivClassName
{
background-color: #94414B;
}
.BgClassName
{
background-color: #94414B;
}
</style>
border-color css
<style>
span { border-color: #94414B; }
span { border-color: rgb(148,65,75); }
td.TdClassName
{
border-color: #94414B;
}
.TagClassName
{
border-color: #94414B;
}
</style>