Shades of Tamarillo #722D2F
Tints of Tamarillo #722D2F
RGB
CMYK
RGB Variations
Color information
#722D2F (or 0x722D2F) is known color: Tamarillo. HEX triplet: 72, 2D and 2F. RGB value is (114,45,47). Sum of RGB (Red+Green+Blue) = 114+45+47=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #722D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D2F is #8DD2D0. Grayscale: #414141. Windows color (decimal): -9294545 or 3091826. OLE color: 3091826.
HSL color Cylindrical-coordinate representation of color #722D2F: hue angle of 358.26º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722D2F is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 47 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.55 |
| HSL | 358.26º | 0.43% | 0.31% | - |
| HSV(B) | 358.26º | 0.61% | 0.45% | - |
| XYZ | 8.39 | 5.66 | 3.34 | - |
| YUV | 65.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 47 | 0 | 0.61 | 0.59 | 0.55 | 358.26 | 0.43 | 0.31 |
| Hex | 72 | 2D | 2F | 0 | 3D | 3B | 37 | 166 | 2B | 1F |
| Octal | 162 | 55 | 57 | 0 | 75 | 73 | 67 | 546 | 53 | 37 |
| Binary | 1110010 | 101101 | 101111 | 0 | 111101 | 111011 | 110111 | 101100110 | 101011 | 11111 |
Color Harmonies of #722D2F
Complementary color
Monochromatic Colors of #722D2F
Black with #722D2F
Text Example
Text Example
White with #722D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D2F; }
p { color: rgb(114,45,47); }
H1.HeaderClassName
{
color: #722D2F;
}
.AnyTagClassName
{
color: #722D2F;
}
</style>
background-color css
<style>
a { background-color: #722D2F; }
a { background-color: rgb(114,45,47); }
div.DivClassName
{
background-color: #722D2F;
}
.BgClassName
{
background-color: #722D2F;
}
</style>
border-color css
<style>
span { border-color: #722D2F; }
span { border-color: rgb(114,45,47); }
td.TdClassName
{
border-color: #722D2F;
}
.TagClassName
{
border-color: #722D2F;
}
</style>