Shades of Red Berry #7F1617
Tints of Red Berry #7F1617
RGB
CMYK
RGB Variations
Color information
#7F1617 (or 0x7F1617) is known color: Red Berry. HEX triplet: 7F, 16 and 17. RGB value is (127,22,23). Sum of RGB (Red+Green+Blue) = 127+22+23=172 (22% of max value = 765). Red value is 127 (50% from 255 or 73.84% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1617 is #80E9E8. Grayscale: #353535. Windows color (decimal): -8448489 or 1513087. OLE color: 1513087.
HSL color Cylindrical-coordinate representation of color #7F1617: hue angle of 359.43º 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 #7F1617 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 23 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.50 |
| HSL | 359.43º | 0.7% | 0.29% | - |
| HSV(B) | 359.43º | 0.83% | 0.5% | - |
| XYZ | 9.19 | 5.15 | 1.32 | - |
| YUV | 53.51 | 110.79 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 23 | 0 | 0.83 | 0.82 | 0.50 | 359.43 | 0.7 | 0.29 |
| Hex | 7F | 16 | 17 | 0 | 53 | 52 | 32 | 167 | 46 | 1D |
| Octal | 177 | 26 | 27 | 0 | 123 | 122 | 62 | 547 | 106 | 35 |
| Binary | 1111111 | 10110 | 10111 | 0 | 1010011 | 1010010 | 110010 | 101100111 | 1000110 | 11101 |
Color Harmonies of #7F1617
Complementary color
Monochromatic Colors of #7F1617
Black with #7F1617
Text Example
Text Example
White with #7F1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1617; }
p { color: rgb(127,22,23); }
H1.HeaderClassName
{
color: #7F1617;
}
.AnyTagClassName
{
color: #7F1617;
}
</style>
background-color css
<style>
a { background-color: #7F1617; }
a { background-color: rgb(127,22,23); }
div.DivClassName
{
background-color: #7F1617;
}
.BgClassName
{
background-color: #7F1617;
}
</style>
border-color css
<style>
span { border-color: #7F1617; }
span { border-color: rgb(127,22,23); }
td.TdClassName
{
border-color: #7F1617;
}
.TagClassName
{
border-color: #7F1617;
}
</style>