Shades of Red Berry #74101B
Tints of Red Berry #74101B
RGB
CMYK
RGB Variations
Color information
#74101B (or 0x74101B) is known color: Red Berry. HEX triplet: 74, 10 and 1B. RGB value is (116,16,27). Sum of RGB (Red+Green+Blue) = 116+16+27=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #74101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74101B is #8BEFE4. Grayscale: #2F2F2F. Windows color (decimal): -9170917 or 1773684. OLE color: 1773684.
HSL color Cylindrical-coordinate representation of color #74101B: hue angle of 353.4º 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 #74101B is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 16 | 27 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.55 |
| HSL | 353.4º | 0.76% | 0.26% | - |
| HSV(B) | 353.4º | 0.86% | 0.45% | - |
| XYZ | 7.59 | 4.16 | 1.44 | - |
| YUV | 47.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 27 | 0 | 0.86 | 0.77 | 0.55 | 353.4 | 0.76 | 0.26 |
| Hex | 74 | 10 | 1B | 0 | 56 | 4D | 37 | 161 | 4C | 1A |
| Octal | 164 | 20 | 33 | 0 | 126 | 115 | 67 | 541 | 114 | 32 |
| Binary | 1110100 | 10000 | 11011 | 0 | 1010110 | 1001101 | 110111 | 101100001 | 1001100 | 11010 |
Color Harmonies of #74101B
Complementary color
Monochromatic Colors of #74101B
Black with #74101B
Text Example
Text Example
White with #74101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74101B; }
p { color: rgb(116,16,27); }
H1.HeaderClassName
{
color: #74101B;
}
.AnyTagClassName
{
color: #74101B;
}
</style>
background-color css
<style>
a { background-color: #74101B; }
a { background-color: rgb(116,16,27); }
div.DivClassName
{
background-color: #74101B;
}
.BgClassName
{
background-color: #74101B;
}
</style>
border-color css
<style>
span { border-color: #74101B; }
span { border-color: rgb(116,16,27); }
td.TdClassName
{
border-color: #74101B;
}
.TagClassName
{
border-color: #74101B;
}
</style>