Shades of Red Berry #74171C
Tints of Red Berry #74171C
RGB
CMYK
RGB Variations
Color information
#74171C (or 0x74171C) is known color: Red Berry. HEX triplet: 74, 17 and 1C. RGB value is (116,23,28). Sum of RGB (Red+Green+Blue) = 116+23+28=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74171C is #8BE8E3. Grayscale: #333333. Windows color (decimal): -9169124 or 1841012. OLE color: 1841012.
HSL color Cylindrical-coordinate representation of color #74171C: hue angle of 356.77º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74171C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 28 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.55 |
| HSL | 356.77º | 0.67% | 0.27% | - |
| HSV(B) | 356.77º | 0.8% | 0.45% | - |
| XYZ | 7.72 | 4.41 | 1.54 | - |
| YUV | 51.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 28 | 0 | 0.80 | 0.76 | 0.55 | 356.77 | 0.67 | 0.27 |
| Hex | 74 | 17 | 1C | 0 | 50 | 4C | 37 | 165 | 43 | 1B |
| Octal | 164 | 27 | 34 | 0 | 120 | 114 | 67 | 545 | 103 | 33 |
| Binary | 1110100 | 10111 | 11100 | 0 | 1010000 | 1001100 | 110111 | 101100101 | 1000011 | 11011 |
Color Harmonies of #74171C
Complementary color
Monochromatic Colors of #74171C
Black with #74171C
Text Example
Text Example
White with #74171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74171C; }
p { color: rgb(116,23,28); }
H1.HeaderClassName
{
color: #74171C;
}
.AnyTagClassName
{
color: #74171C;
}
</style>
background-color css
<style>
a { background-color: #74171C; }
a { background-color: rgb(116,23,28); }
div.DivClassName
{
background-color: #74171C;
}
.BgClassName
{
background-color: #74171C;
}
</style>
border-color css
<style>
span { border-color: #74171C; }
span { border-color: rgb(116,23,28); }
td.TdClassName
{
border-color: #74171C;
}
.TagClassName
{
border-color: #74171C;
}
</style>