Shades of Tia Maria #9B3A2B
Tints of Tia Maria #9B3A2B
RGB
CMYK
RGB Variations
Color information
#9B3A2B (or 0x9B3A2B) is known color: Tia Maria. HEX triplet: 9B, 3A and 2B. RGB value is (155,58,43). Sum of RGB (Red+Green+Blue) = 155+58+43=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3A2B is #64C5D4. Grayscale: #555555. Windows color (decimal): -6604245 or 2833051. OLE color: 2833051.
HSL color Cylindrical-coordinate representation of color #9B3A2B: hue angle of 8.04º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3A2B is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 58 | 43 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.39 |
| HSL | 8.04º | 0.57% | 0.39% | - |
| HSV(B) | 8.04º | 0.72% | 0.61% | - |
| XYZ | 15.47 | 10.17 | 3.43 | - |
| YUV | 85.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 43 | 0 | 0.63 | 0.72 | 0.39 | 8.04 | 0.57 | 0.39 |
| Hex | 9B | 3A | 2B | 0 | 3F | 48 | 27 | 8 | 39 | 27 |
| Octal | 233 | 72 | 53 | 0 | 77 | 110 | 47 | 10 | 71 | 47 |
| Binary | 10011011 | 111010 | 101011 | 0 | 111111 | 1001000 | 100111 | 1000 | 111001 | 100111 |
Color Harmonies of #9B3A2B
Complementary color
Monochromatic Colors of #9B3A2B
Black with #9B3A2B
Text Example
Text Example
White with #9B3A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3A2B; }
p { color: rgb(155,58,43); }
H1.HeaderClassName
{
color: #9B3A2B;
}
.AnyTagClassName
{
color: #9B3A2B;
}
</style>
background-color css
<style>
a { background-color: #9B3A2B; }
a { background-color: rgb(155,58,43); }
div.DivClassName
{
background-color: #9B3A2B;
}
.BgClassName
{
background-color: #9B3A2B;
}
</style>
border-color css
<style>
span { border-color: #9B3A2B; }
span { border-color: rgb(155,58,43); }
td.TdClassName
{
border-color: #9B3A2B;
}
.TagClassName
{
border-color: #9B3A2B;
}
</style>