Shades of Thunderbird #9B3D33
Tints of Thunderbird #9B3D33
RGB
CMYK
RGB Variations
Color information
#9B3D33 (or 0x9B3D33) is known color: Thunderbird. HEX triplet: 9B, 3D and 33. RGB value is (155,61,51). Sum of RGB (Red+Green+Blue) = 155+61+51=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D33 is #64C2CC. Grayscale: #585858. Windows color (decimal): -6603469 or 3358107. OLE color: 3358107.
HSL color Cylindrical-coordinate representation of color #9B3D33: hue angle of 5.77º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3D33 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 61 | 51 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.39 |
| HSL | 5.77º | 0.5% | 0.4% | - |
| HSV(B) | 5.77º | 0.67% | 0.61% | - |
| XYZ | 15.78 | 10.55 | 4.34 | - |
| YUV | 87.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 51 | 0 | 0.61 | 0.67 | 0.39 | 5.77 | 0.5 | 0.4 |
| Hex | 9B | 3D | 33 | 0 | 3D | 43 | 27 | 6 | 32 | 28 |
| Octal | 233 | 75 | 63 | 0 | 75 | 103 | 47 | 6 | 62 | 50 |
| Binary | 10011011 | 111101 | 110011 | 0 | 111101 | 1000011 | 100111 | 110 | 110010 | 101000 |
Color Harmonies of #9B3D33
Complementary color
Monochromatic Colors of #9B3D33
Black with #9B3D33
Text Example
Text Example
White with #9B3D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3D33; }
p { color: rgb(155,61,51); }
H1.HeaderClassName
{
color: #9B3D33;
}
.AnyTagClassName
{
color: #9B3D33;
}
</style>
background-color css
<style>
a { background-color: #9B3D33; }
a { background-color: rgb(155,61,51); }
div.DivClassName
{
background-color: #9B3D33;
}
.BgClassName
{
background-color: #9B3D33;
}
</style>
border-color css
<style>
span { border-color: #9B3D33; }
span { border-color: rgb(155,61,51); }
td.TdClassName
{
border-color: #9B3D33;
}
.TagClassName
{
border-color: #9B3D33;
}
</style>