Shades of Thunderbird #953C30
Tints of Thunderbird #953C30
RGB
CMYK
RGB Variations
Color information
#953C30 (or 0x953C30) is known color: Thunderbird. HEX triplet: 95, 3C and 30. RGB value is (149,60,48). Sum of RGB (Red+Green+Blue) = 149+60+48=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #953C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C30 is #6AC3CF. Grayscale: #555555. Windows color (decimal): -6996944 or 3161237. OLE color: 3161237.
HSL color Cylindrical-coordinate representation of color #953C30: hue angle of 7.13º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953C30 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 48 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.42 |
| HSL | 7.13º | 0.51% | 0.39% | - |
| HSV(B) | 7.13º | 0.68% | 0.58% | - |
| XYZ | 14.54 | 9.83 | 3.93 | - |
| YUV | 85.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 48 | 0 | 0.60 | 0.68 | 0.42 | 7.13 | 0.51 | 0.39 |
| Hex | 95 | 3C | 30 | 0 | 3C | 44 | 2A | 7 | 33 | 27 |
| Octal | 225 | 74 | 60 | 0 | 74 | 104 | 52 | 7 | 63 | 47 |
| Binary | 10010101 | 111100 | 110000 | 0 | 111100 | 1000100 | 101010 | 111 | 110011 | 100111 |
Color Harmonies of #953C30
Complementary color
Monochromatic Colors of #953C30
Black with #953C30
Text Example
Text Example
White with #953C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C30; }
p { color: rgb(149,60,48); }
H1.HeaderClassName
{
color: #953C30;
}
.AnyTagClassName
{
color: #953C30;
}
</style>
background-color css
<style>
a { background-color: #953C30; }
a { background-color: rgb(149,60,48); }
div.DivClassName
{
background-color: #953C30;
}
.BgClassName
{
background-color: #953C30;
}
</style>
border-color css
<style>
span { border-color: #953C30; }
span { border-color: rgb(149,60,48); }
td.TdClassName
{
border-color: #953C30;
}
.TagClassName
{
border-color: #953C30;
}
</style>