Shades of Tamarillo #722B2F
Tints of Tamarillo #722B2F
RGB
CMYK
RGB Variations
Color information
#722B2F (or 0x722B2F) is known color: Tamarillo. HEX triplet: 72, 2B and 2F. RGB value is (114,43,47). Sum of RGB (Red+Green+Blue) = 114+43+47=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #722B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B2F is #8DD4D0. Grayscale: #404040. Windows color (decimal): -9295057 or 3091314. OLE color: 3091314.
HSL color Cylindrical-coordinate representation of color #722B2F: hue angle of 356.62º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #722B2F is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 47 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.55 |
| HSL | 356.62º | 0.45% | 0.31% | - |
| HSV(B) | 356.62º | 0.62% | 0.45% | - |
| XYZ | 8.32 | 5.51 | 3.31 | - |
| YUV | 64.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 47 | 0 | 0.62 | 0.59 | 0.55 | 356.62 | 0.45 | 0.31 |
| Hex | 72 | 2B | 2F | 0 | 3E | 3B | 37 | 165 | 2D | 1F |
| Octal | 162 | 53 | 57 | 0 | 76 | 73 | 67 | 545 | 55 | 37 |
| Binary | 1110010 | 101011 | 101111 | 0 | 111110 | 111011 | 110111 | 101100101 | 101101 | 11111 |
Color Harmonies of #722B2F
Complementary color
Monochromatic Colors of #722B2F
Black with #722B2F
Text Example
Text Example
White with #722B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B2F; }
p { color: rgb(114,43,47); }
H1.HeaderClassName
{
color: #722B2F;
}
.AnyTagClassName
{
color: #722B2F;
}
</style>
background-color css
<style>
a { background-color: #722B2F; }
a { background-color: rgb(114,43,47); }
div.DivClassName
{
background-color: #722B2F;
}
.BgClassName
{
background-color: #722B2F;
}
</style>
border-color css
<style>
span { border-color: #722B2F; }
span { border-color: rgb(114,43,47); }
td.TdClassName
{
border-color: #722B2F;
}
.TagClassName
{
border-color: #722B2F;
}
</style>