Shades of Tamarillo #782831
Tints of Tamarillo #782831
RGB
CMYK
RGB Variations
Color information
#782831 (or 0x782831) is known color: Tamarillo. HEX triplet: 78, 28 and 31. RGB value is (120,40,49). Sum of RGB (Red+Green+Blue) = 120+40+49=209 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.42% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 120 - color contains mainly: red. Hex color #782831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782831 is #87D7CE. Grayscale: #404040. Windows color (decimal): -8902607 or 3221624. OLE color: 3221624.
HSL color Cylindrical-coordinate representation of color #782831: hue angle of 353.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #782831 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 49 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.53 |
| HSL | 353.25º | 0.5% | 0.31% | - |
| HSV(B) | 353.25º | 0.67% | 0.47% | - |
| XYZ | 9.06 | 5.73 | 3.53 | - |
| YUV | 64.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 49 | 0 | 0.67 | 0.59 | 0.53 | 353.25 | 0.5 | 0.31 |
| Hex | 78 | 28 | 31 | 0 | 43 | 3B | 35 | 161 | 32 | 1F |
| Octal | 170 | 50 | 61 | 0 | 103 | 73 | 65 | 541 | 62 | 37 |
| Binary | 1111000 | 101000 | 110001 | 0 | 1000011 | 111011 | 110101 | 101100001 | 110010 | 11111 |
Color Harmonies of #782831
Complementary color
Monochromatic Colors of #782831
Black with #782831
Text Example
Text Example
White with #782831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782831; }
p { color: rgb(120,40,49); }
H1.HeaderClassName
{
color: #782831;
}
.AnyTagClassName
{
color: #782831;
}
</style>
background-color css
<style>
a { background-color: #782831; }
a { background-color: rgb(120,40,49); }
div.DivClassName
{
background-color: #782831;
}
.BgClassName
{
background-color: #782831;
}
</style>
border-color css
<style>
span { border-color: #782831; }
span { border-color: rgb(120,40,49); }
td.TdClassName
{
border-color: #782831;
}
.TagClassName
{
border-color: #782831;
}
</style>