Shades of Tamarillo #74272F
Tints of Tamarillo #74272F
RGB
CMYK
RGB Variations
Color information
#74272F (or 0x74272F) is known color: Tamarillo. HEX triplet: 74, 27 and 2F. RGB value is (116,39,47). Sum of RGB (Red+Green+Blue) = 116+39+47=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 47 (18.75% from 255 or 23.27% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #74272F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74272F is #8BD8D0. Grayscale: #3E3E3E. Windows color (decimal): -9165009 or 3090292. OLE color: 3090292.
HSL color Cylindrical-coordinate representation of color #74272F: hue angle of 353.77º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74272F is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 39 | 47 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.55 |
| HSL | 353.77º | 0.5% | 0.3% | - |
| HSV(B) | 353.77º | 0.66% | 0.45% | - |
| XYZ | 8.44 | 5.37 | 3.28 | - |
| YUV | 62.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 47 | 0 | 0.66 | 0.59 | 0.55 | 353.77 | 0.5 | 0.3 |
| Hex | 74 | 27 | 2F | 0 | 42 | 3B | 37 | 162 | 32 | 1E |
| Octal | 164 | 47 | 57 | 0 | 102 | 73 | 67 | 542 | 62 | 36 |
| Binary | 1110100 | 100111 | 101111 | 0 | 1000010 | 111011 | 110111 | 101100010 | 110010 | 11110 |
Color Harmonies of #74272F
Complementary color
Monochromatic Colors of #74272F
Black with #74272F
Text Example
Text Example
White with #74272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74272F; }
p { color: rgb(116,39,47); }
H1.HeaderClassName
{
color: #74272F;
}
.AnyTagClassName
{
color: #74272F;
}
</style>
background-color css
<style>
a { background-color: #74272F; }
a { background-color: rgb(116,39,47); }
div.DivClassName
{
background-color: #74272F;
}
.BgClassName
{
background-color: #74272F;
}
</style>
border-color css
<style>
span { border-color: #74272F; }
span { border-color: rgb(116,39,47); }
td.TdClassName
{
border-color: #74272F;
}
.TagClassName
{
border-color: #74272F;
}
</style>