Shades of Tamarillo #72282E
Tints of Tamarillo #72282E
RGB
CMYK
RGB Variations
Color information
#72282E (or 0x72282E) is known color: Tamarillo. HEX triplet: 72, 28 and 2E. RGB value is (114,40,46). Sum of RGB (Red+Green+Blue) = 114+40+46=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72282E is #8DD7D1. Grayscale: #3E3E3E. Windows color (decimal): -9295826 or 3025010. OLE color: 3025010.
HSL color Cylindrical-coordinate representation of color #72282E: hue angle of 355.14º 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 #72282E is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 46 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.55 |
| HSL | 355.14º | 0.48% | 0.3% | - |
| HSV(B) | 355.14º | 0.65% | 0.45% | - |
| XYZ | 8.19 | 5.29 | 3.17 | - |
| YUV | 62.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 46 | 0 | 0.65 | 0.60 | 0.55 | 355.14 | 0.48 | 0.3 |
| Hex | 72 | 28 | 2E | 0 | 41 | 3C | 37 | 163 | 30 | 1E |
| Octal | 162 | 50 | 56 | 0 | 101 | 74 | 67 | 543 | 60 | 36 |
| Binary | 1110010 | 101000 | 101110 | 0 | 1000001 | 111100 | 110111 | 101100011 | 110000 | 11110 |
Color Harmonies of #72282E
Complementary color
Monochromatic Colors of #72282E
Black with #72282E
Text Example
Text Example
White with #72282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72282E; }
p { color: rgb(114,40,46); }
H1.HeaderClassName
{
color: #72282E;
}
.AnyTagClassName
{
color: #72282E;
}
</style>
background-color css
<style>
a { background-color: #72282E; }
a { background-color: rgb(114,40,46); }
div.DivClassName
{
background-color: #72282E;
}
.BgClassName
{
background-color: #72282E;
}
</style>
border-color css
<style>
span { border-color: #72282E; }
span { border-color: rgb(114,40,46); }
td.TdClassName
{
border-color: #72282E;
}
.TagClassName
{
border-color: #72282E;
}
</style>