Shades of Thunderbird #933429
Tints of Thunderbird #933429
RGB
CMYK
RGB Variations
Color information
#933429 (or 0x933429) is known color: Thunderbird. HEX triplet: 93, 34 and 29. RGB value is (147,52,41). Sum of RGB (Red+Green+Blue) = 147+52+41=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #933429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933429 is #6CCBD6. Grayscale: #4F4F4F. Windows color (decimal): -7130071 or 2700435. OLE color: 2700435.
HSL color Cylindrical-coordinate representation of color #933429: hue angle of 6.23º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #933429 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 52 | 41 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.42 |
| HSL | 6.23º | 0.56% | 0.37% | - |
| HSV(B) | 6.23º | 0.72% | 0.58% | - |
| XYZ | 13.66 | 8.82 | 3.08 | - |
| YUV | 79.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 41 | 0 | 0.65 | 0.72 | 0.42 | 6.23 | 0.56 | 0.37 |
| Hex | 93 | 34 | 29 | 0 | 41 | 48 | 2A | 6 | 38 | 25 |
| Octal | 223 | 64 | 51 | 0 | 101 | 110 | 52 | 6 | 70 | 45 |
| Binary | 10010011 | 110100 | 101001 | 0 | 1000001 | 1001000 | 101010 | 110 | 111000 | 100101 |
Color Harmonies of #933429
Complementary color
Monochromatic Colors of #933429
Black with #933429
Text Example
Text Example
White with #933429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933429; }
p { color: rgb(147,52,41); }
H1.HeaderClassName
{
color: #933429;
}
.AnyTagClassName
{
color: #933429;
}
</style>
background-color css
<style>
a { background-color: #933429; }
a { background-color: rgb(147,52,41); }
div.DivClassName
{
background-color: #933429;
}
.BgClassName
{
background-color: #933429;
}
</style>
border-color css
<style>
span { border-color: #933429; }
span { border-color: rgb(147,52,41); }
td.TdClassName
{
border-color: #933429;
}
.TagClassName
{
border-color: #933429;
}
</style>