Shades of Thunderbird #923129
Tints of Thunderbird #923129
RGB
CMYK
RGB Variations
Color information
#923129 (or 0x923129) is known color: Thunderbird. HEX triplet: 92, 31 and 29. RGB value is (146,49,41). Sum of RGB (Red+Green+Blue) = 146+49+41=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #923129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923129 is #6DCED6. Grayscale: #4D4D4D. Windows color (decimal): -7196375 or 2699666. OLE color: 2699666.
HSL color Cylindrical-coordinate representation of color #923129: hue angle of 4.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #923129 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 49 | 41 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.43 |
| HSL | 4.57º | 0.56% | 0.37% | - |
| HSV(B) | 4.57º | 0.72% | 0.57% | - |
| XYZ | 13.35 | 8.47 | 3.03 | - |
| YUV | 77.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 41 | 0 | 0.66 | 0.72 | 0.43 | 4.57 | 0.56 | 0.37 |
| Hex | 92 | 31 | 29 | 0 | 42 | 48 | 2B | 5 | 38 | 25 |
| Octal | 222 | 61 | 51 | 0 | 102 | 110 | 53 | 5 | 70 | 45 |
| Binary | 10010010 | 110001 | 101001 | 0 | 1000010 | 1001000 | 101011 | 101 | 111000 | 100101 |
Color Harmonies of #923129
Complementary color
Monochromatic Colors of #923129
Black with #923129
Text Example
Text Example
White with #923129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923129; }
p { color: rgb(146,49,41); }
H1.HeaderClassName
{
color: #923129;
}
.AnyTagClassName
{
color: #923129;
}
</style>
background-color css
<style>
a { background-color: #923129; }
a { background-color: rgb(146,49,41); }
div.DivClassName
{
background-color: #923129;
}
.BgClassName
{
background-color: #923129;
}
</style>
border-color css
<style>
span { border-color: #923129; }
span { border-color: rgb(146,49,41); }
td.TdClassName
{
border-color: #923129;
}
.TagClassName
{
border-color: #923129;
}
</style>