Shades of Tamarillo #733032
Tints of Tamarillo #733032
RGB
CMYK
RGB Variations
Color information
#733032 (or 0x733032) is known color: Tamarillo. HEX triplet: 73, 30 and 32. RGB value is (115,48,50). Sum of RGB (Red+Green+Blue) = 115+48+50=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #733032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733032 is #8CCFCD. Grayscale: #444444. Windows color (decimal): -9228238 or 3289203. OLE color: 3289203.
HSL color Cylindrical-coordinate representation of color #733032: hue angle of 358.21º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #733032 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 48 | 50 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.55 |
| HSL | 358.21º | 0.41% | 0.32% | - |
| HSV(B) | 358.21º | 0.58% | 0.45% | - |
| XYZ | 8.7 | 5.99 | 3.71 | - |
| YUV | 68.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 50 | 0 | 0.58 | 0.57 | 0.55 | 358.21 | 0.41 | 0.32 |
| Hex | 73 | 30 | 32 | 0 | 3A | 39 | 37 | 166 | 29 | 20 |
| Octal | 163 | 60 | 62 | 0 | 72 | 71 | 67 | 546 | 51 | 40 |
| Binary | 1110011 | 110000 | 110010 | 0 | 111010 | 111001 | 110111 | 101100110 | 101001 | 100000 |
Color Harmonies of #733032
Complementary color
Monochromatic Colors of #733032
Black with #733032
Text Example
Text Example
White with #733032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733032; }
p { color: rgb(115,48,50); }
H1.HeaderClassName
{
color: #733032;
}
.AnyTagClassName
{
color: #733032;
}
</style>
background-color css
<style>
a { background-color: #733032; }
a { background-color: rgb(115,48,50); }
div.DivClassName
{
background-color: #733032;
}
.BgClassName
{
background-color: #733032;
}
</style>
border-color css
<style>
span { border-color: #733032; }
span { border-color: rgb(115,48,50); }
td.TdClassName
{
border-color: #733032;
}
.TagClassName
{
border-color: #733032;
}
</style>