Shades of Thunderbird #993D34
Tints of Thunderbird #993D34
RGB
CMYK
RGB Variations
Color information
#993D34 (or 0x993D34) is known color: Thunderbird. HEX triplet: 99, 3D and 34. RGB value is (153,61,52). Sum of RGB (Red+Green+Blue) = 153+61+52=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #993D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D34 is #66C2CB. Grayscale: #575757. Windows color (decimal): -6734540 or 3423641. OLE color: 3423641.
HSL color Cylindrical-coordinate representation of color #993D34: hue angle of 5.35º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993D34 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 52 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.4 |
| HSL | 5.35º | 0.49% | 0.4% | - |
| HSV(B) | 5.35º | 0.66% | 0.6% | - |
| XYZ | 15.43 | 10.36 | 4.44 | - |
| YUV | 87.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 52 | 0 | 0.60 | 0.66 | 0.4 | 5.35 | 0.49 | 0.4 |
| Hex | 99 | 3D | 34 | 0 | 3C | 42 | 28 | 5 | 31 | 28 |
| Octal | 231 | 75 | 64 | 0 | 74 | 102 | 50 | 5 | 61 | 50 |
| Binary | 10011001 | 111101 | 110100 | 0 | 111100 | 1000010 | 101000 | 101 | 110001 | 101000 |
Color Harmonies of #993D34
Complementary color
Monochromatic Colors of #993D34
Black with #993D34
Text Example
Text Example
White with #993D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D34; }
p { color: rgb(153,61,52); }
H1.HeaderClassName
{
color: #993D34;
}
.AnyTagClassName
{
color: #993D34;
}
</style>
background-color css
<style>
a { background-color: #993D34; }
a { background-color: rgb(153,61,52); }
div.DivClassName
{
background-color: #993D34;
}
.BgClassName
{
background-color: #993D34;
}
</style>
border-color css
<style>
span { border-color: #993D34; }
span { border-color: rgb(153,61,52); }
td.TdClassName
{
border-color: #993D34;
}
.TagClassName
{
border-color: #993D34;
}
</style>