Shades of Thunderbird #953C35
Tints of Thunderbird #953C35
RGB
CMYK
RGB Variations
Color information
#953C35 (or 0x953C35) is known color: Thunderbird. HEX triplet: 95, 3C and 35. RGB value is (149,60,53). Sum of RGB (Red+Green+Blue) = 149+60+53=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #953C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C35 is #6AC3CA. Grayscale: #555555. Windows color (decimal): -6996939 or 3488917. OLE color: 3488917.
HSL color Cylindrical-coordinate representation of color #953C35: hue angle of 4.38º 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 #953C35 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 53 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.42 |
| HSL | 4.38º | 0.48% | 0.4% | - |
| HSV(B) | 4.38º | 0.64% | 0.58% | - |
| XYZ | 14.65 | 9.88 | 4.5 | - |
| YUV | 85.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 53 | 0 | 0.60 | 0.64 | 0.42 | 4.38 | 0.48 | 0.4 |
| Hex | 95 | 3C | 35 | 0 | 3C | 40 | 2A | 4 | 30 | 28 |
| Octal | 225 | 74 | 65 | 0 | 74 | 100 | 52 | 4 | 60 | 50 |
| Binary | 10010101 | 111100 | 110101 | 0 | 111100 | 1000000 | 101010 | 100 | 110000 | 101000 |
Color Harmonies of #953C35
Complementary color
Monochromatic Colors of #953C35
Black with #953C35
Text Example
Text Example
White with #953C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C35; }
p { color: rgb(149,60,53); }
H1.HeaderClassName
{
color: #953C35;
}
.AnyTagClassName
{
color: #953C35;
}
</style>
background-color css
<style>
a { background-color: #953C35; }
a { background-color: rgb(149,60,53); }
div.DivClassName
{
background-color: #953C35;
}
.BgClassName
{
background-color: #953C35;
}
</style>
border-color css
<style>
span { border-color: #953C35; }
span { border-color: rgb(149,60,53); }
td.TdClassName
{
border-color: #953C35;
}
.TagClassName
{
border-color: #953C35;
}
</style>