Shades of Tamarillo #72282C
Tints of Tamarillo #72282C
RGB
CMYK
RGB Variations
Color information
#72282C (or 0x72282C) is known color: Tamarillo. HEX triplet: 72, 28 and 2C. RGB value is (114,40,44). Sum of RGB (Red+Green+Blue) = 114+40+44=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #72282C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72282C is #8DD7D3. Grayscale: #3E3E3E. Windows color (decimal): -9295828 or 2893938. OLE color: 2893938.
HSL color Cylindrical-coordinate representation of color #72282C: hue angle of 356.76º 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 #72282C is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 44 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.55 |
| HSL | 356.76º | 0.48% | 0.3% | - |
| HSV(B) | 356.76º | 0.65% | 0.45% | - |
| XYZ | 8.15 | 5.28 | 2.97 | - |
| YUV | 62.58 | 117.52 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 44 | 0 | 0.65 | 0.61 | 0.55 | 356.76 | 0.48 | 0.3 |
| Hex | 72 | 28 | 2C | 0 | 41 | 3D | 37 | 165 | 30 | 1E |
| Octal | 162 | 50 | 54 | 0 | 101 | 75 | 67 | 545 | 60 | 36 |
| Binary | 1110010 | 101000 | 101100 | 0 | 1000001 | 111101 | 110111 | 101100101 | 110000 | 11110 |
Color Harmonies of #72282C
Complementary color
Monochromatic Colors of #72282C
Black with #72282C
Text Example
Text Example
White with #72282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72282C; }
p { color: rgb(114,40,44); }
H1.HeaderClassName
{
color: #72282C;
}
.AnyTagClassName
{
color: #72282C;
}
</style>
background-color css
<style>
a { background-color: #72282C; }
a { background-color: rgb(114,40,44); }
div.DivClassName
{
background-color: #72282C;
}
.BgClassName
{
background-color: #72282C;
}
</style>
border-color css
<style>
span { border-color: #72282C; }
span { border-color: rgb(114,40,44); }
td.TdClassName
{
border-color: #72282C;
}
.TagClassName
{
border-color: #72282C;
}
</style>