Shades of Thunderbird #9C3A2D
Tints of Thunderbird #9C3A2D
RGB
CMYK
RGB Variations
Color information
#9C3A2D (or 0x9C3A2D) is known color: Thunderbird. HEX triplet: 9C, 3A and 2D. RGB value is (156,58,45). Sum of RGB (Red+Green+Blue) = 156+58+45=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3A2D is #63C5D2. Grayscale: #555555. Windows color (decimal): -6538707 or 2964124. OLE color: 2964124.
HSL color Cylindrical-coordinate representation of color #9C3A2D: hue angle of 7.03º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C3A2D is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 58 | 45 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.39 |
| HSL | 7.03º | 0.55% | 0.39% | - |
| HSV(B) | 7.03º | 0.71% | 0.61% | - |
| XYZ | 15.7 | 10.28 | 3.64 | - |
| YUV | 85.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 58 | 45 | 0 | 0.63 | 0.71 | 0.39 | 7.03 | 0.55 | 0.39 |
| Hex | 9C | 3A | 2D | 0 | 3F | 47 | 27 | 7 | 37 | 27 |
| Octal | 234 | 72 | 55 | 0 | 77 | 107 | 47 | 7 | 67 | 47 |
| Binary | 10011100 | 111010 | 101101 | 0 | 111111 | 1000111 | 100111 | 111 | 110111 | 100111 |
Color Harmonies of #9C3A2D
Complementary color
Monochromatic Colors of #9C3A2D
Black with #9C3A2D
Text Example
Text Example
White with #9C3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3A2D; }
p { color: rgb(156,58,45); }
H1.HeaderClassName
{
color: #9C3A2D;
}
.AnyTagClassName
{
color: #9C3A2D;
}
</style>
background-color css
<style>
a { background-color: #9C3A2D; }
a { background-color: rgb(156,58,45); }
div.DivClassName
{
background-color: #9C3A2D;
}
.BgClassName
{
background-color: #9C3A2D;
}
</style>
border-color css
<style>
span { border-color: #9C3A2D; }
span { border-color: rgb(156,58,45); }
td.TdClassName
{
border-color: #9C3A2D;
}
.TagClassName
{
border-color: #9C3A2D;
}
</style>