Shades of Thunderbird #993B34
Tints of Thunderbird #993B34
RGB
CMYK
RGB Variations
Color information
#993B34 (or 0x993B34) is known color: Thunderbird. HEX triplet: 99, 3B and 34. RGB value is (153,59,52). Sum of RGB (Red+Green+Blue) = 153+59+52=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #993B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B34 is #66C4CB. Grayscale: #565656. Windows color (decimal): -6735052 or 3423129. OLE color: 3423129.
HSL color Cylindrical-coordinate representation of color #993B34: hue angle of 4.16º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993B34 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 52 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.4 |
| HSL | 4.16º | 0.49% | 0.4% | - |
| HSV(B) | 4.16º | 0.66% | 0.6% | - |
| XYZ | 15.32 | 10.15 | 4.4 | - |
| YUV | 86.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 52 | 0 | 0.61 | 0.66 | 0.4 | 4.16 | 0.49 | 0.4 |
| Hex | 99 | 3B | 34 | 0 | 3D | 42 | 28 | 4 | 31 | 28 |
| Octal | 231 | 73 | 64 | 0 | 75 | 102 | 50 | 4 | 61 | 50 |
| Binary | 10011001 | 111011 | 110100 | 0 | 111101 | 1000010 | 101000 | 100 | 110001 | 101000 |
Color Harmonies of #993B34
Complementary color
Monochromatic Colors of #993B34
Black with #993B34
Text Example
Text Example
White with #993B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B34; }
p { color: rgb(153,59,52); }
H1.HeaderClassName
{
color: #993B34;
}
.AnyTagClassName
{
color: #993B34;
}
</style>
background-color css
<style>
a { background-color: #993B34; }
a { background-color: rgb(153,59,52); }
div.DivClassName
{
background-color: #993B34;
}
.BgClassName
{
background-color: #993B34;
}
</style>
border-color css
<style>
span { border-color: #993B34; }
span { border-color: rgb(153,59,52); }
td.TdClassName
{
border-color: #993B34;
}
.TagClassName
{
border-color: #993B34;
}
</style>