Shades of Thunderbird #953C36
Tints of Thunderbird #953C36
RGB
CMYK
RGB Variations
Color information
#953C36 (or 0x953C36) is known color: Thunderbird. HEX triplet: 95, 3C and 36. RGB value is (149,60,54). Sum of RGB (Red+Green+Blue) = 149+60+54=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #953C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C36 is #6AC3C9. Grayscale: #565656. Windows color (decimal): -6996938 or 3554453. OLE color: 3554453.
HSL color Cylindrical-coordinate representation of color #953C36: hue angle of 3.79º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953C36 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 54 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.42 |
| HSL | 3.79º | 0.47% | 0.4% | - |
| HSV(B) | 3.79º | 0.64% | 0.58% | - |
| XYZ | 14.68 | 9.89 | 4.63 | - |
| YUV | 85.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 54 | 0 | 0.60 | 0.64 | 0.42 | 3.79 | 0.47 | 0.4 |
| Hex | 95 | 3C | 36 | 0 | 3C | 40 | 2A | 4 | 2F | 28 |
| Octal | 225 | 74 | 66 | 0 | 74 | 100 | 52 | 4 | 57 | 50 |
| Binary | 10010101 | 111100 | 110110 | 0 | 111100 | 1000000 | 101010 | 100 | 101111 | 101000 |
Color Harmonies of #953C36
Complementary color
Monochromatic Colors of #953C36
Black with #953C36
Text Example
Text Example
White with #953C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C36; }
p { color: rgb(149,60,54); }
H1.HeaderClassName
{
color: #953C36;
}
.AnyTagClassName
{
color: #953C36;
}
</style>
background-color css
<style>
a { background-color: #953C36; }
a { background-color: rgb(149,60,54); }
div.DivClassName
{
background-color: #953C36;
}
.BgClassName
{
background-color: #953C36;
}
</style>
border-color css
<style>
span { border-color: #953C36; }
span { border-color: rgb(149,60,54); }
td.TdClassName
{
border-color: #953C36;
}
.TagClassName
{
border-color: #953C36;
}
</style>