Shades of Tamarillo #74282E
Tints of Tamarillo #74282E
RGB
CMYK
RGB Variations
Color information
#74282E (or 0x74282E) is known color: Tamarillo. HEX triplet: 74, 28 and 2E. RGB value is (116,40,46). Sum of RGB (Red+Green+Blue) = 116+40+46=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #74282E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74282E is #8BD7D1. Grayscale: #3F3F3F. Windows color (decimal): -9164754 or 3025012. OLE color: 3025012.
HSL color Cylindrical-coordinate representation of color #74282E: hue angle of 355.26º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74282E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 40 | 46 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.55 |
| HSL | 355.26º | 0.49% | 0.31% | - |
| HSV(B) | 355.26º | 0.66% | 0.45% | - |
| XYZ | 8.45 | 5.43 | 3.19 | - |
| YUV | 63.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 46 | 0 | 0.66 | 0.60 | 0.55 | 355.26 | 0.49 | 0.31 |
| Hex | 74 | 28 | 2E | 0 | 42 | 3C | 37 | 163 | 31 | 1F |
| Octal | 164 | 50 | 56 | 0 | 102 | 74 | 67 | 543 | 61 | 37 |
| Binary | 1110100 | 101000 | 101110 | 0 | 1000010 | 111100 | 110111 | 101100011 | 110001 | 11111 |
Color Harmonies of #74282E
Complementary color
Monochromatic Colors of #74282E
Black with #74282E
Text Example
Text Example
White with #74282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74282E; }
p { color: rgb(116,40,46); }
H1.HeaderClassName
{
color: #74282E;
}
.AnyTagClassName
{
color: #74282E;
}
</style>
background-color css
<style>
a { background-color: #74282E; }
a { background-color: rgb(116,40,46); }
div.DivClassName
{
background-color: #74282E;
}
.BgClassName
{
background-color: #74282E;
}
</style>
border-color css
<style>
span { border-color: #74282E; }
span { border-color: rgb(116,40,46); }
td.TdClassName
{
border-color: #74282E;
}
.TagClassName
{
border-color: #74282E;
}
</style>