Shades of Tia Maria #993D2D
Tints of Tia Maria #993D2D
RGB
CMYK
RGB Variations
Color information
#993D2D (or 0x993D2D) is known color: Tia Maria. HEX triplet: 99, 3D and 2D. RGB value is (153,61,45). Sum of RGB (Red+Green+Blue) = 153+61+45=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #993D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D2D is #66C2D2. Grayscale: #565656. Windows color (decimal): -6734547 or 2964889. OLE color: 2964889.
HSL color Cylindrical-coordinate representation of color #993D2D: hue angle of 8.89º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #993D2D is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 45 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.4 |
| HSL | 8.89º | 0.55% | 0.39% | - |
| HSV(B) | 8.89º | 0.71% | 0.6% | - |
| XYZ | 15.28 | 10.3 | 3.67 | - |
| YUV | 86.68 | 104.48 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 45 | 0 | 0.60 | 0.71 | 0.4 | 8.89 | 0.55 | 0.39 |
| Hex | 99 | 3D | 2D | 0 | 3C | 47 | 28 | 9 | 37 | 27 |
| Octal | 231 | 75 | 55 | 0 | 74 | 107 | 50 | 11 | 67 | 47 |
| Binary | 10011001 | 111101 | 101101 | 0 | 111100 | 1000111 | 101000 | 1001 | 110111 | 100111 |
Color Harmonies of #993D2D
Complementary color
Monochromatic Colors of #993D2D
Black with #993D2D
Text Example
Text Example
White with #993D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D2D; }
p { color: rgb(153,61,45); }
H1.HeaderClassName
{
color: #993D2D;
}
.AnyTagClassName
{
color: #993D2D;
}
</style>
background-color css
<style>
a { background-color: #993D2D; }
a { background-color: rgb(153,61,45); }
div.DivClassName
{
background-color: #993D2D;
}
.BgClassName
{
background-color: #993D2D;
}
</style>
border-color css
<style>
span { border-color: #993D2D; }
span { border-color: rgb(153,61,45); }
td.TdClassName
{
border-color: #993D2D;
}
.TagClassName
{
border-color: #993D2D;
}
</style>