Shades of Thunderbird #913630
Tints of Thunderbird #913630
RGB
CMYK
RGB Variations
Color information
#913630 (or 0x913630) is known color: Thunderbird. HEX triplet: 91, 36 and 30. RGB value is (145,54,48). Sum of RGB (Red+Green+Blue) = 145+54+48=247 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.70% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 145 - color contains mainly: red. Hex color #913630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913630 is #6EC9CF. Grayscale: #505050. Windows color (decimal): -7260624 or 3159697. OLE color: 3159697.
HSL color Cylindrical-coordinate representation of color #913630: hue angle of 3.71º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913630 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 54 | 48 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.43 |
| HSL | 3.71º | 0.5% | 0.38% | - |
| HSV(B) | 3.71º | 0.67% | 0.57% | - |
| XYZ | 13.53 | 8.87 | 3.8 | - |
| YUV | 80.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 48 | 0 | 0.63 | 0.67 | 0.43 | 3.71 | 0.5 | 0.38 |
| Hex | 91 | 36 | 30 | 0 | 3F | 43 | 2B | 4 | 32 | 26 |
| Octal | 221 | 66 | 60 | 0 | 77 | 103 | 53 | 4 | 62 | 46 |
| Binary | 10010001 | 110110 | 110000 | 0 | 111111 | 1000011 | 101011 | 100 | 110010 | 100110 |
Color Harmonies of #913630
Complementary color
Monochromatic Colors of #913630
Black with #913630
Text Example
Text Example
White with #913630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913630; }
p { color: rgb(145,54,48); }
H1.HeaderClassName
{
color: #913630;
}
.AnyTagClassName
{
color: #913630;
}
</style>
background-color css
<style>
a { background-color: #913630; }
a { background-color: rgb(145,54,48); }
div.DivClassName
{
background-color: #913630;
}
.BgClassName
{
background-color: #913630;
}
</style>
border-color css
<style>
span { border-color: #913630; }
span { border-color: rgb(145,54,48); }
td.TdClassName
{
border-color: #913630;
}
.TagClassName
{
border-color: #913630;
}
</style>