Shades of Thunderbird #963C2F
Tints of Thunderbird #963C2F
RGB
CMYK
RGB Variations
Color information
#963C2F (or 0x963C2F) is known color: Thunderbird. HEX triplet: 96, 3C and 2F. RGB value is (150,60,47). Sum of RGB (Red+Green+Blue) = 150+60+47=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #963C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963C2F is #69C3D0. Grayscale: #555555. Windows color (decimal): -6931409 or 3095702. OLE color: 3095702.
HSL color Cylindrical-coordinate representation of color #963C2F: hue angle of 7.57º 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 #963C2F is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 47 | - |
| CMYK | 0 | 0.6 | 0.69 | 0.41 |
| HSL | 7.57º | 0.52% | 0.39% | - |
| HSV(B) | 7.57º | 0.69% | 0.59% | - |
| XYZ | 14.71 | 9.92 | 3.83 | - |
| YUV | 85.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 47 | 0 | 0.6 | 0.69 | 0.41 | 7.57 | 0.52 | 0.39 |
| Hex | 96 | 3C | 2F | 0 | 3C | 45 | 29 | 8 | 34 | 27 |
| Octal | 226 | 74 | 57 | 0 | 74 | 105 | 51 | 10 | 64 | 47 |
| Binary | 10010110 | 111100 | 101111 | 0 | 111100 | 1000101 | 101001 | 1000 | 110100 | 100111 |
Color Harmonies of #963C2F
Complementary color
Monochromatic Colors of #963C2F
Black with #963C2F
Text Example
Text Example
White with #963C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C2F; }
p { color: rgb(150,60,47); }
H1.HeaderClassName
{
color: #963C2F;
}
.AnyTagClassName
{
color: #963C2F;
}
</style>
background-color css
<style>
a { background-color: #963C2F; }
a { background-color: rgb(150,60,47); }
div.DivClassName
{
background-color: #963C2F;
}
.BgClassName
{
background-color: #963C2F;
}
</style>
border-color css
<style>
span { border-color: #963C2F; }
span { border-color: rgb(150,60,47); }
td.TdClassName
{
border-color: #963C2F;
}
.TagClassName
{
border-color: #963C2F;
}
</style>