Shades of Thunderbird #993E33
Tints of Thunderbird #993E33
RGB
CMYK
RGB Variations
Color information
#993E33 (or 0x993E33) is known color: Thunderbird. HEX triplet: 99, 3E and 33. RGB value is (153,62,51). Sum of RGB (Red+Green+Blue) = 153+62+51=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #993E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993E33 is #66C1CC. Grayscale: #585858. Windows color (decimal): -6734285 or 3358361. OLE color: 3358361.
HSL color Cylindrical-coordinate representation of color #993E33: hue angle of 6.47º 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 #993E33 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 62 | 51 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.4 |
| HSL | 6.47º | 0.5% | 0.4% | - |
| HSV(B) | 6.47º | 0.67% | 0.6% | - |
| XYZ | 15.46 | 10.46 | 4.34 | - |
| YUV | 87.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 62 | 51 | 0 | 0.59 | 0.67 | 0.4 | 6.47 | 0.5 | 0.4 |
| Hex | 99 | 3E | 33 | 0 | 3B | 43 | 28 | 6 | 32 | 28 |
| Octal | 231 | 76 | 63 | 0 | 73 | 103 | 50 | 6 | 62 | 50 |
| Binary | 10011001 | 111110 | 110011 | 0 | 111011 | 1000011 | 101000 | 110 | 110010 | 101000 |
Color Harmonies of #993E33
Complementary color
Monochromatic Colors of #993E33
Black with #993E33
Text Example
Text Example
White with #993E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993E33; }
p { color: rgb(153,62,51); }
H1.HeaderClassName
{
color: #993E33;
}
.AnyTagClassName
{
color: #993E33;
}
</style>
background-color css
<style>
a { background-color: #993E33; }
a { background-color: rgb(153,62,51); }
div.DivClassName
{
background-color: #993E33;
}
.BgClassName
{
background-color: #993E33;
}
</style>
border-color css
<style>
span { border-color: #993E33; }
span { border-color: rgb(153,62,51); }
td.TdClassName
{
border-color: #993E33;
}
.TagClassName
{
border-color: #993E33;
}
</style>