Shades of Tamarillo #73262E
Tints of Tamarillo #73262E
RGB
CMYK
RGB Variations
Color information
#73262E (or 0x73262E) is known color: Tamarillo. HEX triplet: 73, 26 and 2E. RGB value is (115,38,46). Sum of RGB (Red+Green+Blue) = 115+38+46=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73262E is #8CD9D1. Grayscale: #3D3D3D. Windows color (decimal): -9230802 or 3024499. OLE color: 3024499.
HSL color Cylindrical-coordinate representation of color #73262E: hue angle of 353.77º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #73262E is Cyan = 0, Magento = 0.67, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 46 | - |
| CMYK | 0 | 0.67 | 0.6 | 0.55 |
| HSL | 353.77º | 0.5% | 0.3% | - |
| HSV(B) | 353.77º | 0.67% | 0.45% | - |
| XYZ | 8.26 | 5.23 | 3.16 | - |
| YUV | 61.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 46 | 0 | 0.67 | 0.6 | 0.55 | 353.77 | 0.5 | 0.3 |
| Hex | 73 | 26 | 2E | 0 | 43 | 3C | 37 | 162 | 32 | 1E |
| Octal | 163 | 46 | 56 | 0 | 103 | 74 | 67 | 542 | 62 | 36 |
| Binary | 1110011 | 100110 | 101110 | 0 | 1000011 | 111100 | 110111 | 101100010 | 110010 | 11110 |
Color Harmonies of #73262E
Complementary color
Monochromatic Colors of #73262E
Black with #73262E
Text Example
Text Example
White with #73262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73262E; }
p { color: rgb(115,38,46); }
H1.HeaderClassName
{
color: #73262E;
}
.AnyTagClassName
{
color: #73262E;
}
</style>
background-color css
<style>
a { background-color: #73262E; }
a { background-color: rgb(115,38,46); }
div.DivClassName
{
background-color: #73262E;
}
.BgClassName
{
background-color: #73262E;
}
</style>
border-color css
<style>
span { border-color: #73262E; }
span { border-color: rgb(115,38,46); }
td.TdClassName
{
border-color: #73262E;
}
.TagClassName
{
border-color: #73262E;
}
</style>