Shades of Tamarillo #73282E
Tints of Tamarillo #73282E
RGB
CMYK
RGB Variations
Color information
#73282E (or 0x73282E) is known color: Tamarillo. HEX triplet: 73, 28 and 2E. RGB value is (115,40,46). Sum of RGB (Red+Green+Blue) = 115+40+46=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73282E is #8CD7D1. Grayscale: #3F3F3F. Windows color (decimal): -9230290 or 3025011. OLE color: 3025011.
HSL color Cylindrical-coordinate representation of color #73282E: hue angle of 355.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73282E is Cyan = 0, Magento = 0.65, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 46 | - |
| CMYK | 0 | 0.65 | 0.6 | 0.55 |
| HSL | 355.2º | 0.48% | 0.3% | - |
| HSV(B) | 355.2º | 0.65% | 0.45% | - |
| XYZ | 8.32 | 5.36 | 3.18 | - |
| YUV | 63.11 | 118.35 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 46 | 0 | 0.65 | 0.6 | 0.55 | 355.2 | 0.48 | 0.3 |
| Hex | 73 | 28 | 2E | 0 | 41 | 3C | 37 | 163 | 30 | 1E |
| Octal | 163 | 50 | 56 | 0 | 101 | 74 | 67 | 543 | 60 | 36 |
| Binary | 1110011 | 101000 | 101110 | 0 | 1000001 | 111100 | 110111 | 101100011 | 110000 | 11110 |
Color Harmonies of #73282E
Complementary color
Monochromatic Colors of #73282E
Black with #73282E
Text Example
Text Example
White with #73282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73282E; }
p { color: rgb(115,40,46); }
H1.HeaderClassName
{
color: #73282E;
}
.AnyTagClassName
{
color: #73282E;
}
</style>
background-color css
<style>
a { background-color: #73282E; }
a { background-color: rgb(115,40,46); }
div.DivClassName
{
background-color: #73282E;
}
.BgClassName
{
background-color: #73282E;
}
</style>
border-color css
<style>
span { border-color: #73282E; }
span { border-color: rgb(115,40,46); }
td.TdClassName
{
border-color: #73282E;
}
.TagClassName
{
border-color: #73282E;
}
</style>