Shades of Tamarillo #722B2D
Tints of Tamarillo #722B2D
RGB
CMYK
RGB Variations
Color information
#722B2D (or 0x722B2D) is known color: Tamarillo. HEX triplet: 72, 2B and 2D. RGB value is (114,43,45). Sum of RGB (Red+Green+Blue) = 114+43+45=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #722B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B2D is #8DD4D2. Grayscale: #404040. Windows color (decimal): -9295059 or 2960242. OLE color: 2960242.
HSL color Cylindrical-coordinate representation of color #722B2D: hue angle of 358.31º 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 #722B2D is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 45 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.55 |
| HSL | 358.31º | 0.45% | 0.31% | - |
| HSV(B) | 358.31º | 0.62% | 0.45% | - |
| XYZ | 8.28 | 5.49 | 3.11 | - |
| YUV | 64.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 45 | 0 | 0.62 | 0.61 | 0.55 | 358.31 | 0.45 | 0.31 |
| Hex | 72 | 2B | 2D | 0 | 3E | 3D | 37 | 166 | 2D | 1F |
| Octal | 162 | 53 | 55 | 0 | 76 | 75 | 67 | 546 | 55 | 37 |
| Binary | 1110010 | 101011 | 101101 | 0 | 111110 | 111101 | 110111 | 101100110 | 101101 | 11111 |
Color Harmonies of #722B2D
Complementary color
Monochromatic Colors of #722B2D
Black with #722B2D
Text Example
Text Example
White with #722B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B2D; }
p { color: rgb(114,43,45); }
H1.HeaderClassName
{
color: #722B2D;
}
.AnyTagClassName
{
color: #722B2D;
}
</style>
background-color css
<style>
a { background-color: #722B2D; }
a { background-color: rgb(114,43,45); }
div.DivClassName
{
background-color: #722B2D;
}
.BgClassName
{
background-color: #722B2D;
}
</style>
border-color css
<style>
span { border-color: #722B2D; }
span { border-color: rgb(114,43,45); }
td.TdClassName
{
border-color: #722B2D;
}
.TagClassName
{
border-color: #722B2D;
}
</style>