Shades of Thunderbird #8C3430
Tints of Thunderbird #8C3430
RGB
CMYK
RGB Variations
Color information
#8C3430 (or 0x8C3430) is known color: Thunderbird. HEX triplet: 8C, 34 and 30. RGB value is (140,52,48). Sum of RGB (Red+Green+Blue) = 140+52+48=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3430 is #73CBCF. Grayscale: #4D4D4D. Windows color (decimal): -7588816 or 3159180. OLE color: 3159180.
HSL color Cylindrical-coordinate representation of color #8C3430: hue angle of 2.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C3430 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 48 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.45 |
| HSL | 2.61º | 0.49% | 0.37% | - |
| HSV(B) | 2.61º | 0.66% | 0.55% | - |
| XYZ | 12.58 | 8.24 | 3.72 | - |
| YUV | 77.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 48 | 0 | 0.63 | 0.66 | 0.45 | 2.61 | 0.49 | 0.37 |
| Hex | 8C | 34 | 30 | 0 | 3F | 42 | 2D | 3 | 31 | 25 |
| Octal | 214 | 64 | 60 | 0 | 77 | 102 | 55 | 3 | 61 | 45 |
| Binary | 10001100 | 110100 | 110000 | 0 | 111111 | 1000010 | 101101 | 11 | 110001 | 100101 |
Color Harmonies of #8C3430
Complementary color
Monochromatic Colors of #8C3430
Black with #8C3430
Text Example
Text Example
White with #8C3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3430; }
p { color: rgb(140,52,48); }
H1.HeaderClassName
{
color: #8C3430;
}
.AnyTagClassName
{
color: #8C3430;
}
</style>
background-color css
<style>
a { background-color: #8C3430; }
a { background-color: rgb(140,52,48); }
div.DivClassName
{
background-color: #8C3430;
}
.BgClassName
{
background-color: #8C3430;
}
</style>
border-color css
<style>
span { border-color: #8C3430; }
span { border-color: rgb(140,52,48); }
td.TdClassName
{
border-color: #8C3430;
}
.TagClassName
{
border-color: #8C3430;
}
</style>