Shades of Thunderbird #923737
Tints of Thunderbird #923737
RGB
CMYK
RGB Variations
Color information
#923737 (or 0x923737) is known color: Thunderbird. HEX triplet: 92, 37 and 37. RGB value is (146,55,55). Sum of RGB (Red+Green+Blue) = 146+55+55=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #923737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923737 is #6DC8C8. Grayscale: #525252. Windows color (decimal): -7194825 or 3618706. OLE color: 3618706.
HSL color Cylindrical-coordinate representation of color #923737: hue angle of 0º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #923737 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 55 | 55 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.43 |
| HSL | 0º | 0.45% | 0.39% | - |
| HSV(B) | 0º | 0.62% | 0.57% | - |
| XYZ | 13.91 | 9.12 | 4.64 | - |
| YUV | 82.21 | 112.65 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 55 | 0 | 0.62 | 0.62 | 0.43 | 0 | 0.45 | 0.39 |
| Hex | 92 | 37 | 37 | 0 | 3E | 3E | 2B | 0 | 2D | 27 |
| Octal | 222 | 67 | 67 | 0 | 76 | 76 | 53 | 0 | 55 | 47 |
| Binary | 10010010 | 110111 | 110111 | 0 | 111110 | 111110 | 101011 | 0 | 101101 | 100111 |
Color Harmonies of #923737
Complementary color
Monochromatic Colors of #923737
Black with #923737
Text Example
Text Example
White with #923737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923737; }
p { color: rgb(146,55,55); }
H1.HeaderClassName
{
color: #923737;
}
.AnyTagClassName
{
color: #923737;
}
</style>
background-color css
<style>
a { background-color: #923737; }
a { background-color: rgb(146,55,55); }
div.DivClassName
{
background-color: #923737;
}
.BgClassName
{
background-color: #923737;
}
</style>
border-color css
<style>
span { border-color: #923737; }
span { border-color: rgb(146,55,55); }
td.TdClassName
{
border-color: #923737;
}
.TagClassName
{
border-color: #923737;
}
</style>