Shades of Red Berry #74151C
Tints of Red Berry #74151C
RGB
CMYK
RGB Variations
Color information
#74151C (or 0x74151C) is known color: Red Berry. HEX triplet: 74, 15 and 1C. RGB value is (116,21,28). Sum of RGB (Red+Green+Blue) = 116+21+28=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74151C is #8BEAE3. Grayscale: #323232. Windows color (decimal): -9169636 or 1840500. OLE color: 1840500.
HSL color Cylindrical-coordinate representation of color #74151C: hue angle of 355.58º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74151C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 28 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.55 |
| HSL | 355.58º | 0.69% | 0.27% | - |
| HSV(B) | 355.58º | 0.82% | 0.45% | - |
| XYZ | 7.68 | 4.33 | 1.53 | - |
| YUV | 50.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 28 | 0 | 0.82 | 0.76 | 0.55 | 355.58 | 0.69 | 0.27 |
| Hex | 74 | 15 | 1C | 0 | 52 | 4C | 37 | 164 | 45 | 1B |
| Octal | 164 | 25 | 34 | 0 | 122 | 114 | 67 | 544 | 105 | 33 |
| Binary | 1110100 | 10101 | 11100 | 0 | 1010010 | 1001100 | 110111 | 101100100 | 1000101 | 11011 |
Color Harmonies of #74151C
Complementary color
Monochromatic Colors of #74151C
Black with #74151C
Text Example
Text Example
White with #74151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74151C; }
p { color: rgb(116,21,28); }
H1.HeaderClassName
{
color: #74151C;
}
.AnyTagClassName
{
color: #74151C;
}
</style>
background-color css
<style>
a { background-color: #74151C; }
a { background-color: rgb(116,21,28); }
div.DivClassName
{
background-color: #74151C;
}
.BgClassName
{
background-color: #74151C;
}
</style>
border-color css
<style>
span { border-color: #74151C; }
span { border-color: rgb(116,21,28); }
td.TdClassName
{
border-color: #74151C;
}
.TagClassName
{
border-color: #74151C;
}
</style>