Shades of Tia Maria #994231
Tints of Tia Maria #994231
RGB
CMYK
RGB Variations
Color information
#994231 (or 0x994231) is known color: Tia Maria. HEX triplet: 99, 42 and 31. RGB value is (153,66,49). Sum of RGB (Red+Green+Blue) = 153+66+49=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #994231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994231 is #66BDCE. Grayscale: #5A5A5A. Windows color (decimal): -6733263 or 3228313. OLE color: 3228313.
HSL color Cylindrical-coordinate representation of color #994231: hue angle of 9.81º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994231 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 49 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.4 |
| HSL | 9.81º | 0.51% | 0.4% | - |
| HSV(B) | 9.81º | 0.68% | 0.6% | - |
| XYZ | 15.64 | 10.89 | 4.18 | - |
| YUV | 90.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 49 | 0 | 0.57 | 0.68 | 0.4 | 9.81 | 0.51 | 0.4 |
| Hex | 99 | 42 | 31 | 0 | 39 | 44 | 28 | A | 33 | 28 |
| Octal | 231 | 102 | 61 | 0 | 71 | 104 | 50 | 12 | 63 | 50 |
| Binary | 10011001 | 1000010 | 110001 | 0 | 111001 | 1000100 | 101000 | 1010 | 110011 | 101000 |
Color Harmonies of #994231
Complementary color
Monochromatic Colors of #994231
Black with #994231
Text Example
Text Example
White with #994231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994231; }
p { color: rgb(153,66,49); }
H1.HeaderClassName
{
color: #994231;
}
.AnyTagClassName
{
color: #994231;
}
</style>
background-color css
<style>
a { background-color: #994231; }
a { background-color: rgb(153,66,49); }
div.DivClassName
{
background-color: #994231;
}
.BgClassName
{
background-color: #994231;
}
</style>
border-color css
<style>
span { border-color: #994231; }
span { border-color: rgb(153,66,49); }
td.TdClassName
{
border-color: #994231;
}
.TagClassName
{
border-color: #994231;
}
</style>