Shades of Red Berry #74101F
Tints of Red Berry #74101F
RGB
CMYK
RGB Variations
Color information
#74101F (or 0x74101F) is known color: Red Berry. HEX triplet: 74, 10 and 1F. RGB value is (116,16,31). Sum of RGB (Red+Green+Blue) = 116+16+31=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74101F is #8BEFE0. Grayscale: #2F2F2F. Windows color (decimal): -9170913 or 2035828. OLE color: 2035828.
HSL color Cylindrical-coordinate representation of color #74101F: hue angle of 351º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74101F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 16 | 31 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.55 |
| HSL | 351º | 0.76% | 0.26% | - |
| HSV(B) | 351º | 0.86% | 0.45% | - |
| XYZ | 7.64 | 4.18 | 1.7 | - |
| YUV | 47.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 31 | 0 | 0.86 | 0.73 | 0.55 | 351 | 0.76 | 0.26 |
| Hex | 74 | 10 | 1F | 0 | 56 | 49 | 37 | 15F | 4C | 1A |
| Octal | 164 | 20 | 37 | 0 | 126 | 111 | 67 | 537 | 114 | 32 |
| Binary | 1110100 | 10000 | 11111 | 0 | 1010110 | 1001001 | 110111 | 101011111 | 1001100 | 11010 |
Color Harmonies of #74101F
Complementary color
Monochromatic Colors of #74101F
Black with #74101F
Text Example
Text Example
White with #74101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74101F; }
p { color: rgb(116,16,31); }
H1.HeaderClassName
{
color: #74101F;
}
.AnyTagClassName
{
color: #74101F;
}
</style>
background-color css
<style>
a { background-color: #74101F; }
a { background-color: rgb(116,16,31); }
div.DivClassName
{
background-color: #74101F;
}
.BgClassName
{
background-color: #74101F;
}
</style>
border-color css
<style>
span { border-color: #74101F; }
span { border-color: rgb(116,16,31); }
td.TdClassName
{
border-color: #74101F;
}
.TagClassName
{
border-color: #74101F;
}
</style>