Shades of Thunderbird #993933
Tints of Thunderbird #993933
RGB
CMYK
RGB Variations
Color information
#993933 (or 0x993933) is known color: Thunderbird. HEX triplet: 99, 39 and 33. RGB value is (153,57,51). Sum of RGB (Red+Green+Blue) = 153+57+51=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #993933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993933 is #66C6CC. Grayscale: #555555. Windows color (decimal): -6735565 or 3357081. OLE color: 3357081.
HSL color Cylindrical-coordinate representation of color #993933: hue angle of 3.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993933 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 51 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.4 |
| HSL | 3.53º | 0.5% | 0.4% | - |
| HSV(B) | 3.53º | 0.67% | 0.6% | - |
| XYZ | 15.2 | 9.94 | 4.25 | - |
| YUV | 85.02 | 108.8 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 51 | 0 | 0.63 | 0.67 | 0.4 | 3.53 | 0.5 | 0.4 |
| Hex | 99 | 39 | 33 | 0 | 3F | 43 | 28 | 4 | 32 | 28 |
| Octal | 231 | 71 | 63 | 0 | 77 | 103 | 50 | 4 | 62 | 50 |
| Binary | 10011001 | 111001 | 110011 | 0 | 111111 | 1000011 | 101000 | 100 | 110010 | 101000 |
Color Harmonies of #993933
Complementary color
Monochromatic Colors of #993933
Black with #993933
Text Example
Text Example
White with #993933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993933; }
p { color: rgb(153,57,51); }
H1.HeaderClassName
{
color: #993933;
}
.AnyTagClassName
{
color: #993933;
}
</style>
background-color css
<style>
a { background-color: #993933; }
a { background-color: rgb(153,57,51); }
div.DivClassName
{
background-color: #993933;
}
.BgClassName
{
background-color: #993933;
}
</style>
border-color css
<style>
span { border-color: #993933; }
span { border-color: rgb(153,57,51); }
td.TdClassName
{
border-color: #993933;
}
.TagClassName
{
border-color: #993933;
}
</style>