Shades of Thunderbird #953B30
Tints of Thunderbird #953B30
RGB
CMYK
RGB Variations
Color information
#953B30 (or 0x953B30) is known color: Thunderbird. HEX triplet: 95, 3B and 30. RGB value is (149,59,48). Sum of RGB (Red+Green+Blue) = 149+59+48=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B30 is #6AC4CF. Grayscale: #545454. Windows color (decimal): -6997200 or 3160981. OLE color: 3160981.
HSL color Cylindrical-coordinate representation of color #953B30: hue angle of 6.53º 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 #953B30 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 59 | 48 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.42 |
| HSL | 6.53º | 0.51% | 0.39% | - |
| HSV(B) | 6.53º | 0.68% | 0.58% | - |
| XYZ | 14.49 | 9.73 | 3.91 | - |
| YUV | 84.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 59 | 48 | 0 | 0.60 | 0.68 | 0.42 | 6.53 | 0.51 | 0.39 |
| Hex | 95 | 3B | 30 | 0 | 3C | 44 | 2A | 7 | 33 | 27 |
| Octal | 225 | 73 | 60 | 0 | 74 | 104 | 52 | 7 | 63 | 47 |
| Binary | 10010101 | 111011 | 110000 | 0 | 111100 | 1000100 | 101010 | 111 | 110011 | 100111 |
Color Harmonies of #953B30
Complementary color
Monochromatic Colors of #953B30
Black with #953B30
Text Example
Text Example
White with #953B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953B30; }
p { color: rgb(149,59,48); }
H1.HeaderClassName
{
color: #953B30;
}
.AnyTagClassName
{
color: #953B30;
}
</style>
background-color css
<style>
a { background-color: #953B30; }
a { background-color: rgb(149,59,48); }
div.DivClassName
{
background-color: #953B30;
}
.BgClassName
{
background-color: #953B30;
}
</style>
border-color css
<style>
span { border-color: #953B30; }
span { border-color: rgb(149,59,48); }
td.TdClassName
{
border-color: #953B30;
}
.TagClassName
{
border-color: #953B30;
}
</style>