Shades of Thunderbird #973427
Tints of Thunderbird #973427
RGB
CMYK
RGB Variations
Color information
#973427 (or 0x973427) is known color: Thunderbird. HEX triplet: 97, 34 and 27. RGB value is (151,52,39). Sum of RGB (Red+Green+Blue) = 151+52+39=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #973427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973427 is #68CBD8. Grayscale: #505050. Windows color (decimal): -6867929 or 2569367. OLE color: 2569367.
HSL color Cylindrical-coordinate representation of color #973427: hue angle of 6.96º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973427 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 52 | 39 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.41 |
| HSL | 6.96º | 0.59% | 0.37% | - |
| HSV(B) | 6.96º | 0.74% | 0.59% | - |
| XYZ | 14.36 | 9.18 | 2.94 | - |
| YUV | 80.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 52 | 39 | 0 | 0.66 | 0.74 | 0.41 | 6.96 | 0.59 | 0.37 |
| Hex | 97 | 34 | 27 | 0 | 42 | 4A | 29 | 7 | 3B | 25 |
| Octal | 227 | 64 | 47 | 0 | 102 | 112 | 51 | 7 | 73 | 45 |
| Binary | 10010111 | 110100 | 100111 | 0 | 1000010 | 1001010 | 101001 | 111 | 111011 | 100101 |
Color Harmonies of #973427
Complementary color
Monochromatic Colors of #973427
Black with #973427
Text Example
Text Example
White with #973427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973427; }
p { color: rgb(151,52,39); }
H1.HeaderClassName
{
color: #973427;
}
.AnyTagClassName
{
color: #973427;
}
</style>
background-color css
<style>
a { background-color: #973427; }
a { background-color: rgb(151,52,39); }
div.DivClassName
{
background-color: #973427;
}
.BgClassName
{
background-color: #973427;
}
</style>
border-color css
<style>
span { border-color: #973427; }
span { border-color: rgb(151,52,39); }
td.TdClassName
{
border-color: #973427;
}
.TagClassName
{
border-color: #973427;
}
</style>