Shades of Thunderbird #913433
Tints of Thunderbird #913433
RGB
CMYK
RGB Variations
Color information
#913433 (or 0x913433) is known color: Thunderbird. HEX triplet: 91, 34 and 33. RGB value is (145,52,51). Sum of RGB (Red+Green+Blue) = 145+52+51=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #913433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913433 is #6ECBCC. Grayscale: #4F4F4F. Windows color (decimal): -7261133 or 3355793. OLE color: 3355793.
HSL color Cylindrical-coordinate representation of color #913433: hue angle of 0.64º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913433 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 52 | 51 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.43 |
| HSL | 0.64º | 0.48% | 0.38% | - |
| HSV(B) | 0.64º | 0.65% | 0.57% | - |
| XYZ | 13.5 | 8.71 | 4.1 | - |
| YUV | 79.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 52 | 51 | 0 | 0.64 | 0.65 | 0.43 | 0.64 | 0.48 | 0.38 |
| Hex | 91 | 34 | 33 | 0 | 40 | 41 | 2B | 1 | 30 | 26 |
| Octal | 221 | 64 | 63 | 0 | 100 | 101 | 53 | 1 | 60 | 46 |
| Binary | 10010001 | 110100 | 110011 | 0 | 1000000 | 1000001 | 101011 | 1 | 110000 | 100110 |
Color Harmonies of #913433
Complementary color
Monochromatic Colors of #913433
Black with #913433
Text Example
Text Example
White with #913433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913433; }
p { color: rgb(145,52,51); }
H1.HeaderClassName
{
color: #913433;
}
.AnyTagClassName
{
color: #913433;
}
</style>
background-color css
<style>
a { background-color: #913433; }
a { background-color: rgb(145,52,51); }
div.DivClassName
{
background-color: #913433;
}
.BgClassName
{
background-color: #913433;
}
</style>
border-color css
<style>
span { border-color: #913433; }
span { border-color: rgb(145,52,51); }
td.TdClassName
{
border-color: #913433;
}
.TagClassName
{
border-color: #913433;
}
</style>