Shades of Red Berry #7F151A
Tints of Red Berry #7F151A
RGB
CMYK
RGB Variations
Color information
#7F151A (or 0x7F151A) is known color: Red Berry. HEX triplet: 7F, 15 and 1A. RGB value is (127,21,26). Sum of RGB (Red+Green+Blue) = 127+21+26=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F151A is #80EAE5. Grayscale: #353535. Windows color (decimal): -8448742 or 1709439. OLE color: 1709439.
HSL color Cylindrical-coordinate representation of color #7F151A: hue angle of 357.17º degrees, saturation: 0.72, 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 #7F151A is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 26 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.50 |
| HSL | 357.17º | 0.72% | 0.29% | - |
| HSV(B) | 357.17º | 0.83% | 0.5% | - |
| XYZ | 9.21 | 5.12 | 1.48 | - |
| YUV | 53.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 26 | 0 | 0.83 | 0.80 | 0.50 | 357.17 | 0.72 | 0.29 |
| Hex | 7F | 15 | 1A | 0 | 53 | 50 | 32 | 165 | 48 | 1D |
| Octal | 177 | 25 | 32 | 0 | 123 | 120 | 62 | 545 | 110 | 35 |
| Binary | 1111111 | 10101 | 11010 | 0 | 1010011 | 1010000 | 110010 | 101100101 | 1001000 | 11101 |
Color Harmonies of #7F151A
Complementary color
Monochromatic Colors of #7F151A
Black with #7F151A
Text Example
Text Example
White with #7F151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F151A; }
p { color: rgb(127,21,26); }
H1.HeaderClassName
{
color: #7F151A;
}
.AnyTagClassName
{
color: #7F151A;
}
</style>
background-color css
<style>
a { background-color: #7F151A; }
a { background-color: rgb(127,21,26); }
div.DivClassName
{
background-color: #7F151A;
}
.BgClassName
{
background-color: #7F151A;
}
</style>
border-color css
<style>
span { border-color: #7F151A; }
span { border-color: rgb(127,21,26); }
td.TdClassName
{
border-color: #7F151A;
}
.TagClassName
{
border-color: #7F151A;
}
</style>