Shades of Tamarillo #72272E
Tints of Tamarillo #72272E
RGB
CMYK
RGB Variations
Color information
#72272E (or 0x72272E) is known color: Tamarillo. HEX triplet: 72, 27 and 2E. RGB value is (114,39,46). Sum of RGB (Red+Green+Blue) = 114+39+46=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #72272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72272E is #8DD8D1. Grayscale: #3E3E3E. Windows color (decimal): -9296082 or 3024754. OLE color: 3024754.
HSL color Cylindrical-coordinate representation of color #72272E: hue angle of 354.4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72272E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 46 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.55 |
| HSL | 354.4º | 0.49% | 0.3% | - |
| HSV(B) | 354.4º | 0.66% | 0.45% | - |
| XYZ | 8.16 | 5.23 | 3.16 | - |
| YUV | 62.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 46 | 0 | 0.66 | 0.60 | 0.55 | 354.4 | 0.49 | 0.3 |
| Hex | 72 | 27 | 2E | 0 | 42 | 3C | 37 | 162 | 31 | 1E |
| Octal | 162 | 47 | 56 | 0 | 102 | 74 | 67 | 542 | 61 | 36 |
| Binary | 1110010 | 100111 | 101110 | 0 | 1000010 | 111100 | 110111 | 101100010 | 110001 | 11110 |
Color Harmonies of #72272E
Complementary color
Monochromatic Colors of #72272E
Black with #72272E
Text Example
Text Example
White with #72272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72272E; }
p { color: rgb(114,39,46); }
H1.HeaderClassName
{
color: #72272E;
}
.AnyTagClassName
{
color: #72272E;
}
</style>
background-color css
<style>
a { background-color: #72272E; }
a { background-color: rgb(114,39,46); }
div.DivClassName
{
background-color: #72272E;
}
.BgClassName
{
background-color: #72272E;
}
</style>
border-color css
<style>
span { border-color: #72272E; }
span { border-color: rgb(114,39,46); }
td.TdClassName
{
border-color: #72272E;
}
.TagClassName
{
border-color: #72272E;
}
</style>