Shades of Red Berry #74121F
Tints of Red Berry #74121F
RGB
CMYK
RGB Variations
Color information
#74121F (or 0x74121F) is known color: Red Berry. HEX triplet: 74, 12 and 1F. RGB value is (116,18,31). Sum of RGB (Red+Green+Blue) = 116+18+31=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74121F is #8BEDE0. Grayscale: #303030. Windows color (decimal): -9170401 or 2036340. OLE color: 2036340.
HSL color Cylindrical-coordinate representation of color #74121F: hue angle of 352.04º 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 #74121F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 31 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.55 |
| HSL | 352.04º | 0.73% | 0.26% | - |
| HSV(B) | 352.04º | 0.84% | 0.45% | - |
| XYZ | 7.67 | 4.24 | 1.71 | - |
| YUV | 48.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 31 | 0 | 0.84 | 0.73 | 0.55 | 352.04 | 0.73 | 0.26 |
| Hex | 74 | 12 | 1F | 0 | 54 | 49 | 37 | 160 | 49 | 1A |
| Octal | 164 | 22 | 37 | 0 | 124 | 111 | 67 | 540 | 111 | 32 |
| Binary | 1110100 | 10010 | 11111 | 0 | 1010100 | 1001001 | 110111 | 101100000 | 1001001 | 11010 |
Color Harmonies of #74121F
Complementary color
Monochromatic Colors of #74121F
Black with #74121F
Text Example
Text Example
White with #74121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74121F; }
p { color: rgb(116,18,31); }
H1.HeaderClassName
{
color: #74121F;
}
.AnyTagClassName
{
color: #74121F;
}
</style>
background-color css
<style>
a { background-color: #74121F; }
a { background-color: rgb(116,18,31); }
div.DivClassName
{
background-color: #74121F;
}
.BgClassName
{
background-color: #74121F;
}
</style>
border-color css
<style>
span { border-color: #74121F; }
span { border-color: rgb(116,18,31); }
td.TdClassName
{
border-color: #74121F;
}
.TagClassName
{
border-color: #74121F;
}
</style>