Shades of Tia Maria #9B3A24
Tints of Tia Maria #9B3A24
RGB
CMYK
RGB Variations
Color information
#9B3A24 (or 0x9B3A24) is known color: Tia Maria. HEX triplet: 9B, 3A and 24. RGB value is (155,58,36). Sum of RGB (Red+Green+Blue) = 155+58+36=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3A24 is #64C5DB. Grayscale: #545454. Windows color (decimal): -6604252 or 2374299. OLE color: 2374299.
HSL color Cylindrical-coordinate representation of color #9B3A24: hue angle of 11.09º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B3A24 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 58 | 36 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.39 |
| HSL | 11.09º | 0.62% | 0.37% | - |
| HSV(B) | 11.09º | 0.77% | 0.61% | - |
| XYZ | 15.35 | 10.12 | 2.81 | - |
| YUV | 84.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 36 | 0 | 0.63 | 0.77 | 0.39 | 11.09 | 0.62 | 0.37 |
| Hex | 9B | 3A | 24 | 0 | 3F | 4D | 27 | B | 3E | 25 |
| Octal | 233 | 72 | 44 | 0 | 77 | 115 | 47 | 13 | 76 | 45 |
| Binary | 10011011 | 111010 | 100100 | 0 | 111111 | 1001101 | 100111 | 1011 | 111110 | 100101 |
Color Harmonies of #9B3A24
Complementary color
Monochromatic Colors of #9B3A24
Black with #9B3A24
Text Example
Text Example
White with #9B3A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3A24; }
p { color: rgb(155,58,36); }
H1.HeaderClassName
{
color: #9B3A24;
}
.AnyTagClassName
{
color: #9B3A24;
}
</style>
background-color css
<style>
a { background-color: #9B3A24; }
a { background-color: rgb(155,58,36); }
div.DivClassName
{
background-color: #9B3A24;
}
.BgClassName
{
background-color: #9B3A24;
}
</style>
border-color css
<style>
span { border-color: #9B3A24; }
span { border-color: rgb(155,58,36); }
td.TdClassName
{
border-color: #9B3A24;
}
.TagClassName
{
border-color: #9B3A24;
}
</style>