Shades of Thunderbird #913B32
Tints of Thunderbird #913B32
RGB
CMYK
RGB Variations
Color information
#913B32 (or 0x913B32) is known color: Thunderbird. HEX triplet: 91, 3B and 32. RGB value is (145,59,50). Sum of RGB (Red+Green+Blue) = 145+59+50=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #913B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913B32 is #6EC4CD. Grayscale: #535353. Windows color (decimal): -7259342 or 3292049. OLE color: 3292049.
HSL color Cylindrical-coordinate representation of color #913B32: hue angle of 5.68º 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 #913B32 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 59 | 50 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.43 |
| HSL | 5.68º | 0.49% | 0.38% | - |
| HSV(B) | 5.68º | 0.66% | 0.57% | - |
| XYZ | 13.82 | 9.38 | 4.1 | - |
| YUV | 83.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 59 | 50 | 0 | 0.59 | 0.66 | 0.43 | 5.68 | 0.49 | 0.38 |
| Hex | 91 | 3B | 32 | 0 | 3B | 42 | 2B | 6 | 31 | 26 |
| Octal | 221 | 73 | 62 | 0 | 73 | 102 | 53 | 6 | 61 | 46 |
| Binary | 10010001 | 111011 | 110010 | 0 | 111011 | 1000010 | 101011 | 110 | 110001 | 100110 |
Color Harmonies of #913B32
Complementary color
Monochromatic Colors of #913B32
Black with #913B32
Text Example
Text Example
White with #913B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913B32; }
p { color: rgb(145,59,50); }
H1.HeaderClassName
{
color: #913B32;
}
.AnyTagClassName
{
color: #913B32;
}
</style>
background-color css
<style>
a { background-color: #913B32; }
a { background-color: rgb(145,59,50); }
div.DivClassName
{
background-color: #913B32;
}
.BgClassName
{
background-color: #913B32;
}
</style>
border-color css
<style>
span { border-color: #913B32; }
span { border-color: rgb(145,59,50); }
td.TdClassName
{
border-color: #913B32;
}
.TagClassName
{
border-color: #913B32;
}
</style>