Shades of Tia Maria #993C29
Tints of Tia Maria #993C29
RGB
CMYK
RGB Variations
Color information
#993C29 (or 0x993C29) is known color: Tia Maria. HEX triplet: 99, 3C and 29. RGB value is (153,60,41). Sum of RGB (Red+Green+Blue) = 153+60+41=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #993C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C29 is #66C3D6. Grayscale: #555555. Windows color (decimal): -6734807 or 2702489. OLE color: 2702489.
HSL color Cylindrical-coordinate representation of color #993C29: hue angle of 10.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993C29 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 41 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.4 |
| HSL | 10.18º | 0.58% | 0.38% | - |
| HSV(B) | 10.18º | 0.73% | 0.6% | - |
| XYZ | 15.15 | 10.16 | 3.26 | - |
| YUV | 85.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 41 | 0 | 0.61 | 0.73 | 0.4 | 10.18 | 0.58 | 0.38 |
| Hex | 99 | 3C | 29 | 0 | 3D | 49 | 28 | A | 3A | 26 |
| Octal | 231 | 74 | 51 | 0 | 75 | 111 | 50 | 12 | 72 | 46 |
| Binary | 10011001 | 111100 | 101001 | 0 | 111101 | 1001001 | 101000 | 1010 | 111010 | 100110 |
Color Harmonies of #993C29
Complementary color
Monochromatic Colors of #993C29
Black with #993C29
Text Example
Text Example
White with #993C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C29; }
p { color: rgb(153,60,41); }
H1.HeaderClassName
{
color: #993C29;
}
.AnyTagClassName
{
color: #993C29;
}
</style>
background-color css
<style>
a { background-color: #993C29; }
a { background-color: rgb(153,60,41); }
div.DivClassName
{
background-color: #993C29;
}
.BgClassName
{
background-color: #993C29;
}
</style>
border-color css
<style>
span { border-color: #993C29; }
span { border-color: rgb(153,60,41); }
td.TdClassName
{
border-color: #993C29;
}
.TagClassName
{
border-color: #993C29;
}
</style>