Shades of Thunderbird #913829
Tints of Thunderbird #913829
RGB
CMYK
RGB Variations
Color information
#913829 (or 0x913829) is known color: Thunderbird. HEX triplet: 91, 38 and 29. RGB value is (145,56,41). Sum of RGB (Red+Green+Blue) = 145+56+41=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #913829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913829 is #6EC7D6. Grayscale: #515151. Windows color (decimal): -7260119 or 2701457. OLE color: 2701457.
HSL color Cylindrical-coordinate representation of color #913829: hue angle of 8.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #913829 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 41 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.43 |
| HSL | 8.65º | 0.56% | 0.36% | - |
| HSV(B) | 8.65º | 0.72% | 0.57% | - |
| XYZ | 13.49 | 9.01 | 3.13 | - |
| YUV | 80.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 41 | 0 | 0.61 | 0.72 | 0.43 | 8.65 | 0.56 | 0.36 |
| Hex | 91 | 38 | 29 | 0 | 3D | 48 | 2B | 9 | 38 | 24 |
| Octal | 221 | 70 | 51 | 0 | 75 | 110 | 53 | 11 | 70 | 44 |
| Binary | 10010001 | 111000 | 101001 | 0 | 111101 | 1001000 | 101011 | 1001 | 111000 | 100100 |
Color Harmonies of #913829
Complementary color
Monochromatic Colors of #913829
Black with #913829
Text Example
Text Example
White with #913829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913829; }
p { color: rgb(145,56,41); }
H1.HeaderClassName
{
color: #913829;
}
.AnyTagClassName
{
color: #913829;
}
</style>
background-color css
<style>
a { background-color: #913829; }
a { background-color: rgb(145,56,41); }
div.DivClassName
{
background-color: #913829;
}
.BgClassName
{
background-color: #913829;
}
</style>
border-color css
<style>
span { border-color: #913829; }
span { border-color: rgb(145,56,41); }
td.TdClassName
{
border-color: #913829;
}
.TagClassName
{
border-color: #913829;
}
</style>