Shades of Thunderbird #923B30
Tints of Thunderbird #923B30
RGB
CMYK
RGB Variations
Color information
#923B30 (or 0x923B30) is known color: Thunderbird. HEX triplet: 92, 3B and 30. RGB value is (146,59,48). Sum of RGB (Red+Green+Blue) = 146+59+48=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #923B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923B30 is #6DC4CF. Grayscale: #535353. Windows color (decimal): -7193808 or 3160978. OLE color: 3160978.
HSL color Cylindrical-coordinate representation of color #923B30: hue angle of 6.73º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #923B30 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 59 | 48 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.43 |
| HSL | 6.73º | 0.51% | 0.38% | - |
| HSV(B) | 6.73º | 0.67% | 0.57% | - |
| XYZ | 13.95 | 9.45 | 3.89 | - |
| YUV | 83.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 59 | 48 | 0 | 0.60 | 0.67 | 0.43 | 6.73 | 0.51 | 0.38 |
| Hex | 92 | 3B | 30 | 0 | 3C | 43 | 2B | 7 | 33 | 26 |
| Octal | 222 | 73 | 60 | 0 | 74 | 103 | 53 | 7 | 63 | 46 |
| Binary | 10010010 | 111011 | 110000 | 0 | 111100 | 1000011 | 101011 | 111 | 110011 | 100110 |
Color Harmonies of #923B30
Complementary color
Monochromatic Colors of #923B30
Black with #923B30
Text Example
Text Example
White with #923B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923B30; }
p { color: rgb(146,59,48); }
H1.HeaderClassName
{
color: #923B30;
}
.AnyTagClassName
{
color: #923B30;
}
</style>
background-color css
<style>
a { background-color: #923B30; }
a { background-color: rgb(146,59,48); }
div.DivClassName
{
background-color: #923B30;
}
.BgClassName
{
background-color: #923B30;
}
</style>
border-color css
<style>
span { border-color: #923B30; }
span { border-color: rgb(146,59,48); }
td.TdClassName
{
border-color: #923B30;
}
.TagClassName
{
border-color: #923B30;
}
</style>