Shades of Tia Maria #9D391C
Tints of Tia Maria #9D391C
RGB
CMYK
RGB Variations
Color information
#9D391C (or 0x9D391C) is known color: Tia Maria. HEX triplet: 9D, 39 and 1C. RGB value is (157,57,28). Sum of RGB (Red+Green+Blue) = 157+57+28=242 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.88% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 157 - color contains mainly: red. Hex color #9D391C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D391C is #62C6E3. Grayscale: #535353. Windows color (decimal): -6473444 or 1849757. OLE color: 1849757.
HSL color Cylindrical-coordinate representation of color #9D391C: hue angle of 13.49º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D391C is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 57 | 28 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.38 |
| HSL | 13.49º | 0.7% | 0.36% | - |
| HSV(B) | 13.49º | 0.82% | 0.62% | - |
| XYZ | 15.58 | 10.18 | 2.24 | - |
| YUV | 83.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 28 | 0 | 0.64 | 0.82 | 0.38 | 13.49 | 0.7 | 0.36 |
| Hex | 9D | 39 | 1C | 0 | 40 | 52 | 26 | D | 46 | 24 |
| Octal | 235 | 71 | 34 | 0 | 100 | 122 | 46 | 15 | 106 | 44 |
| Binary | 10011101 | 111001 | 11100 | 0 | 1000000 | 1010010 | 100110 | 1101 | 1000110 | 100100 |
Color Harmonies of #9D391C
Complementary color
Monochromatic Colors of #9D391C
Black with #9D391C
Text Example
Text Example
White with #9D391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D391C; }
p { color: rgb(157,57,28); }
H1.HeaderClassName
{
color: #9D391C;
}
.AnyTagClassName
{
color: #9D391C;
}
</style>
background-color css
<style>
a { background-color: #9D391C; }
a { background-color: rgb(157,57,28); }
div.DivClassName
{
background-color: #9D391C;
}
.BgClassName
{
background-color: #9D391C;
}
</style>
border-color css
<style>
span { border-color: #9D391C; }
span { border-color: rgb(157,57,28); }
td.TdClassName
{
border-color: #9D391C;
}
.TagClassName
{
border-color: #9D391C;
}
</style>