Shades of Tamarillo #73262A
Tints of Tamarillo #73262A
RGB
CMYK
RGB Variations
Color information
#73262A (or 0x73262A) is known color: Tamarillo. HEX triplet: 73, 26 and 2A. RGB value is (115,38,42). Sum of RGB (Red+Green+Blue) = 115+38+42=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73262A is #8CD9D5. Grayscale: #3D3D3D. Windows color (decimal): -9230806 or 2762355. OLE color: 2762355.
HSL color Cylindrical-coordinate representation of color #73262A: hue angle of 356.88º 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 #73262A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 42 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.55 |
| HSL | 356.88º | 0.5% | 0.3% | - |
| HSV(B) | 356.88º | 0.67% | 0.45% | - |
| XYZ | 8.18 | 5.2 | 2.76 | - |
| YUV | 61.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 42 | 0 | 0.67 | 0.63 | 0.55 | 356.88 | 0.5 | 0.3 |
| Hex | 73 | 26 | 2A | 0 | 43 | 3F | 37 | 165 | 32 | 1E |
| Octal | 163 | 46 | 52 | 0 | 103 | 77 | 67 | 545 | 62 | 36 |
| Binary | 1110011 | 100110 | 101010 | 0 | 1000011 | 111111 | 110111 | 101100101 | 110010 | 11110 |
Color Harmonies of #73262A
Complementary color
Monochromatic Colors of #73262A
Black with #73262A
Text Example
Text Example
White with #73262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73262A; }
p { color: rgb(115,38,42); }
H1.HeaderClassName
{
color: #73262A;
}
.AnyTagClassName
{
color: #73262A;
}
</style>
background-color css
<style>
a { background-color: #73262A; }
a { background-color: rgb(115,38,42); }
div.DivClassName
{
background-color: #73262A;
}
.BgClassName
{
background-color: #73262A;
}
</style>
border-color css
<style>
span { border-color: #73262A; }
span { border-color: rgb(115,38,42); }
td.TdClassName
{
border-color: #73262A;
}
.TagClassName
{
border-color: #73262A;
}
</style>