Shades of Tamarillo #72282F
Tints of Tamarillo #72282F
RGB
CMYK
RGB Variations
Color information
#72282F (or 0x72282F) is known color: Tamarillo. HEX triplet: 72, 28 and 2F. RGB value is (114,40,47). Sum of RGB (Red+Green+Blue) = 114+40+47=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #72282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72282F is #8DD7D0. Grayscale: #3E3E3E. Windows color (decimal): -9295825 or 3090546. OLE color: 3090546.
HSL color Cylindrical-coordinate representation of color #72282F: hue angle of 354.32º 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 #72282F is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 40 | 47 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.55 |
| HSL | 354.32º | 0.48% | 0.3% | - |
| HSV(B) | 354.32º | 0.65% | 0.45% | - |
| XYZ | 8.21 | 5.3 | 3.28 | - |
| YUV | 62.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 40 | 47 | 0 | 0.65 | 0.59 | 0.55 | 354.32 | 0.48 | 0.3 |
| Hex | 72 | 28 | 2F | 0 | 41 | 3B | 37 | 162 | 30 | 1E |
| Octal | 162 | 50 | 57 | 0 | 101 | 73 | 67 | 542 | 60 | 36 |
| Binary | 1110010 | 101000 | 101111 | 0 | 1000001 | 111011 | 110111 | 101100010 | 110000 | 11110 |
Color Harmonies of #72282F
Complementary color
Monochromatic Colors of #72282F
Black with #72282F
Text Example
Text Example
White with #72282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72282F; }
p { color: rgb(114,40,47); }
H1.HeaderClassName
{
color: #72282F;
}
.AnyTagClassName
{
color: #72282F;
}
</style>
background-color css
<style>
a { background-color: #72282F; }
a { background-color: rgb(114,40,47); }
div.DivClassName
{
background-color: #72282F;
}
.BgClassName
{
background-color: #72282F;
}
</style>
border-color css
<style>
span { border-color: #72282F; }
span { border-color: rgb(114,40,47); }
td.TdClassName
{
border-color: #72282F;
}
.TagClassName
{
border-color: #72282F;
}
</style>