Shades of Tamarillo #773031
Tints of Tamarillo #773031
RGB
CMYK
RGB Variations
Color information
#773031 (or 0x773031) is known color: Tamarillo. HEX triplet: 77, 30 and 31. RGB value is (119,48,49). Sum of RGB (Red+Green+Blue) = 119+48+49=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #773031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773031 is #88CFCE. Grayscale: #454545. Windows color (decimal): -8966095 or 3223671. OLE color: 3223671.
HSL color Cylindrical-coordinate representation of color #773031: hue angle of 359.15º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773031 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 49 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.53 |
| HSL | 359.15º | 0.43% | 0.33% | - |
| HSV(B) | 359.15º | 0.6% | 0.47% | - |
| XYZ | 9.22 | 6.26 | 3.63 | - |
| YUV | 69.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 49 | 0 | 0.60 | 0.59 | 0.53 | 359.15 | 0.43 | 0.33 |
| Hex | 77 | 30 | 31 | 0 | 3C | 3B | 35 | 167 | 2B | 21 |
| Octal | 167 | 60 | 61 | 0 | 74 | 73 | 65 | 547 | 53 | 41 |
| Binary | 1110111 | 110000 | 110001 | 0 | 111100 | 111011 | 110101 | 101100111 | 101011 | 100001 |
Color Harmonies of #773031
Complementary color
Monochromatic Colors of #773031
Black with #773031
Text Example
Text Example
White with #773031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773031; }
p { color: rgb(119,48,49); }
H1.HeaderClassName
{
color: #773031;
}
.AnyTagClassName
{
color: #773031;
}
</style>
background-color css
<style>
a { background-color: #773031; }
a { background-color: rgb(119,48,49); }
div.DivClassName
{
background-color: #773031;
}
.BgClassName
{
background-color: #773031;
}
</style>
border-color css
<style>
span { border-color: #773031; }
span { border-color: rgb(119,48,49); }
td.TdClassName
{
border-color: #773031;
}
.TagClassName
{
border-color: #773031;
}
</style>