Shades of Thunderbird #913935
Tints of Thunderbird #913935
RGB
CMYK
RGB Variations
Color information
#913935 (or 0x913935) is known color: Thunderbird. HEX triplet: 91, 39 and 35. RGB value is (145,57,53). Sum of RGB (Red+Green+Blue) = 145+57+53=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #913935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913935 is #6EC6CA. Grayscale: #525252. Windows color (decimal): -7259851 or 3488145. OLE color: 3488145.
HSL color Cylindrical-coordinate representation of color #913935: hue angle of 2.61º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #913935 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 57 | 53 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.43 |
| HSL | 2.61º | 0.46% | 0.39% | - |
| HSV(B) | 2.61º | 0.63% | 0.57% | - |
| XYZ | 13.78 | 9.2 | 4.42 | - |
| YUV | 82.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 53 | 0 | 0.61 | 0.63 | 0.43 | 2.61 | 0.46 | 0.39 |
| Hex | 91 | 39 | 35 | 0 | 3D | 3F | 2B | 3 | 2E | 27 |
| Octal | 221 | 71 | 65 | 0 | 75 | 77 | 53 | 3 | 56 | 47 |
| Binary | 10010001 | 111001 | 110101 | 0 | 111101 | 111111 | 101011 | 11 | 101110 | 100111 |
Color Harmonies of #913935
Complementary color
Monochromatic Colors of #913935
Black with #913935
Text Example
Text Example
White with #913935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913935; }
p { color: rgb(145,57,53); }
H1.HeaderClassName
{
color: #913935;
}
.AnyTagClassName
{
color: #913935;
}
</style>
background-color css
<style>
a { background-color: #913935; }
a { background-color: rgb(145,57,53); }
div.DivClassName
{
background-color: #913935;
}
.BgClassName
{
background-color: #913935;
}
</style>
border-color css
<style>
span { border-color: #913935; }
span { border-color: rgb(145,57,53); }
td.TdClassName
{
border-color: #913935;
}
.TagClassName
{
border-color: #913935;
}
</style>