Shades of Tamarillo #73282D
Tints of Tamarillo #73282D
RGB
CMYK
RGB Variations
Color information
#73282D (or 0x73282D) is known color: Tamarillo. HEX triplet: 73, 28 and 2D. RGB value is (115,40,45). Sum of RGB (Red+Green+Blue) = 115+40+45=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #73282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73282D is #8CD7D2. Grayscale: #3F3F3F. Windows color (decimal): -9230291 or 2959475. OLE color: 2959475.
HSL color Cylindrical-coordinate representation of color #73282D: hue angle of 356º 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 #73282D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 45 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.55 |
| HSL | 356º | 0.48% | 0.3% | - |
| HSV(B) | 356º | 0.65% | 0.45% | - |
| XYZ | 8.3 | 5.35 | 3.08 | - |
| YUV | 63 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 45 | 0 | 0.65 | 0.61 | 0.55 | 356 | 0.48 | 0.3 |
| Hex | 73 | 28 | 2D | 0 | 41 | 3D | 37 | 164 | 30 | 1E |
| Octal | 163 | 50 | 55 | 0 | 101 | 75 | 67 | 544 | 60 | 36 |
| Binary | 1110011 | 101000 | 101101 | 0 | 1000001 | 111101 | 110111 | 101100100 | 110000 | 11110 |
Color Harmonies of #73282D
Complementary color
Monochromatic Colors of #73282D
Black with #73282D
Text Example
Text Example
White with #73282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73282D; }
p { color: rgb(115,40,45); }
H1.HeaderClassName
{
color: #73282D;
}
.AnyTagClassName
{
color: #73282D;
}
</style>
background-color css
<style>
a { background-color: #73282D; }
a { background-color: rgb(115,40,45); }
div.DivClassName
{
background-color: #73282D;
}
.BgClassName
{
background-color: #73282D;
}
</style>
border-color css
<style>
span { border-color: #73282D; }
span { border-color: rgb(115,40,45); }
td.TdClassName
{
border-color: #73282D;
}
.TagClassName
{
border-color: #73282D;
}
</style>