Shades of Thunderbird #96352F
Tints of Thunderbird #96352F
RGB
CMYK
RGB Variations
Color information
#96352F (or 0x96352F) is known color: Thunderbird. HEX triplet: 96, 35 and 2F. RGB value is (150,53,47). Sum of RGB (Red+Green+Blue) = 150+53+47=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96352F is #69CAD0. Grayscale: #515151. Windows color (decimal): -6933201 or 3093910. OLE color: 3093910.
HSL color Cylindrical-coordinate representation of color #96352F: hue angle of 3.5º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96352F is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 47 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.41 |
| HSL | 3.5º | 0.52% | 0.39% | - |
| HSV(B) | 3.5º | 0.69% | 0.59% | - |
| XYZ | 14.36 | 9.24 | 3.71 | - |
| YUV | 81.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 47 | 0 | 0.65 | 0.69 | 0.41 | 3.5 | 0.52 | 0.39 |
| Hex | 96 | 35 | 2F | 0 | 41 | 45 | 29 | 3 | 34 | 27 |
| Octal | 226 | 65 | 57 | 0 | 101 | 105 | 51 | 3 | 64 | 47 |
| Binary | 10010110 | 110101 | 101111 | 0 | 1000001 | 1000101 | 101001 | 11 | 110100 | 100111 |
Color Harmonies of #96352F
Complementary color
Monochromatic Colors of #96352F
Black with #96352F
Text Example
Text Example
White with #96352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96352F; }
p { color: rgb(150,53,47); }
H1.HeaderClassName
{
color: #96352F;
}
.AnyTagClassName
{
color: #96352F;
}
</style>
background-color css
<style>
a { background-color: #96352F; }
a { background-color: rgb(150,53,47); }
div.DivClassName
{
background-color: #96352F;
}
.BgClassName
{
background-color: #96352F;
}
</style>
border-color css
<style>
span { border-color: #96352F; }
span { border-color: rgb(150,53,47); }
td.TdClassName
{
border-color: #96352F;
}
.TagClassName
{
border-color: #96352F;
}
</style>