Shades of Red Berry #7F151C
Tints of Red Berry #7F151C
RGB
CMYK
RGB Variations
Color information
#7F151C (or 0x7F151C) is known color: Red Berry. HEX triplet: 7F, 15 and 1C. RGB value is (127,21,28). Sum of RGB (Red+Green+Blue) = 127+21+28=176 (23% of max value = 765). Red value is 127 (50% from 255 or 72.16% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 127 - color contains mainly: red. Hex color #7F151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F151C is #80EAE3. Grayscale: #353535. Windows color (decimal): -8448740 or 1840511. OLE color: 1840511.
HSL color Cylindrical-coordinate representation of color #7F151C: hue angle of 356.04º 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 #7F151C is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 28 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.50 |
| HSL | 356.04º | 0.72% | 0.29% | - |
| HSV(B) | 356.04º | 0.83% | 0.5% | - |
| XYZ | 9.23 | 5.13 | 1.6 | - |
| YUV | 53.49 | 113.62 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 28 | 0 | 0.83 | 0.78 | 0.50 | 356.04 | 0.72 | 0.29 |
| Hex | 7F | 15 | 1C | 0 | 53 | 4E | 32 | 164 | 48 | 1D |
| Octal | 177 | 25 | 34 | 0 | 123 | 116 | 62 | 544 | 110 | 35 |
| Binary | 1111111 | 10101 | 11100 | 0 | 1010011 | 1001110 | 110010 | 101100100 | 1001000 | 11101 |
Color Harmonies of #7F151C
Complementary color
Monochromatic Colors of #7F151C
Black with #7F151C
Text Example
Text Example
White with #7F151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F151C; }
p { color: rgb(127,21,28); }
H1.HeaderClassName
{
color: #7F151C;
}
.AnyTagClassName
{
color: #7F151C;
}
</style>
background-color css
<style>
a { background-color: #7F151C; }
a { background-color: rgb(127,21,28); }
div.DivClassName
{
background-color: #7F151C;
}
.BgClassName
{
background-color: #7F151C;
}
</style>
border-color css
<style>
span { border-color: #7F151C; }
span { border-color: rgb(127,21,28); }
td.TdClassName
{
border-color: #7F151C;
}
.TagClassName
{
border-color: #7F151C;
}
</style>