Shades of Thunderbird #963A2F
Tints of Thunderbird #963A2F
RGB
CMYK
RGB Variations
Color information
#963A2F (or 0x963A2F) is known color: Thunderbird. HEX triplet: 96, 3A and 2F. RGB value is (150,58,47). Sum of RGB (Red+Green+Blue) = 150+58+47=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #963A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A2F is #69C5D0. Grayscale: #545454. Windows color (decimal): -6931921 or 3095190. OLE color: 3095190.
HSL color Cylindrical-coordinate representation of color #963A2F: hue angle of 6.41º 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 #963A2F is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 47 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.41 |
| HSL | 6.41º | 0.52% | 0.39% | - |
| HSV(B) | 6.41º | 0.69% | 0.59% | - |
| XYZ | 14.6 | 9.72 | 3.79 | - |
| YUV | 84.25 | 106.98 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 47 | 0 | 0.61 | 0.69 | 0.41 | 6.41 | 0.52 | 0.39 |
| Hex | 96 | 3A | 2F | 0 | 3D | 45 | 29 | 6 | 34 | 27 |
| Octal | 226 | 72 | 57 | 0 | 75 | 105 | 51 | 6 | 64 | 47 |
| Binary | 10010110 | 111010 | 101111 | 0 | 111101 | 1000101 | 101001 | 110 | 110100 | 100111 |
Color Harmonies of #963A2F
Complementary color
Monochromatic Colors of #963A2F
Black with #963A2F
Text Example
Text Example
White with #963A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A2F; }
p { color: rgb(150,58,47); }
H1.HeaderClassName
{
color: #963A2F;
}
.AnyTagClassName
{
color: #963A2F;
}
</style>
background-color css
<style>
a { background-color: #963A2F; }
a { background-color: rgb(150,58,47); }
div.DivClassName
{
background-color: #963A2F;
}
.BgClassName
{
background-color: #963A2F;
}
</style>
border-color css
<style>
span { border-color: #963A2F; }
span { border-color: rgb(150,58,47); }
td.TdClassName
{
border-color: #963A2F;
}
.TagClassName
{
border-color: #963A2F;
}
</style>