Shades of Tia Maria #994334
Tints of Tia Maria #994334
RGB
CMYK
RGB Variations
Color information
#994334 (or 0x994334) is known color: Tia Maria. HEX triplet: 99, 43 and 34. RGB value is (153,67,52). Sum of RGB (Red+Green+Blue) = 153+67+52=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #994334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994334 is #66BCCB. Grayscale: #5B5B5B. Windows color (decimal): -6733004 or 3425177. OLE color: 3425177.
HSL color Cylindrical-coordinate representation of color #994334: hue angle of 8.91º 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 #994334 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 52 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.4 |
| HSL | 8.91º | 0.49% | 0.4% | - |
| HSV(B) | 8.91º | 0.66% | 0.6% | - |
| XYZ | 15.76 | 11.03 | 4.55 | - |
| YUV | 91 | 105.99 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 52 | 0 | 0.56 | 0.66 | 0.4 | 8.91 | 0.49 | 0.4 |
| Hex | 99 | 43 | 34 | 0 | 38 | 42 | 28 | 9 | 31 | 28 |
| Octal | 231 | 103 | 64 | 0 | 70 | 102 | 50 | 11 | 61 | 50 |
| Binary | 10011001 | 1000011 | 110100 | 0 | 111000 | 1000010 | 101000 | 1001 | 110001 | 101000 |
Color Harmonies of #994334
Complementary color
Monochromatic Colors of #994334
Black with #994334
Text Example
Text Example
White with #994334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994334; }
p { color: rgb(153,67,52); }
H1.HeaderClassName
{
color: #994334;
}
.AnyTagClassName
{
color: #994334;
}
</style>
background-color css
<style>
a { background-color: #994334; }
a { background-color: rgb(153,67,52); }
div.DivClassName
{
background-color: #994334;
}
.BgClassName
{
background-color: #994334;
}
</style>
border-color css
<style>
span { border-color: #994334; }
span { border-color: rgb(153,67,52); }
td.TdClassName
{
border-color: #994334;
}
.TagClassName
{
border-color: #994334;
}
</style>