Shades of Thunderbird #913831
Tints of Thunderbird #913831
RGB
CMYK
RGB Variations
Color information
#913831 (or 0x913831) is known color: Thunderbird. HEX triplet: 91, 38 and 31. RGB value is (145,56,49). Sum of RGB (Red+Green+Blue) = 145+56+49=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #913831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913831 is #6EC7CE. Grayscale: #515151. Windows color (decimal): -7260111 or 3225745. OLE color: 3225745.
HSL color Cylindrical-coordinate representation of color #913831: hue angle of 4.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913831 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 56 | 49 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.43 |
| HSL | 4.38º | 0.49% | 0.38% | - |
| HSV(B) | 4.38º | 0.66% | 0.57% | - |
| XYZ | 13.65 | 9.07 | 3.94 | - |
| YUV | 81.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 56 | 49 | 0 | 0.61 | 0.66 | 0.43 | 4.38 | 0.49 | 0.38 |
| Hex | 91 | 38 | 31 | 0 | 3D | 42 | 2B | 4 | 31 | 26 |
| Octal | 221 | 70 | 61 | 0 | 75 | 102 | 53 | 4 | 61 | 46 |
| Binary | 10010001 | 111000 | 110001 | 0 | 111101 | 1000010 | 101011 | 100 | 110001 | 100110 |
Color Harmonies of #913831
Complementary color
Monochromatic Colors of #913831
Black with #913831
Text Example
Text Example
White with #913831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913831; }
p { color: rgb(145,56,49); }
H1.HeaderClassName
{
color: #913831;
}
.AnyTagClassName
{
color: #913831;
}
</style>
background-color css
<style>
a { background-color: #913831; }
a { background-color: rgb(145,56,49); }
div.DivClassName
{
background-color: #913831;
}
.BgClassName
{
background-color: #913831;
}
</style>
border-color css
<style>
span { border-color: #913831; }
span { border-color: rgb(145,56,49); }
td.TdClassName
{
border-color: #913831;
}
.TagClassName
{
border-color: #913831;
}
</style>