Shades of Solid Pink #94434A
Tints of Solid Pink #94434A
RGB
CMYK
RGB Variations
Color information
#94434A (or 0x94434A) is known color: Solid Pink. HEX triplet: 94, 43 and 4A. RGB value is (148,67,74). Sum of RGB (Red+Green+Blue) = 148+67+74=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94434A is #6BBCB5. Grayscale: #5C5C5C. Windows color (decimal): -7060662 or 4866964. OLE color: 4866964.
HSL color Cylindrical-coordinate representation of color #94434A: hue angle of 354.81º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94434A is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 74 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.42 |
| HSL | 354.81º | 0.38% | 0.42% | - |
| HSV(B) | 354.81º | 0.55% | 0.58% | - |
| XYZ | 15.46 | 10.8 | 7.75 | - |
| YUV | 92.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 74 | 0 | 0.55 | 0.50 | 0.42 | 354.81 | 0.38 | 0.42 |
| Hex | 94 | 43 | 4A | 0 | 37 | 32 | 2A | 163 | 26 | 2A |
| Octal | 224 | 103 | 112 | 0 | 67 | 62 | 52 | 543 | 46 | 52 |
| Binary | 10010100 | 1000011 | 1001010 | 0 | 110111 | 110010 | 101010 | 101100011 | 100110 | 101010 |
Color Harmonies of #94434A
Complementary color
Monochromatic Colors of #94434A
Black with #94434A
Text Example
Text Example
White with #94434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94434A; }
p { color: rgb(148,67,74); }
H1.HeaderClassName
{
color: #94434A;
}
.AnyTagClassName
{
color: #94434A;
}
</style>
background-color css
<style>
a { background-color: #94434A; }
a { background-color: rgb(148,67,74); }
div.DivClassName
{
background-color: #94434A;
}
.BgClassName
{
background-color: #94434A;
}
</style>
border-color css
<style>
span { border-color: #94434A; }
span { border-color: rgb(148,67,74); }
td.TdClassName
{
border-color: #94434A;
}
.TagClassName
{
border-color: #94434A;
}
</style>