Shades of Thunderbird #95302E
Tints of Thunderbird #95302E
RGB
CMYK
RGB Variations
Color information
#95302E (or 0x95302E) is known color: Thunderbird. HEX triplet: 95, 30 and 2E. RGB value is (149,48,46). Sum of RGB (Red+Green+Blue) = 149+48+46=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95302E is #6ACFD1. Grayscale: #4E4E4E. Windows color (decimal): -7000018 or 3027093. OLE color: 3027093.
HSL color Cylindrical-coordinate representation of color #95302E: hue angle of 1.17º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95302E is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 46 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.42 |
| HSL | 1.17º | 0.53% | 0.38% | - |
| HSV(B) | 1.17º | 0.69% | 0.58% | - |
| XYZ | 13.94 | 8.7 | 3.53 | - |
| YUV | 77.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 46 | 0 | 0.68 | 0.69 | 0.42 | 1.17 | 0.53 | 0.38 |
| Hex | 95 | 30 | 2E | 0 | 44 | 45 | 2A | 1 | 35 | 26 |
| Octal | 225 | 60 | 56 | 0 | 104 | 105 | 52 | 1 | 65 | 46 |
| Binary | 10010101 | 110000 | 101110 | 0 | 1000100 | 1000101 | 101010 | 1 | 110101 | 100110 |
Color Harmonies of #95302E
Complementary color
Monochromatic Colors of #95302E
Black with #95302E
Text Example
Text Example
White with #95302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95302E; }
p { color: rgb(149,48,46); }
H1.HeaderClassName
{
color: #95302E;
}
.AnyTagClassName
{
color: #95302E;
}
</style>
background-color css
<style>
a { background-color: #95302E; }
a { background-color: rgb(149,48,46); }
div.DivClassName
{
background-color: #95302E;
}
.BgClassName
{
background-color: #95302E;
}
</style>
border-color css
<style>
span { border-color: #95302E; }
span { border-color: rgb(149,48,46); }
td.TdClassName
{
border-color: #95302E;
}
.TagClassName
{
border-color: #95302E;
}
</style>