Shades of Red Berry #7C171F
Tints of Red Berry #7C171F
RGB
CMYK
RGB Variations
Color information
#7C171F (or 0x7C171F) is known color: Red Berry. HEX triplet: 7C, 17 and 1F. RGB value is (124,23,31). Sum of RGB (Red+Green+Blue) = 124+23+31=178 (23% of max value = 765). Red value is 124 (48.83% from 255 or 69.66% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 124 - color contains mainly: red. Hex color #7C171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C171F is #83E8E0. Grayscale: #363636. Windows color (decimal): -8644833 or 2037628. OLE color: 2037628.
HSL color Cylindrical-coordinate representation of color #7C171F: hue angle of 355.25º 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 #7C171F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 23 | 31 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.51 |
| HSL | 355.25º | 0.69% | 0.29% | - |
| HSV(B) | 355.25º | 0.81% | 0.49% | - |
| XYZ | 8.87 | 5 | 1.79 | - |
| YUV | 54.11 | 114.96 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 23 | 31 | 0 | 0.81 | 0.75 | 0.51 | 355.25 | 0.69 | 0.29 |
| Hex | 7C | 17 | 1F | 0 | 51 | 4B | 33 | 163 | 45 | 1D |
| Octal | 174 | 27 | 37 | 0 | 121 | 113 | 63 | 543 | 105 | 35 |
| Binary | 1111100 | 10111 | 11111 | 0 | 1010001 | 1001011 | 110011 | 101100011 | 1000101 | 11101 |
Color Harmonies of #7C171F
Complementary color
Monochromatic Colors of #7C171F
Black with #7C171F
Text Example
Text Example
White with #7C171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C171F; }
p { color: rgb(124,23,31); }
H1.HeaderClassName
{
color: #7C171F;
}
.AnyTagClassName
{
color: #7C171F;
}
</style>
background-color css
<style>
a { background-color: #7C171F; }
a { background-color: rgb(124,23,31); }
div.DivClassName
{
background-color: #7C171F;
}
.BgClassName
{
background-color: #7C171F;
}
</style>
border-color css
<style>
span { border-color: #7C171F; }
span { border-color: rgb(124,23,31); }
td.TdClassName
{
border-color: #7C171F;
}
.TagClassName
{
border-color: #7C171F;
}
</style>