Shades of Thunderbird #953F35
Tints of Thunderbird #953F35
RGB
CMYK
RGB Variations
Color information
#953F35 (or 0x953F35) is known color: Thunderbird. HEX triplet: 95, 3F and 35. RGB value is (149,63,53). Sum of RGB (Red+Green+Blue) = 149+63+53=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #953F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F35 is #6AC0CA. Grayscale: #575757. Windows color (decimal): -6996171 or 3489685. OLE color: 3489685.
HSL color Cylindrical-coordinate representation of color #953F35: hue angle of 6.25º degrees, saturation: 0.48, 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 #953F35 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 53 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.42 |
| HSL | 6.25º | 0.48% | 0.4% | - |
| HSV(B) | 6.25º | 0.64% | 0.58% | - |
| XYZ | 14.81 | 10.2 | 4.56 | - |
| YUV | 87.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 53 | 0 | 0.58 | 0.64 | 0.42 | 6.25 | 0.48 | 0.4 |
| Hex | 95 | 3F | 35 | 0 | 3A | 40 | 2A | 6 | 30 | 28 |
| Octal | 225 | 77 | 65 | 0 | 72 | 100 | 52 | 6 | 60 | 50 |
| Binary | 10010101 | 111111 | 110101 | 0 | 111010 | 1000000 | 101010 | 110 | 110000 | 101000 |
Color Harmonies of #953F35
Complementary color
Monochromatic Colors of #953F35
Black with #953F35
Text Example
Text Example
White with #953F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F35; }
p { color: rgb(149,63,53); }
H1.HeaderClassName
{
color: #953F35;
}
.AnyTagClassName
{
color: #953F35;
}
</style>
background-color css
<style>
a { background-color: #953F35; }
a { background-color: rgb(149,63,53); }
div.DivClassName
{
background-color: #953F35;
}
.BgClassName
{
background-color: #953F35;
}
</style>
border-color css
<style>
span { border-color: #953F35; }
span { border-color: rgb(149,63,53); }
td.TdClassName
{
border-color: #953F35;
}
.TagClassName
{
border-color: #953F35;
}
</style>