Shades of Tamarillo #732C2D
Tints of Tamarillo #732C2D
RGB
CMYK
RGB Variations
Color information
#732C2D (or 0x732C2D) is known color: Tamarillo. HEX triplet: 73, 2C and 2D. RGB value is (115,44,45). Sum of RGB (Red+Green+Blue) = 115+44+45=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #732C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C2D is #8CD3D2. Grayscale: #414141. Windows color (decimal): -9229267 or 2960499. OLE color: 2960499.
HSL color Cylindrical-coordinate representation of color #732C2D: hue angle of 359.15º 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 #732C2D is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 45 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.55 |
| HSL | 359.15º | 0.45% | 0.31% | - |
| HSV(B) | 359.15º | 0.62% | 0.45% | - |
| XYZ | 8.44 | 5.64 | 3.13 | - |
| YUV | 65.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 45 | 0 | 0.62 | 0.61 | 0.55 | 359.15 | 0.45 | 0.31 |
| Hex | 73 | 2C | 2D | 0 | 3E | 3D | 37 | 167 | 2D | 1F |
| Octal | 163 | 54 | 55 | 0 | 76 | 75 | 67 | 547 | 55 | 37 |
| Binary | 1110011 | 101100 | 101101 | 0 | 111110 | 111101 | 110111 | 101100111 | 101101 | 11111 |
Color Harmonies of #732C2D
Complementary color
Monochromatic Colors of #732C2D
Black with #732C2D
Text Example
Text Example
White with #732C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C2D; }
p { color: rgb(115,44,45); }
H1.HeaderClassName
{
color: #732C2D;
}
.AnyTagClassName
{
color: #732C2D;
}
</style>
background-color css
<style>
a { background-color: #732C2D; }
a { background-color: rgb(115,44,45); }
div.DivClassName
{
background-color: #732C2D;
}
.BgClassName
{
background-color: #732C2D;
}
</style>
border-color css
<style>
span { border-color: #732C2D; }
span { border-color: rgb(115,44,45); }
td.TdClassName
{
border-color: #732C2D;
}
.TagClassName
{
border-color: #732C2D;
}
</style>