Shades of Tamarillo #72272B
Tints of Tamarillo #72272B
RGB
CMYK
RGB Variations
Color information
#72272B (or 0x72272B) is known color: Tamarillo. HEX triplet: 72, 27 and 2B. RGB value is (114,39,43). Sum of RGB (Red+Green+Blue) = 114+39+43=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #72272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72272B is #8DD8D4. Grayscale: #3D3D3D. Windows color (decimal): -9296085 or 2828146. OLE color: 2828146.
HSL color Cylindrical-coordinate representation of color #72272B: hue angle of 356.8º 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 #72272B is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 39 | 43 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.55 |
| HSL | 356.8º | 0.49% | 0.3% | - |
| HSV(B) | 356.8º | 0.66% | 0.45% | - |
| XYZ | 8.1 | 5.2 | 2.86 | - |
| YUV | 61.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 43 | 0 | 0.66 | 0.62 | 0.55 | 356.8 | 0.49 | 0.3 |
| Hex | 72 | 27 | 2B | 0 | 42 | 3E | 37 | 165 | 31 | 1E |
| Octal | 162 | 47 | 53 | 0 | 102 | 76 | 67 | 545 | 61 | 36 |
| Binary | 1110010 | 100111 | 101011 | 0 | 1000010 | 111110 | 110111 | 101100101 | 110001 | 11110 |
Color Harmonies of #72272B
Complementary color
Monochromatic Colors of #72272B
Black with #72272B
Text Example
Text Example
White with #72272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72272B; }
p { color: rgb(114,39,43); }
H1.HeaderClassName
{
color: #72272B;
}
.AnyTagClassName
{
color: #72272B;
}
</style>
background-color css
<style>
a { background-color: #72272B; }
a { background-color: rgb(114,39,43); }
div.DivClassName
{
background-color: #72272B;
}
.BgClassName
{
background-color: #72272B;
}
</style>
border-color css
<style>
span { border-color: #72272B; }
span { border-color: rgb(114,39,43); }
td.TdClassName
{
border-color: #72272B;
}
.TagClassName
{
border-color: #72272B;
}
</style>