Shades of Red Berry #74191C
Tints of Red Berry #74191C
RGB
CMYK
RGB Variations
Color information
#74191C (or 0x74191C) is known color: Red Berry. HEX triplet: 74, 19 and 1C. RGB value is (116,25,28). Sum of RGB (Red+Green+Blue) = 116+25+28=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #74191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74191C is #8BE6E3. Grayscale: #343434. Windows color (decimal): -9168612 or 1841524. OLE color: 1841524.
HSL color Cylindrical-coordinate representation of color #74191C: hue angle of 358.02º 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 #74191C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 25 | 28 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.55 |
| HSL | 358.02º | 0.65% | 0.28% | - |
| HSV(B) | 358.02º | 0.78% | 0.45% | - |
| XYZ | 7.76 | 4.49 | 1.56 | - |
| YUV | 52.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 25 | 28 | 0 | 0.78 | 0.76 | 0.55 | 358.02 | 0.65 | 0.28 |
| Hex | 74 | 19 | 1C | 0 | 4E | 4C | 37 | 166 | 41 | 1C |
| Octal | 164 | 31 | 34 | 0 | 116 | 114 | 67 | 546 | 101 | 34 |
| Binary | 1110100 | 11001 | 11100 | 0 | 1001110 | 1001100 | 110111 | 101100110 | 1000001 | 11100 |
Color Harmonies of #74191C
Complementary color
Monochromatic Colors of #74191C
Black with #74191C
Text Example
Text Example
White with #74191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74191C; }
p { color: rgb(116,25,28); }
H1.HeaderClassName
{
color: #74191C;
}
.AnyTagClassName
{
color: #74191C;
}
</style>
background-color css
<style>
a { background-color: #74191C; }
a { background-color: rgb(116,25,28); }
div.DivClassName
{
background-color: #74191C;
}
.BgClassName
{
background-color: #74191C;
}
</style>
border-color css
<style>
span { border-color: #74191C; }
span { border-color: rgb(116,25,28); }
td.TdClassName
{
border-color: #74191C;
}
.TagClassName
{
border-color: #74191C;
}
</style>