Shades of Thunderbird #943434
Tints of Thunderbird #943434
RGB
CMYK
RGB Variations
Color information
#943434 (or 0x943434) is known color: Thunderbird. HEX triplet: 94, 34 and 34. RGB value is (148,52,52). Sum of RGB (Red+Green+Blue) = 148+52+52=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #943434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943434 is #6BCBCB. Grayscale: #505050. Windows color (decimal): -7064524 or 3421332. OLE color: 3421332.
HSL color Cylindrical-coordinate representation of color #943434: hue angle of 0º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943434 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 52 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.42 |
| HSL | 0º | 0.48% | 0.39% | - |
| HSV(B) | 0º | 0.65% | 0.58% | - |
| XYZ | 14.06 | 9 | 4.24 | - |
| YUV | 80.7 | 111.8 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 52 | 0 | 0.65 | 0.65 | 0.42 | 0 | 0.48 | 0.39 |
| Hex | 94 | 34 | 34 | 0 | 41 | 41 | 2A | 0 | 30 | 27 |
| Octal | 224 | 64 | 64 | 0 | 101 | 101 | 52 | 0 | 60 | 47 |
| Binary | 10010100 | 110100 | 110100 | 0 | 1000001 | 1000001 | 101010 | 0 | 110000 | 100111 |
Color Harmonies of #943434
Complementary color
Monochromatic Colors of #943434
Black with #943434
Text Example
Text Example
White with #943434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943434; }
p { color: rgb(148,52,52); }
H1.HeaderClassName
{
color: #943434;
}
.AnyTagClassName
{
color: #943434;
}
</style>
background-color css
<style>
a { background-color: #943434; }
a { background-color: rgb(148,52,52); }
div.DivClassName
{
background-color: #943434;
}
.BgClassName
{
background-color: #943434;
}
</style>
border-color css
<style>
span { border-color: #943434; }
span { border-color: rgb(148,52,52); }
td.TdClassName
{
border-color: #943434;
}
.TagClassName
{
border-color: #943434;
}
</style>