Shades of Thunderbird #953C31
Tints of Thunderbird #953C31
RGB
CMYK
RGB Variations
Color information
#953C31 (or 0x953C31) is known color: Thunderbird. HEX triplet: 95, 3C and 31. RGB value is (149,60,49). Sum of RGB (Red+Green+Blue) = 149+60+49=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #953C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C31 is #6AC3CE. Grayscale: #555555. Windows color (decimal): -6996943 or 3226773. OLE color: 3226773.
HSL color Cylindrical-coordinate representation of color #953C31: hue angle of 6.6º 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 #953C31 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 49 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.42 |
| HSL | 6.6º | 0.51% | 0.39% | - |
| HSV(B) | 6.6º | 0.67% | 0.58% | - |
| XYZ | 14.56 | 9.84 | 4.04 | - |
| YUV | 85.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 49 | 0 | 0.60 | 0.67 | 0.42 | 6.6 | 0.51 | 0.39 |
| Hex | 95 | 3C | 31 | 0 | 3C | 43 | 2A | 7 | 33 | 27 |
| Octal | 225 | 74 | 61 | 0 | 74 | 103 | 52 | 7 | 63 | 47 |
| Binary | 10010101 | 111100 | 110001 | 0 | 111100 | 1000011 | 101010 | 111 | 110011 | 100111 |
Color Harmonies of #953C31
Complementary color
Monochromatic Colors of #953C31
Black with #953C31
Text Example
Text Example
White with #953C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C31; }
p { color: rgb(149,60,49); }
H1.HeaderClassName
{
color: #953C31;
}
.AnyTagClassName
{
color: #953C31;
}
</style>
background-color css
<style>
a { background-color: #953C31; }
a { background-color: rgb(149,60,49); }
div.DivClassName
{
background-color: #953C31;
}
.BgClassName
{
background-color: #953C31;
}
</style>
border-color css
<style>
span { border-color: #953C31; }
span { border-color: rgb(149,60,49); }
td.TdClassName
{
border-color: #953C31;
}
.TagClassName
{
border-color: #953C31;
}
</style>