Shades of Tia Maria #983B2C
Tints of Tia Maria #983B2C
RGB
CMYK
RGB Variations
Color information
#983B2C (or 0x983B2C) is known color: Tia Maria. HEX triplet: 98, 3B and 2C. RGB value is (152,59,44). Sum of RGB (Red+Green+Blue) = 152+59+44=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #983B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B2C is #67C4D3. Grayscale: #555555. Windows color (decimal): -6800596 or 2898840. OLE color: 2898840.
HSL color Cylindrical-coordinate representation of color #983B2C: hue angle of 8.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #983B2C is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 59 | 44 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.40 |
| HSL | 8.33º | 0.55% | 0.38% | - |
| HSV(B) | 8.33º | 0.71% | 0.6% | - |
| XYZ | 14.97 | 9.99 | 3.52 | - |
| YUV | 85.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 59 | 44 | 0 | 0.61 | 0.71 | 0.40 | 8.33 | 0.55 | 0.38 |
| Hex | 98 | 3B | 2C | 0 | 3D | 47 | 28 | 8 | 37 | 26 |
| Octal | 230 | 73 | 54 | 0 | 75 | 107 | 50 | 10 | 67 | 46 |
| Binary | 10011000 | 111011 | 101100 | 0 | 111101 | 1000111 | 101000 | 1000 | 110111 | 100110 |
Color Harmonies of #983B2C
Complementary color
Monochromatic Colors of #983B2C
Black with #983B2C
Text Example
Text Example
White with #983B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983B2C; }
p { color: rgb(152,59,44); }
H1.HeaderClassName
{
color: #983B2C;
}
.AnyTagClassName
{
color: #983B2C;
}
</style>
background-color css
<style>
a { background-color: #983B2C; }
a { background-color: rgb(152,59,44); }
div.DivClassName
{
background-color: #983B2C;
}
.BgClassName
{
background-color: #983B2C;
}
</style>
border-color css
<style>
span { border-color: #983B2C; }
span { border-color: rgb(152,59,44); }
td.TdClassName
{
border-color: #983B2C;
}
.TagClassName
{
border-color: #983B2C;
}
</style>