Shades of Thunderbird #953A2D
Tints of Thunderbird #953A2D
RGB
CMYK
RGB Variations
Color information
#953A2D (or 0x953A2D) is known color: Thunderbird. HEX triplet: 95, 3A and 2D. RGB value is (149,58,45). Sum of RGB (Red+Green+Blue) = 149+58+45=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A2D is #6AC5D2. Grayscale: #535353. Windows color (decimal): -6997459 or 2964117. OLE color: 2964117.
HSL color Cylindrical-coordinate representation of color #953A2D: hue angle of 7.5º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #953A2D is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 45 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.42 |
| HSL | 7.5º | 0.54% | 0.38% | - |
| HSV(B) | 7.5º | 0.7% | 0.58% | - |
| XYZ | 14.38 | 9.61 | 3.58 | - |
| YUV | 83.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 45 | 0 | 0.61 | 0.70 | 0.42 | 7.5 | 0.54 | 0.38 |
| Hex | 95 | 3A | 2D | 0 | 3D | 46 | 2A | 8 | 36 | 26 |
| Octal | 225 | 72 | 55 | 0 | 75 | 106 | 52 | 10 | 66 | 46 |
| Binary | 10010101 | 111010 | 101101 | 0 | 111101 | 1000110 | 101010 | 1000 | 110110 | 100110 |
Color Harmonies of #953A2D
Complementary color
Monochromatic Colors of #953A2D
Black with #953A2D
Text Example
Text Example
White with #953A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A2D; }
p { color: rgb(149,58,45); }
H1.HeaderClassName
{
color: #953A2D;
}
.AnyTagClassName
{
color: #953A2D;
}
</style>
background-color css
<style>
a { background-color: #953A2D; }
a { background-color: rgb(149,58,45); }
div.DivClassName
{
background-color: #953A2D;
}
.BgClassName
{
background-color: #953A2D;
}
</style>
border-color css
<style>
span { border-color: #953A2D; }
span { border-color: rgb(149,58,45); }
td.TdClassName
{
border-color: #953A2D;
}
.TagClassName
{
border-color: #953A2D;
}
</style>