Shades of Thunderbird #953430
Tints of Thunderbird #953430
RGB
CMYK
RGB Variations
Color information
#953430 (or 0x953430) is known color: Thunderbird. HEX triplet: 95, 34 and 30. RGB value is (149,52,48). Sum of RGB (Red+Green+Blue) = 149+52+48=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #953430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953430 is #6ACBCF. Grayscale: #505050. Windows color (decimal): -6998992 or 3159189. OLE color: 3159189.
HSL color Cylindrical-coordinate representation of color #953430: hue angle of 2.38º 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 #953430 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 48 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.42 |
| HSL | 2.38º | 0.51% | 0.39% | - |
| HSV(B) | 2.38º | 0.68% | 0.58% | - |
| XYZ | 14.16 | 9.06 | 3.8 | - |
| YUV | 80.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 48 | 0 | 0.65 | 0.68 | 0.42 | 2.38 | 0.51 | 0.39 |
| Hex | 95 | 34 | 30 | 0 | 41 | 44 | 2A | 2 | 33 | 27 |
| Octal | 225 | 64 | 60 | 0 | 101 | 104 | 52 | 2 | 63 | 47 |
| Binary | 10010101 | 110100 | 110000 | 0 | 1000001 | 1000100 | 101010 | 10 | 110011 | 100111 |
Color Harmonies of #953430
Complementary color
Monochromatic Colors of #953430
Black with #953430
Text Example
Text Example
White with #953430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953430; }
p { color: rgb(149,52,48); }
H1.HeaderClassName
{
color: #953430;
}
.AnyTagClassName
{
color: #953430;
}
</style>
background-color css
<style>
a { background-color: #953430; }
a { background-color: rgb(149,52,48); }
div.DivClassName
{
background-color: #953430;
}
.BgClassName
{
background-color: #953430;
}
</style>
border-color css
<style>
span { border-color: #953430; }
span { border-color: rgb(149,52,48); }
td.TdClassName
{
border-color: #953430;
}
.TagClassName
{
border-color: #953430;
}
</style>