Shades of Tamarillo #72292E
Tints of Tamarillo #72292E
RGB
CMYK
RGB Variations
Color information
#72292E (or 0x72292E) is known color: Tamarillo. HEX triplet: 72, 29 and 2E. RGB value is (114,41,46). Sum of RGB (Red+Green+Blue) = 114+41+46=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #72292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72292E is #8DD6D1. Grayscale: #3F3F3F. Windows color (decimal): -9295570 or 3025266. OLE color: 3025266.
HSL color Cylindrical-coordinate representation of color #72292E: hue angle of 355.89º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72292E is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 41 | 46 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.55 |
| HSL | 355.89º | 0.47% | 0.3% | - |
| HSV(B) | 355.89º | 0.64% | 0.45% | - |
| XYZ | 8.23 | 5.36 | 3.19 | - |
| YUV | 63.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 41 | 46 | 0 | 0.64 | 0.60 | 0.55 | 355.89 | 0.47 | 0.3 |
| Hex | 72 | 29 | 2E | 0 | 40 | 3C | 37 | 164 | 2F | 1E |
| Octal | 162 | 51 | 56 | 0 | 100 | 74 | 67 | 544 | 57 | 36 |
| Binary | 1110010 | 101001 | 101110 | 0 | 1000000 | 111100 | 110111 | 101100100 | 101111 | 11110 |
Color Harmonies of #72292E
Complementary color
Monochromatic Colors of #72292E
Black with #72292E
Text Example
Text Example
White with #72292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72292E; }
p { color: rgb(114,41,46); }
H1.HeaderClassName
{
color: #72292E;
}
.AnyTagClassName
{
color: #72292E;
}
</style>
background-color css
<style>
a { background-color: #72292E; }
a { background-color: rgb(114,41,46); }
div.DivClassName
{
background-color: #72292E;
}
.BgClassName
{
background-color: #72292E;
}
</style>
border-color css
<style>
span { border-color: #72292E; }
span { border-color: rgb(114,41,46); }
td.TdClassName
{
border-color: #72292E;
}
.TagClassName
{
border-color: #72292E;
}
</style>