Shades of Red Berry #74172C
Tints of Red Berry #74172C
RGB
CMYK
RGB Variations
Color information
#74172C (or 0x74172C) is known color: Red Berry. HEX triplet: 74, 17 and 2C. RGB value is (116,23,44). Sum of RGB (Red+Green+Blue) = 116+23+44=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74172C is #8BE8D3. Grayscale: #353535. Windows color (decimal): -9169108 or 2889588. OLE color: 2889588.
HSL color Cylindrical-coordinate representation of color #74172C: hue angle of 346.45º 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 #74172C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 23 | 44 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.55 |
| HSL | 346.45º | 0.67% | 0.27% | - |
| HSV(B) | 346.45º | 0.8% | 0.45% | - |
| XYZ | 7.96 | 4.51 | 2.83 | - |
| YUV | 53.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 44 | 0 | 0.80 | 0.62 | 0.55 | 346.45 | 0.67 | 0.27 |
| Hex | 74 | 17 | 2C | 0 | 50 | 3E | 37 | 15A | 43 | 1B |
| Octal | 164 | 27 | 54 | 0 | 120 | 76 | 67 | 532 | 103 | 33 |
| Binary | 1110100 | 10111 | 101100 | 0 | 1010000 | 111110 | 110111 | 101011010 | 1000011 | 11011 |
Color Harmonies of #74172C
Complementary color
Monochromatic Colors of #74172C
Black with #74172C
Text Example
Text Example
White with #74172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74172C; }
p { color: rgb(116,23,44); }
H1.HeaderClassName
{
color: #74172C;
}
.AnyTagClassName
{
color: #74172C;
}
</style>
background-color css
<style>
a { background-color: #74172C; }
a { background-color: rgb(116,23,44); }
div.DivClassName
{
background-color: #74172C;
}
.BgClassName
{
background-color: #74172C;
}
</style>
border-color css
<style>
span { border-color: #74172C; }
span { border-color: rgb(116,23,44); }
td.TdClassName
{
border-color: #74172C;
}
.TagClassName
{
border-color: #74172C;
}
</style>