Shades of Tamarillo #73282F
Tints of Tamarillo #73282F
RGB
CMYK
RGB Variations
Color information
#73282F (or 0x73282F) is known color: Tamarillo. HEX triplet: 73, 28 and 2F. RGB value is (115,40,47). Sum of RGB (Red+Green+Blue) = 115+40+47=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #73282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73282F is #8CD7D0. Grayscale: #3F3F3F. Windows color (decimal): -9230289 or 3090547. OLE color: 3090547.
HSL color Cylindrical-coordinate representation of color #73282F: hue angle of 354.4º 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 #73282F is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 40 | 47 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.55 |
| HSL | 354.4º | 0.48% | 0.3% | - |
| HSV(B) | 354.4º | 0.65% | 0.45% | - |
| XYZ | 8.34 | 5.37 | 3.29 | - |
| YUV | 63.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 47 | 0 | 0.65 | 0.59 | 0.55 | 354.4 | 0.48 | 0.3 |
| Hex | 73 | 28 | 2F | 0 | 41 | 3B | 37 | 162 | 30 | 1E |
| Octal | 163 | 50 | 57 | 0 | 101 | 73 | 67 | 542 | 60 | 36 |
| Binary | 1110011 | 101000 | 101111 | 0 | 1000001 | 111011 | 110111 | 101100010 | 110000 | 11110 |
Color Harmonies of #73282F
Complementary color
Monochromatic Colors of #73282F
Black with #73282F
Text Example
Text Example
White with #73282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73282F; }
p { color: rgb(115,40,47); }
H1.HeaderClassName
{
color: #73282F;
}
.AnyTagClassName
{
color: #73282F;
}
</style>
background-color css
<style>
a { background-color: #73282F; }
a { background-color: rgb(115,40,47); }
div.DivClassName
{
background-color: #73282F;
}
.BgClassName
{
background-color: #73282F;
}
</style>
border-color css
<style>
span { border-color: #73282F; }
span { border-color: rgb(115,40,47); }
td.TdClassName
{
border-color: #73282F;
}
.TagClassName
{
border-color: #73282F;
}
</style>