Shades of Tamarillo #782B31
Tints of Tamarillo #782B31
RGB
CMYK
RGB Variations
Color information
#782B31 (or 0x782B31) is known color: Tamarillo. HEX triplet: 78, 2B and 31. RGB value is (120,43,49). Sum of RGB (Red+Green+Blue) = 120+43+49=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #782B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B31 is #87D4CE. Grayscale: #424242. Windows color (decimal): -8901839 or 3222392. OLE color: 3222392.
HSL color Cylindrical-coordinate representation of color #782B31: hue angle of 355.32º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782B31 is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 43 | 49 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.53 |
| HSL | 355.32º | 0.47% | 0.32% | - |
| HSV(B) | 355.32º | 0.64% | 0.47% | - |
| XYZ | 9.16 | 5.94 | 3.57 | - |
| YUV | 66.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 43 | 49 | 0 | 0.64 | 0.59 | 0.53 | 355.32 | 0.47 | 0.32 |
| Hex | 78 | 2B | 31 | 0 | 40 | 3B | 35 | 163 | 2F | 20 |
| Octal | 170 | 53 | 61 | 0 | 100 | 73 | 65 | 543 | 57 | 40 |
| Binary | 1111000 | 101011 | 110001 | 0 | 1000000 | 111011 | 110101 | 101100011 | 101111 | 100000 |
Color Harmonies of #782B31
Complementary color
Monochromatic Colors of #782B31
Black with #782B31
Text Example
Text Example
White with #782B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782B31; }
p { color: rgb(120,43,49); }
H1.HeaderClassName
{
color: #782B31;
}
.AnyTagClassName
{
color: #782B31;
}
</style>
background-color css
<style>
a { background-color: #782B31; }
a { background-color: rgb(120,43,49); }
div.DivClassName
{
background-color: #782B31;
}
.BgClassName
{
background-color: #782B31;
}
</style>
border-color css
<style>
span { border-color: #782B31; }
span { border-color: rgb(120,43,49); }
td.TdClassName
{
border-color: #782B31;
}
.TagClassName
{
border-color: #782B31;
}
</style>