Shades of Red Berry #74191F
Tints of Red Berry #74191F
RGB
CMYK
RGB Variations
Color information
#74191F (or 0x74191F) is known color: Red Berry. HEX triplet: 74, 19 and 1F. RGB value is (116,25,31). Sum of RGB (Red+Green+Blue) = 116+25+31=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #74191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74191F is #8BE6E0. Grayscale: #343434. Windows color (decimal): -9168609 or 2038132. OLE color: 2038132.
HSL color Cylindrical-coordinate representation of color #74191F: hue angle of 356.04º 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 #74191F is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 31 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.55 |
| HSL | 356.04º | 0.65% | 0.28% | - |
| HSV(B) | 356.04º | 0.78% | 0.45% | - |
| XYZ | 7.8 | 4.51 | 1.76 | - |
| YUV | 52.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 31 | 0 | 0.78 | 0.73 | 0.55 | 356.04 | 0.65 | 0.28 |
| Hex | 74 | 19 | 1F | 0 | 4E | 49 | 37 | 164 | 41 | 1C |
| Octal | 164 | 31 | 37 | 0 | 116 | 111 | 67 | 544 | 101 | 34 |
| Binary | 1110100 | 11001 | 11111 | 0 | 1001110 | 1001001 | 110111 | 101100100 | 1000001 | 11100 |
Color Harmonies of #74191F
Complementary color
Monochromatic Colors of #74191F
Black with #74191F
Text Example
Text Example
White with #74191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74191F; }
p { color: rgb(116,25,31); }
H1.HeaderClassName
{
color: #74191F;
}
.AnyTagClassName
{
color: #74191F;
}
</style>
background-color css
<style>
a { background-color: #74191F; }
a { background-color: rgb(116,25,31); }
div.DivClassName
{
background-color: #74191F;
}
.BgClassName
{
background-color: #74191F;
}
</style>
border-color css
<style>
span { border-color: #74191F; }
span { border-color: rgb(116,25,31); }
td.TdClassName
{
border-color: #74191F;
}
.TagClassName
{
border-color: #74191F;
}
</style>