Shades of Red Berry #74192A
Tints of Red Berry #74192A
RGB
CMYK
RGB Variations
Color information
#74192A (or 0x74192A) is known color: Red Berry. HEX triplet: 74, 19 and 2A. RGB value is (116,25,42). Sum of RGB (Red+Green+Blue) = 116+25+42=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74192A is #8BE6D5. Grayscale: #363636. Windows color (decimal): -9168598 or 2759028. OLE color: 2759028.
HSL color Cylindrical-coordinate representation of color #74192A: hue angle of 348.79º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74192A is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 42 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.55 |
| HSL | 348.79º | 0.65% | 0.28% | - |
| HSV(B) | 348.79º | 0.78% | 0.45% | - |
| XYZ | 7.97 | 4.58 | 2.65 | - |
| YUV | 54.15 | 121.15 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 42 | 0 | 0.78 | 0.64 | 0.55 | 348.79 | 0.65 | 0.28 |
| Hex | 74 | 19 | 2A | 0 | 4E | 40 | 37 | 15D | 41 | 1C |
| Octal | 164 | 31 | 52 | 0 | 116 | 100 | 67 | 535 | 101 | 34 |
| Binary | 1110100 | 11001 | 101010 | 0 | 1001110 | 1000000 | 110111 | 101011101 | 1000001 | 11100 |
Color Harmonies of #74192A
Complementary color
Monochromatic Colors of #74192A
Black with #74192A
Text Example
Text Example
White with #74192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74192A; }
p { color: rgb(116,25,42); }
H1.HeaderClassName
{
color: #74192A;
}
.AnyTagClassName
{
color: #74192A;
}
</style>
background-color css
<style>
a { background-color: #74192A; }
a { background-color: rgb(116,25,42); }
div.DivClassName
{
background-color: #74192A;
}
.BgClassName
{
background-color: #74192A;
}
</style>
border-color css
<style>
span { border-color: #74192A; }
span { border-color: rgb(116,25,42); }
td.TdClassName
{
border-color: #74192A;
}
.TagClassName
{
border-color: #74192A;
}
</style>