Shades of Red Berry #7C171E
Tints of Red Berry #7C171E
RGB
CMYK
RGB Variations
Color information
#7C171E (or 0x7C171E) is known color: Red Berry. HEX triplet: 7C, 17 and 1E. RGB value is (124,23,30). Sum of RGB (Red+Green+Blue) = 124+23+30=177 (23% of max value = 765). Red value is 124 (48.83% from 255 or 70.06% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 124 - color contains mainly: red. Hex color #7C171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C171E is #83E8E1. Grayscale: #363636. Windows color (decimal): -8644834 or 1972092. OLE color: 1972092.
HSL color Cylindrical-coordinate representation of color #7C171E: hue angle of 355.84º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C171E is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 30 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.51 |
| HSL | 355.84º | 0.69% | 0.29% | - |
| HSV(B) | 355.84º | 0.81% | 0.49% | - |
| XYZ | 8.85 | 4.99 | 1.73 | - |
| YUV | 54 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 30 | 0 | 0.81 | 0.76 | 0.51 | 355.84 | 0.69 | 0.29 |
| Hex | 7C | 17 | 1E | 0 | 51 | 4C | 33 | 164 | 45 | 1D |
| Octal | 174 | 27 | 36 | 0 | 121 | 114 | 63 | 544 | 105 | 35 |
| Binary | 1111100 | 10111 | 11110 | 0 | 1010001 | 1001100 | 110011 | 101100100 | 1000101 | 11101 |
Color Harmonies of #7C171E
Complementary color
Monochromatic Colors of #7C171E
Black with #7C171E
Text Example
Text Example
White with #7C171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C171E; }
p { color: rgb(124,23,30); }
H1.HeaderClassName
{
color: #7C171E;
}
.AnyTagClassName
{
color: #7C171E;
}
</style>
background-color css
<style>
a { background-color: #7C171E; }
a { background-color: rgb(124,23,30); }
div.DivClassName
{
background-color: #7C171E;
}
.BgClassName
{
background-color: #7C171E;
}
</style>
border-color css
<style>
span { border-color: #7C171E; }
span { border-color: rgb(124,23,30); }
td.TdClassName
{
border-color: #7C171E;
}
.TagClassName
{
border-color: #7C171E;
}
</style>