Shades of Red Berry #7F161C
Tints of Red Berry #7F161C
RGB
CMYK
RGB Variations
Color information
#7F161C (or 0x7F161C) is known color: Red Berry. HEX triplet: 7F, 16 and 1C. RGB value is (127,22,28). Sum of RGB (Red+Green+Blue) = 127+22+28=177 (23% of max value = 765). Red value is 127 (50% from 255 or 71.75% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 127 - color contains mainly: red. Hex color #7F161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F161C is #80E9E3. Grayscale: #363636. Windows color (decimal): -8448484 or 1840767. OLE color: 1840767.
HSL color Cylindrical-coordinate representation of color #7F161C: hue angle of 356.57º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F161C is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 28 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.50 |
| HSL | 356.57º | 0.7% | 0.29% | - |
| HSV(B) | 356.57º | 0.83% | 0.5% | - |
| XYZ | 9.25 | 5.17 | 1.61 | - |
| YUV | 54.08 | 113.29 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 28 | 0 | 0.83 | 0.78 | 0.50 | 356.57 | 0.7 | 0.29 |
| Hex | 7F | 16 | 1C | 0 | 53 | 4E | 32 | 165 | 46 | 1D |
| Octal | 177 | 26 | 34 | 0 | 123 | 116 | 62 | 545 | 106 | 35 |
| Binary | 1111111 | 10110 | 11100 | 0 | 1010011 | 1001110 | 110010 | 101100101 | 1000110 | 11101 |
Color Harmonies of #7F161C
Complementary color
Monochromatic Colors of #7F161C
Black with #7F161C
Text Example
Text Example
White with #7F161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F161C; }
p { color: rgb(127,22,28); }
H1.HeaderClassName
{
color: #7F161C;
}
.AnyTagClassName
{
color: #7F161C;
}
</style>
background-color css
<style>
a { background-color: #7F161C; }
a { background-color: rgb(127,22,28); }
div.DivClassName
{
background-color: #7F161C;
}
.BgClassName
{
background-color: #7F161C;
}
</style>
border-color css
<style>
span { border-color: #7F161C; }
span { border-color: rgb(127,22,28); }
td.TdClassName
{
border-color: #7F161C;
}
.TagClassName
{
border-color: #7F161C;
}
</style>