Shades of Tia Maria #994121
Tints of Tia Maria #994121
RGB
CMYK
RGB Variations
Color information
#994121 (or 0x994121) is known color: Tia Maria. HEX triplet: 99, 41 and 21. RGB value is (153,65,33). Sum of RGB (Red+Green+Blue) = 153+65+33=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #994121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994121 is #66BEDE. Grayscale: #575757. Windows color (decimal): -6733535 or 2179481. OLE color: 2179481.
HSL color Cylindrical-coordinate representation of color #994121: hue angle of 16º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #994121 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 33 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.4 |
| HSL | 16º | 0.65% | 0.36% | - |
| HSV(B) | 16º | 0.78% | 0.6% | - |
| XYZ | 15.3 | 10.66 | 2.69 | - |
| YUV | 87.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 33 | 0 | 0.58 | 0.78 | 0.4 | 16 | 0.65 | 0.36 |
| Hex | 99 | 41 | 21 | 0 | 3A | 4E | 28 | 10 | 41 | 24 |
| Octal | 231 | 101 | 41 | 0 | 72 | 116 | 50 | 20 | 101 | 44 |
| Binary | 10011001 | 1000001 | 100001 | 0 | 111010 | 1001110 | 101000 | 10000 | 1000001 | 100100 |
Color Harmonies of #994121
Complementary color
Monochromatic Colors of #994121
Black with #994121
Text Example
Text Example
White with #994121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994121; }
p { color: rgb(153,65,33); }
H1.HeaderClassName
{
color: #994121;
}
.AnyTagClassName
{
color: #994121;
}
</style>
background-color css
<style>
a { background-color: #994121; }
a { background-color: rgb(153,65,33); }
div.DivClassName
{
background-color: #994121;
}
.BgClassName
{
background-color: #994121;
}
</style>
border-color css
<style>
span { border-color: #994121; }
span { border-color: rgb(153,65,33); }
td.TdClassName
{
border-color: #994121;
}
.TagClassName
{
border-color: #994121;
}
</style>