Shades of Thunderbird #913A34
Tints of Thunderbird #913A34
RGB
CMYK
RGB Variations
Color information
#913A34 (or 0x913A34) is known color: Thunderbird. HEX triplet: 91, 3A and 34. RGB value is (145,58,52). Sum of RGB (Red+Green+Blue) = 145+58+52=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #913A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A34 is #6EC5CB. Grayscale: #535353. Windows color (decimal): -7259596 or 3422865. OLE color: 3422865.
HSL color Cylindrical-coordinate representation of color #913A34: hue angle of 3.87º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #913A34 is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 52 | - |
| CMYK | 0 | 0.6 | 0.64 | 0.43 |
| HSL | 3.87º | 0.47% | 0.39% | - |
| HSV(B) | 3.87º | 0.64% | 0.57% | - |
| XYZ | 13.81 | 9.29 | 4.31 | - |
| YUV | 83.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 52 | 0 | 0.6 | 0.64 | 0.43 | 3.87 | 0.47 | 0.39 |
| Hex | 91 | 3A | 34 | 0 | 3C | 40 | 2B | 4 | 2F | 27 |
| Octal | 221 | 72 | 64 | 0 | 74 | 100 | 53 | 4 | 57 | 47 |
| Binary | 10010001 | 111010 | 110100 | 0 | 111100 | 1000000 | 101011 | 100 | 101111 | 100111 |
Color Harmonies of #913A34
Complementary color
Monochromatic Colors of #913A34
Black with #913A34
Text Example
Text Example
White with #913A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A34; }
p { color: rgb(145,58,52); }
H1.HeaderClassName
{
color: #913A34;
}
.AnyTagClassName
{
color: #913A34;
}
</style>
background-color css
<style>
a { background-color: #913A34; }
a { background-color: rgb(145,58,52); }
div.DivClassName
{
background-color: #913A34;
}
.BgClassName
{
background-color: #913A34;
}
</style>
border-color css
<style>
span { border-color: #913A34; }
span { border-color: rgb(145,58,52); }
td.TdClassName
{
border-color: #913A34;
}
.TagClassName
{
border-color: #913A34;
}
</style>