Shades of Thunderbird #923A2D
Tints of Thunderbird #923A2D
RGB
CMYK
RGB Variations
Color information
#923A2D (or 0x923A2D) is known color: Thunderbird. HEX triplet: 92, 3A and 2D. RGB value is (146,58,45). Sum of RGB (Red+Green+Blue) = 146+58+45=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #923A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923A2D is #6DC5D2. Grayscale: #525252. Windows color (decimal): -7194067 or 2964114. OLE color: 2964114.
HSL color Cylindrical-coordinate representation of color #923A2D: hue angle of 7.72º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #923A2D is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 58 | 45 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.43 |
| HSL | 7.72º | 0.53% | 0.37% | - |
| HSV(B) | 7.72º | 0.69% | 0.57% | - |
| XYZ | 13.84 | 9.33 | 3.55 | - |
| YUV | 82.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 58 | 45 | 0 | 0.60 | 0.69 | 0.43 | 7.72 | 0.53 | 0.37 |
| Hex | 92 | 3A | 2D | 0 | 3C | 45 | 2B | 8 | 35 | 25 |
| Octal | 222 | 72 | 55 | 0 | 74 | 105 | 53 | 10 | 65 | 45 |
| Binary | 10010010 | 111010 | 101101 | 0 | 111100 | 1000101 | 101011 | 1000 | 110101 | 100101 |
Color Harmonies of #923A2D
Complementary color
Monochromatic Colors of #923A2D
Black with #923A2D
Text Example
Text Example
White with #923A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923A2D; }
p { color: rgb(146,58,45); }
H1.HeaderClassName
{
color: #923A2D;
}
.AnyTagClassName
{
color: #923A2D;
}
</style>
background-color css
<style>
a { background-color: #923A2D; }
a { background-color: rgb(146,58,45); }
div.DivClassName
{
background-color: #923A2D;
}
.BgClassName
{
background-color: #923A2D;
}
</style>
border-color css
<style>
span { border-color: #923A2D; }
span { border-color: rgb(146,58,45); }
td.TdClassName
{
border-color: #923A2D;
}
.TagClassName
{
border-color: #923A2D;
}
</style>