Shades of Tia Maria #994134
Tints of Tia Maria #994134
RGB
CMYK
RGB Variations
Color information
#994134 (or 0x994134) is known color: Tia Maria. HEX triplet: 99, 41 and 34. RGB value is (153,65,52). Sum of RGB (Red+Green+Blue) = 153+65+52=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #994134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994134 is #66BECB. Grayscale: #595959. Windows color (decimal): -6733516 or 3424665. OLE color: 3424665.
HSL color Cylindrical-coordinate representation of color #994134: hue angle of 7.72º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #994134 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 65 | 52 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.4 |
| HSL | 7.72º | 0.49% | 0.4% | - |
| HSV(B) | 7.72º | 0.66% | 0.6% | - |
| XYZ | 15.65 | 10.8 | 4.51 | - |
| YUV | 89.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 52 | 0 | 0.58 | 0.66 | 0.4 | 7.72 | 0.49 | 0.4 |
| Hex | 99 | 41 | 34 | 0 | 3A | 42 | 28 | 8 | 31 | 28 |
| Octal | 231 | 101 | 64 | 0 | 72 | 102 | 50 | 10 | 61 | 50 |
| Binary | 10011001 | 1000001 | 110100 | 0 | 111010 | 1000010 | 101000 | 1000 | 110001 | 101000 |
Color Harmonies of #994134
Complementary color
Monochromatic Colors of #994134
Black with #994134
Text Example
Text Example
White with #994134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994134; }
p { color: rgb(153,65,52); }
H1.HeaderClassName
{
color: #994134;
}
.AnyTagClassName
{
color: #994134;
}
</style>
background-color css
<style>
a { background-color: #994134; }
a { background-color: rgb(153,65,52); }
div.DivClassName
{
background-color: #994134;
}
.BgClassName
{
background-color: #994134;
}
</style>
border-color css
<style>
span { border-color: #994134; }
span { border-color: rgb(153,65,52); }
td.TdClassName
{
border-color: #994134;
}
.TagClassName
{
border-color: #994134;
}
</style>