Shades of Thunderbird #9D3C31
Tints of Thunderbird #9D3C31
RGB
CMYK
RGB Variations
Color information
#9D3C31 (or 0x9D3C31) is known color: Thunderbird. HEX triplet: 9D, 3C and 31. RGB value is (157,60,49). Sum of RGB (Red+Green+Blue) = 157+60+49=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3C31 is #62C3CE. Grayscale: #575757. Windows color (decimal): -6472655 or 3226781. OLE color: 3226781.
HSL color Cylindrical-coordinate representation of color #9D3C31: hue angle of 6.11º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3C31 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 60 | 49 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.38 |
| HSL | 6.11º | 0.52% | 0.4% | - |
| HSV(B) | 6.11º | 0.69% | 0.62% | - |
| XYZ | 16.07 | 10.62 | 4.11 | - |
| YUV | 87.75 | 106.14 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 60 | 49 | 0 | 0.62 | 0.69 | 0.38 | 6.11 | 0.52 | 0.4 |
| Hex | 9D | 3C | 31 | 0 | 3E | 45 | 26 | 6 | 34 | 28 |
| Octal | 235 | 74 | 61 | 0 | 76 | 105 | 46 | 6 | 64 | 50 |
| Binary | 10011101 | 111100 | 110001 | 0 | 111110 | 1000101 | 100110 | 110 | 110100 | 101000 |
Color Harmonies of #9D3C31
Complementary color
Monochromatic Colors of #9D3C31
Black with #9D3C31
Text Example
Text Example
White with #9D3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3C31; }
p { color: rgb(157,60,49); }
H1.HeaderClassName
{
color: #9D3C31;
}
.AnyTagClassName
{
color: #9D3C31;
}
</style>
background-color css
<style>
a { background-color: #9D3C31; }
a { background-color: rgb(157,60,49); }
div.DivClassName
{
background-color: #9D3C31;
}
.BgClassName
{
background-color: #9D3C31;
}
</style>
border-color css
<style>
span { border-color: #9D3C31; }
span { border-color: rgb(157,60,49); }
td.TdClassName
{
border-color: #9D3C31;
}
.TagClassName
{
border-color: #9D3C31;
}
</style>