Shades of Red Berry #74242A
Tints of Red Berry #74242A
RGB
CMYK
RGB Variations
Color information
#74242A (or 0x74242A) is known color: Red Berry. HEX triplet: 74, 24 and 2A. RGB value is (116,36,42). Sum of RGB (Red+Green+Blue) = 116+36+42=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 36 (14.45% from 255 or 18.56% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74242A is #8BDBD5. Grayscale: #3C3C3C. Windows color (decimal): -9165782 or 2761844. OLE color: 2761844.
HSL color Cylindrical-coordinate representation of color #74242A: hue angle of 355.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74242A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 36 | 42 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.55 |
| HSL | 355.5º | 0.53% | 0.3% | - |
| HSV(B) | 355.5º | 0.69% | 0.45% | - |
| XYZ | 8.25 | 5.14 | 2.75 | - |
| YUV | 60.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 42 | 0 | 0.69 | 0.64 | 0.55 | 355.5 | 0.53 | 0.3 |
| Hex | 74 | 24 | 2A | 0 | 45 | 40 | 37 | 164 | 35 | 1E |
| Octal | 164 | 44 | 52 | 0 | 105 | 100 | 67 | 544 | 65 | 36 |
| Binary | 1110100 | 100100 | 101010 | 0 | 1000101 | 1000000 | 110111 | 101100100 | 110101 | 11110 |
Color Harmonies of #74242A
Complementary color
Monochromatic Colors of #74242A
Black with #74242A
Text Example
Text Example
White with #74242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74242A; }
p { color: rgb(116,36,42); }
H1.HeaderClassName
{
color: #74242A;
}
.AnyTagClassName
{
color: #74242A;
}
</style>
background-color css
<style>
a { background-color: #74242A; }
a { background-color: rgb(116,36,42); }
div.DivClassName
{
background-color: #74242A;
}
.BgClassName
{
background-color: #74242A;
}
</style>
border-color css
<style>
span { border-color: #74242A; }
span { border-color: rgb(116,36,42); }
td.TdClassName
{
border-color: #74242A;
}
.TagClassName
{
border-color: #74242A;
}
</style>