Shades of Tia Maria #993F1F
Tints of Tia Maria #993F1F
RGB
CMYK
RGB Variations
Color information
#993F1F (or 0x993F1F) is known color: Tia Maria. HEX triplet: 99, 3F and 1F. RGB value is (153,63,31). Sum of RGB (Red+Green+Blue) = 153+63+31=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #993F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993F1F is #66C0E0. Grayscale: #565656. Windows color (decimal): -6734049 or 2047897. OLE color: 2047897.
HSL color Cylindrical-coordinate representation of color #993F1F: hue angle of 15.74º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #993F1F is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 31 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.4 |
| HSL | 15.74º | 0.66% | 0.36% | - |
| HSV(B) | 15.74º | 0.8% | 0.6% | - |
| XYZ | 15.16 | 10.43 | 2.51 | - |
| YUV | 86.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 31 | 0 | 0.59 | 0.80 | 0.4 | 15.74 | 0.66 | 0.36 |
| Hex | 99 | 3F | 1F | 0 | 3B | 50 | 28 | 10 | 42 | 24 |
| Octal | 231 | 77 | 37 | 0 | 73 | 120 | 50 | 20 | 102 | 44 |
| Binary | 10011001 | 111111 | 11111 | 0 | 111011 | 1010000 | 101000 | 10000 | 1000010 | 100100 |
Color Harmonies of #993F1F
Complementary color
Monochromatic Colors of #993F1F
Black with #993F1F
Text Example
Text Example
White with #993F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F1F; }
p { color: rgb(153,63,31); }
H1.HeaderClassName
{
color: #993F1F;
}
.AnyTagClassName
{
color: #993F1F;
}
</style>
background-color css
<style>
a { background-color: #993F1F; }
a { background-color: rgb(153,63,31); }
div.DivClassName
{
background-color: #993F1F;
}
.BgClassName
{
background-color: #993F1F;
}
</style>
border-color css
<style>
span { border-color: #993F1F; }
span { border-color: rgb(153,63,31); }
td.TdClassName
{
border-color: #993F1F;
}
.TagClassName
{
border-color: #993F1F;
}
</style>