Shades of Tamarillo #722A2F
Tints of Tamarillo #722A2F
RGB
CMYK
RGB Variations
Color information
#722A2F (or 0x722A2F) is known color: Tamarillo. HEX triplet: 72, 2A and 2F. RGB value is (114,42,47). Sum of RGB (Red+Green+Blue) = 114+42+47=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #722A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A2F is #8DD5D0. Grayscale: #404040. Windows color (decimal): -9295313 or 3091058. OLE color: 3091058.
HSL color Cylindrical-coordinate representation of color #722A2F: hue angle of 355.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #722A2F is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 47 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.55 |
| HSL | 355.83º | 0.46% | 0.31% | - |
| HSV(B) | 355.83º | 0.63% | 0.45% | - |
| XYZ | 8.28 | 5.44 | 3.3 | - |
| YUV | 64.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 47 | 0 | 0.63 | 0.59 | 0.55 | 355.83 | 0.46 | 0.31 |
| Hex | 72 | 2A | 2F | 0 | 3F | 3B | 37 | 164 | 2E | 1F |
| Octal | 162 | 52 | 57 | 0 | 77 | 73 | 67 | 544 | 56 | 37 |
| Binary | 1110010 | 101010 | 101111 | 0 | 111111 | 111011 | 110111 | 101100100 | 101110 | 11111 |
Color Harmonies of #722A2F
Complementary color
Monochromatic Colors of #722A2F
Black with #722A2F
Text Example
Text Example
White with #722A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A2F; }
p { color: rgb(114,42,47); }
H1.HeaderClassName
{
color: #722A2F;
}
.AnyTagClassName
{
color: #722A2F;
}
</style>
background-color css
<style>
a { background-color: #722A2F; }
a { background-color: rgb(114,42,47); }
div.DivClassName
{
background-color: #722A2F;
}
.BgClassName
{
background-color: #722A2F;
}
</style>
border-color css
<style>
span { border-color: #722A2F; }
span { border-color: rgb(114,42,47); }
td.TdClassName
{
border-color: #722A2F;
}
.TagClassName
{
border-color: #722A2F;
}
</style>