Shades of Tamarillo #732C34
Tints of Tamarillo #732C34
RGB
CMYK
RGB Variations
Color information
#732C34 (or 0x732C34) is known color: Tamarillo. HEX triplet: 73, 2C and 34. RGB value is (115,44,52). Sum of RGB (Red+Green+Blue) = 115+44+52=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #732C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C34 is #8CD3CB. Grayscale: #424242. Windows color (decimal): -9229260 or 3419251. OLE color: 3419251.
HSL color Cylindrical-coordinate representation of color #732C34: hue angle of 353.24º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #732C34 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 52 | - |
| CMYK | 0 | 0.62 | 0.55 | 0.55 |
| HSL | 353.24º | 0.45% | 0.31% | - |
| HSV(B) | 353.24º | 0.62% | 0.45% | - |
| XYZ | 8.59 | 5.69 | 3.9 | - |
| YUV | 66.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 52 | 0 | 0.62 | 0.55 | 0.55 | 353.24 | 0.45 | 0.31 |
| Hex | 73 | 2C | 34 | 0 | 3E | 37 | 37 | 161 | 2D | 1F |
| Octal | 163 | 54 | 64 | 0 | 76 | 67 | 67 | 541 | 55 | 37 |
| Binary | 1110011 | 101100 | 110100 | 0 | 111110 | 110111 | 110111 | 101100001 | 101101 | 11111 |
Color Harmonies of #732C34
Complementary color
Monochromatic Colors of #732C34
Black with #732C34
Text Example
Text Example
White with #732C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C34; }
p { color: rgb(115,44,52); }
H1.HeaderClassName
{
color: #732C34;
}
.AnyTagClassName
{
color: #732C34;
}
</style>
background-color css
<style>
a { background-color: #732C34; }
a { background-color: rgb(115,44,52); }
div.DivClassName
{
background-color: #732C34;
}
.BgClassName
{
background-color: #732C34;
}
</style>
border-color css
<style>
span { border-color: #732C34; }
span { border-color: rgb(115,44,52); }
td.TdClassName
{
border-color: #732C34;
}
.TagClassName
{
border-color: #732C34;
}
</style>