Shades of Thunderbird #953A31
Tints of Thunderbird #953A31
RGB
CMYK
RGB Variations
Color information
#953A31 (or 0x953A31) is known color: Thunderbird. HEX triplet: 95, 3A and 31. RGB value is (149,58,49). Sum of RGB (Red+Green+Blue) = 149+58+49=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A31 is #6AC5CE. Grayscale: #545454. Windows color (decimal): -6997455 or 3226261. OLE color: 3226261.
HSL color Cylindrical-coordinate representation of color #953A31: hue angle of 5.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953A31 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 49 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.42 |
| HSL | 5.4º | 0.51% | 0.39% | - |
| HSV(B) | 5.4º | 0.67% | 0.58% | - |
| XYZ | 14.46 | 9.64 | 4 | - |
| YUV | 84.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 49 | 0 | 0.61 | 0.67 | 0.42 | 5.4 | 0.51 | 0.39 |
| Hex | 95 | 3A | 31 | 0 | 3D | 43 | 2A | 5 | 33 | 27 |
| Octal | 225 | 72 | 61 | 0 | 75 | 103 | 52 | 5 | 63 | 47 |
| Binary | 10010101 | 111010 | 110001 | 0 | 111101 | 1000011 | 101010 | 101 | 110011 | 100111 |
Color Harmonies of #953A31
Complementary color
Monochromatic Colors of #953A31
Black with #953A31
Text Example
Text Example
White with #953A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A31; }
p { color: rgb(149,58,49); }
H1.HeaderClassName
{
color: #953A31;
}
.AnyTagClassName
{
color: #953A31;
}
</style>
background-color css
<style>
a { background-color: #953A31; }
a { background-color: rgb(149,58,49); }
div.DivClassName
{
background-color: #953A31;
}
.BgClassName
{
background-color: #953A31;
}
</style>
border-color css
<style>
span { border-color: #953A31; }
span { border-color: rgb(149,58,49); }
td.TdClassName
{
border-color: #953A31;
}
.TagClassName
{
border-color: #953A31;
}
</style>