Shades of Tia Maria #97412D
Tints of Tia Maria #97412D
RGB
CMYK
RGB Variations
Color information
#97412D (or 0x97412D) is known color: Tia Maria. HEX triplet: 97, 41 and 2D. RGB value is (151,65,45). Sum of RGB (Red+Green+Blue) = 151+65+45=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #97412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97412D is #68BED2. Grayscale: #585858. Windows color (decimal): -6864595 or 2965911. OLE color: 2965911.
HSL color Cylindrical-coordinate representation of color #97412D: hue angle of 11.32º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97412D is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 65 | 45 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.41 |
| HSL | 11.32º | 0.54% | 0.38% | - |
| HSV(B) | 11.32º | 0.7% | 0.59% | - |
| XYZ | 15.13 | 10.55 | 3.72 | - |
| YUV | 88.43 | 103.49 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 45 | 0 | 0.57 | 0.70 | 0.41 | 11.32 | 0.54 | 0.38 |
| Hex | 97 | 41 | 2D | 0 | 39 | 46 | 29 | B | 36 | 26 |
| Octal | 227 | 101 | 55 | 0 | 71 | 106 | 51 | 13 | 66 | 46 |
| Binary | 10010111 | 1000001 | 101101 | 0 | 111001 | 1000110 | 101001 | 1011 | 110110 | 100110 |
Color Harmonies of #97412D
Complementary color
Monochromatic Colors of #97412D
Black with #97412D
Text Example
Text Example
White with #97412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97412D; }
p { color: rgb(151,65,45); }
H1.HeaderClassName
{
color: #97412D;
}
.AnyTagClassName
{
color: #97412D;
}
</style>
background-color css
<style>
a { background-color: #97412D; }
a { background-color: rgb(151,65,45); }
div.DivClassName
{
background-color: #97412D;
}
.BgClassName
{
background-color: #97412D;
}
</style>
border-color css
<style>
span { border-color: #97412D; }
span { border-color: rgb(151,65,45); }
td.TdClassName
{
border-color: #97412D;
}
.TagClassName
{
border-color: #97412D;
}
</style>