Shades of Thunderbird #952E2B
Tints of Thunderbird #952E2B
RGB
CMYK
RGB Variations
Color information
#952E2B (or 0x952E2B) is known color: Thunderbird. HEX triplet: 95, 2E and 2B. RGB value is (149,46,43). Sum of RGB (Red+Green+Blue) = 149+46+43=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #952E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E2B is #6AD1D4. Grayscale: #4C4C4C. Windows color (decimal): -7000533 or 2829973. OLE color: 2829973.
HSL color Cylindrical-coordinate representation of color #952E2B: hue angle of 1.7º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952E2B is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 43 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.42 |
| HSL | 1.7º | 0.55% | 0.38% | - |
| HSV(B) | 1.7º | 0.71% | 0.58% | - |
| XYZ | 13.81 | 8.52 | 3.2 | - |
| YUV | 76.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 43 | 0 | 0.69 | 0.71 | 0.42 | 1.7 | 0.55 | 0.38 |
| Hex | 95 | 2E | 2B | 0 | 45 | 47 | 2A | 2 | 37 | 26 |
| Octal | 225 | 56 | 53 | 0 | 105 | 107 | 52 | 2 | 67 | 46 |
| Binary | 10010101 | 101110 | 101011 | 0 | 1000101 | 1000111 | 101010 | 10 | 110111 | 100110 |
Color Harmonies of #952E2B
Complementary color
Monochromatic Colors of #952E2B
Black with #952E2B
Text Example
Text Example
White with #952E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E2B; }
p { color: rgb(149,46,43); }
H1.HeaderClassName
{
color: #952E2B;
}
.AnyTagClassName
{
color: #952E2B;
}
</style>
background-color css
<style>
a { background-color: #952E2B; }
a { background-color: rgb(149,46,43); }
div.DivClassName
{
background-color: #952E2B;
}
.BgClassName
{
background-color: #952E2B;
}
</style>
border-color css
<style>
span { border-color: #952E2B; }
span { border-color: rgb(149,46,43); }
td.TdClassName
{
border-color: #952E2B;
}
.TagClassName
{
border-color: #952E2B;
}
</style>