Shades of Tamarillo #74252B
Tints of Tamarillo #74252B
RGB
CMYK
RGB Variations
Color information
#74252B (or 0x74252B) is known color: Tamarillo. HEX triplet: 74, 25 and 2B. RGB value is (116,37,43). Sum of RGB (Red+Green+Blue) = 116+37+43=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74252B is #8BDAD4. Grayscale: #3D3D3D. Windows color (decimal): -9165525 or 2827636. OLE color: 2827636.
HSL color Cylindrical-coordinate representation of color #74252B: hue angle of 355.44º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74252B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 37 | 43 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.55 |
| HSL | 355.44º | 0.52% | 0.3% | - |
| HSV(B) | 355.44º | 0.68% | 0.45% | - |
| XYZ | 8.3 | 5.21 | 2.85 | - |
| YUV | 61.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 37 | 43 | 0 | 0.68 | 0.63 | 0.55 | 355.44 | 0.52 | 0.3 |
| Hex | 74 | 25 | 2B | 0 | 44 | 3F | 37 | 163 | 34 | 1E |
| Octal | 164 | 45 | 53 | 0 | 104 | 77 | 67 | 543 | 64 | 36 |
| Binary | 1110100 | 100101 | 101011 | 0 | 1000100 | 111111 | 110111 | 101100011 | 110100 | 11110 |
Color Harmonies of #74252B
Complementary color
Monochromatic Colors of #74252B
Black with #74252B
Text Example
Text Example
White with #74252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74252B; }
p { color: rgb(116,37,43); }
H1.HeaderClassName
{
color: #74252B;
}
.AnyTagClassName
{
color: #74252B;
}
</style>
background-color css
<style>
a { background-color: #74252B; }
a { background-color: rgb(116,37,43); }
div.DivClassName
{
background-color: #74252B;
}
.BgClassName
{
background-color: #74252B;
}
</style>
border-color css
<style>
span { border-color: #74252B; }
span { border-color: rgb(116,37,43); }
td.TdClassName
{
border-color: #74252B;
}
.TagClassName
{
border-color: #74252B;
}
</style>