Shades of Red Berry #74121D
Tints of Red Berry #74121D
RGB
CMYK
RGB Variations
Color information
#74121D (or 0x74121D) is known color: Red Berry. HEX triplet: 74, 12 and 1D. RGB value is (116,18,29). Sum of RGB (Red+Green+Blue) = 116+18+29=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74121D is #8BEDE2. Grayscale: #303030. Windows color (decimal): -9170403 or 1905268. OLE color: 1905268.
HSL color Cylindrical-coordinate representation of color #74121D: hue angle of 353.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74121D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 29 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.55 |
| HSL | 353.27º | 0.73% | 0.26% | - |
| HSV(B) | 353.27º | 0.84% | 0.45% | - |
| XYZ | 7.64 | 4.23 | 1.58 | - |
| YUV | 48.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 29 | 0 | 0.84 | 0.75 | 0.55 | 353.27 | 0.73 | 0.26 |
| Hex | 74 | 12 | 1D | 0 | 54 | 4B | 37 | 161 | 49 | 1A |
| Octal | 164 | 22 | 35 | 0 | 124 | 113 | 67 | 541 | 111 | 32 |
| Binary | 1110100 | 10010 | 11101 | 0 | 1010100 | 1001011 | 110111 | 101100001 | 1001001 | 11010 |
Color Harmonies of #74121D
Complementary color
Monochromatic Colors of #74121D
Black with #74121D
Text Example
Text Example
White with #74121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74121D; }
p { color: rgb(116,18,29); }
H1.HeaderClassName
{
color: #74121D;
}
.AnyTagClassName
{
color: #74121D;
}
</style>
background-color css
<style>
a { background-color: #74121D; }
a { background-color: rgb(116,18,29); }
div.DivClassName
{
background-color: #74121D;
}
.BgClassName
{
background-color: #74121D;
}
</style>
border-color css
<style>
span { border-color: #74121D; }
span { border-color: rgb(116,18,29); }
td.TdClassName
{
border-color: #74121D;
}
.TagClassName
{
border-color: #74121D;
}
</style>