Shades of Thunderbird #993C33
Tints of Thunderbird #993C33
RGB
CMYK
RGB Variations
Color information
#993C33 (or 0x993C33) is known color: Thunderbird. HEX triplet: 99, 3C and 33. RGB value is (153,60,51). Sum of RGB (Red+Green+Blue) = 153+60+51=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #993C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C33 is #66C3CC. Grayscale: #565656. Windows color (decimal): -6734797 or 3357849. OLE color: 3357849.
HSL color Cylindrical-coordinate representation of color #993C33: hue angle of 5.29º 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 #993C33 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 51 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.4 |
| HSL | 5.29º | 0.5% | 0.4% | - |
| HSV(B) | 5.29º | 0.67% | 0.6% | - |
| XYZ | 15.35 | 10.24 | 4.3 | - |
| YUV | 86.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 51 | 0 | 0.61 | 0.67 | 0.4 | 5.29 | 0.5 | 0.4 |
| Hex | 99 | 3C | 33 | 0 | 3D | 43 | 28 | 5 | 32 | 28 |
| Octal | 231 | 74 | 63 | 0 | 75 | 103 | 50 | 5 | 62 | 50 |
| Binary | 10011001 | 111100 | 110011 | 0 | 111101 | 1000011 | 101000 | 101 | 110010 | 101000 |
Color Harmonies of #993C33
Complementary color
Monochromatic Colors of #993C33
Black with #993C33
Text Example
Text Example
White with #993C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C33; }
p { color: rgb(153,60,51); }
H1.HeaderClassName
{
color: #993C33;
}
.AnyTagClassName
{
color: #993C33;
}
</style>
background-color css
<style>
a { background-color: #993C33; }
a { background-color: rgb(153,60,51); }
div.DivClassName
{
background-color: #993C33;
}
.BgClassName
{
background-color: #993C33;
}
</style>
border-color css
<style>
span { border-color: #993C33; }
span { border-color: rgb(153,60,51); }
td.TdClassName
{
border-color: #993C33;
}
.TagClassName
{
border-color: #993C33;
}
</style>