Shades of Tia Maria #9D3B2C
Tints of Tia Maria #9D3B2C
RGB
CMYK
RGB Variations
Color information
#9D3B2C (or 0x9D3B2C) is known color: Tia Maria. HEX triplet: 9D, 3B and 2C. RGB value is (157,59,44). Sum of RGB (Red+Green+Blue) = 157+59+44=260 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.38% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3B2C is #62C4D3. Grayscale: #565656. Windows color (decimal): -6472916 or 2898845. OLE color: 2898845.
HSL color Cylindrical-coordinate representation of color #9D3B2C: hue angle of 7.96º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D3B2C is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 59 | 44 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.38 |
| HSL | 7.96º | 0.56% | 0.39% | - |
| HSV(B) | 7.96º | 0.72% | 0.62% | - |
| XYZ | 15.92 | 10.48 | 3.57 | - |
| YUV | 86.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 59 | 44 | 0 | 0.62 | 0.72 | 0.38 | 7.96 | 0.56 | 0.39 |
| Hex | 9D | 3B | 2C | 0 | 3E | 48 | 26 | 8 | 38 | 27 |
| Octal | 235 | 73 | 54 | 0 | 76 | 110 | 46 | 10 | 70 | 47 |
| Binary | 10011101 | 111011 | 101100 | 0 | 111110 | 1001000 | 100110 | 1000 | 111000 | 100111 |
Color Harmonies of #9D3B2C
Complementary color
Monochromatic Colors of #9D3B2C
Black with #9D3B2C
Text Example
Text Example
White with #9D3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3B2C; }
p { color: rgb(157,59,44); }
H1.HeaderClassName
{
color: #9D3B2C;
}
.AnyTagClassName
{
color: #9D3B2C;
}
</style>
background-color css
<style>
a { background-color: #9D3B2C; }
a { background-color: rgb(157,59,44); }
div.DivClassName
{
background-color: #9D3B2C;
}
.BgClassName
{
background-color: #9D3B2C;
}
</style>
border-color css
<style>
span { border-color: #9D3B2C; }
span { border-color: rgb(157,59,44); }
td.TdClassName
{
border-color: #9D3B2C;
}
.TagClassName
{
border-color: #9D3B2C;
}
</style>