Shades of Tamarillo #732D30
Tints of Tamarillo #732D30
RGB
CMYK
RGB Variations
Color information
#732D30 (or 0x732D30) is known color: Tamarillo. HEX triplet: 73, 2D and 30. RGB value is (115,45,48). Sum of RGB (Red+Green+Blue) = 115+45+48=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #732D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D30 is #8CD2CF. Grayscale: #424242. Windows color (decimal): -9229008 or 3157363. OLE color: 3157363.
HSL color Cylindrical-coordinate representation of color #732D30: hue angle of 357.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D30 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 48 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.55 |
| HSL | 357.43º | 0.44% | 0.31% | - |
| HSV(B) | 357.43º | 0.61% | 0.45% | - |
| XYZ | 8.54 | 5.74 | 3.45 | - |
| YUV | 66.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 48 | 0 | 0.61 | 0.58 | 0.55 | 357.43 | 0.44 | 0.31 |
| Hex | 73 | 2D | 30 | 0 | 3D | 3A | 37 | 165 | 2C | 1F |
| Octal | 163 | 55 | 60 | 0 | 75 | 72 | 67 | 545 | 54 | 37 |
| Binary | 1110011 | 101101 | 110000 | 0 | 111101 | 111010 | 110111 | 101100101 | 101100 | 11111 |
Color Harmonies of #732D30
Complementary color
Monochromatic Colors of #732D30
Black with #732D30
Text Example
Text Example
White with #732D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D30; }
p { color: rgb(115,45,48); }
H1.HeaderClassName
{
color: #732D30;
}
.AnyTagClassName
{
color: #732D30;
}
</style>
background-color css
<style>
a { background-color: #732D30; }
a { background-color: rgb(115,45,48); }
div.DivClassName
{
background-color: #732D30;
}
.BgClassName
{
background-color: #732D30;
}
</style>
border-color css
<style>
span { border-color: #732D30; }
span { border-color: rgb(115,45,48); }
td.TdClassName
{
border-color: #732D30;
}
.TagClassName
{
border-color: #732D30;
}
</style>