Shades of Tamarillo #732728
Tints of Tamarillo #732728
RGB
CMYK
RGB Variations
Color information
#732728 (or 0x732728) is known color: Tamarillo. HEX triplet: 73, 27 and 28. RGB value is (115,39,40). Sum of RGB (Red+Green+Blue) = 115+39+40=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #732728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732728 is #8CD8D7. Grayscale: #3D3D3D. Windows color (decimal): -9230552 or 2631539. OLE color: 2631539.
HSL color Cylindrical-coordinate representation of color #732728: hue angle of 359.21º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #732728 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 39 | 40 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.55 |
| HSL | 359.21º | 0.49% | 0.3% | - |
| HSV(B) | 359.21º | 0.66% | 0.45% | - |
| XYZ | 8.18 | 5.25 | 2.59 | - |
| YUV | 61.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 39 | 40 | 0 | 0.66 | 0.65 | 0.55 | 359.21 | 0.49 | 0.3 |
| Hex | 73 | 27 | 28 | 0 | 42 | 41 | 37 | 167 | 31 | 1E |
| Octal | 163 | 47 | 50 | 0 | 102 | 101 | 67 | 547 | 61 | 36 |
| Binary | 1110011 | 100111 | 101000 | 0 | 1000010 | 1000001 | 110111 | 101100111 | 110001 | 11110 |
Color Harmonies of #732728
Complementary color
Monochromatic Colors of #732728
Black with #732728
Text Example
Text Example
White with #732728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732728; }
p { color: rgb(115,39,40); }
H1.HeaderClassName
{
color: #732728;
}
.AnyTagClassName
{
color: #732728;
}
</style>
background-color css
<style>
a { background-color: #732728; }
a { background-color: rgb(115,39,40); }
div.DivClassName
{
background-color: #732728;
}
.BgClassName
{
background-color: #732728;
}
</style>
border-color css
<style>
span { border-color: #732728; }
span { border-color: rgb(115,39,40); }
td.TdClassName
{
border-color: #732728;
}
.TagClassName
{
border-color: #732728;
}
</style>