Shades of Red Berry #7F141F
Tints of Red Berry #7F141F
RGB
CMYK
RGB Variations
Color information
#7F141F (or 0x7F141F) is known color: Red Berry. HEX triplet: 7F, 14 and 1F. RGB value is (127,20,31). Sum of RGB (Red+Green+Blue) = 127+20+31=178 (23% of max value = 765). Red value is 127 (50% from 255 or 71.35% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 127 - color contains mainly: red. Hex color #7F141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F141F is #80EBE0. Grayscale: #353535. Windows color (decimal): -8448993 or 2036863. OLE color: 2036863.
HSL color Cylindrical-coordinate representation of color #7F141F: hue angle of 353.83º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F141F is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 31 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.50 |
| HSL | 353.83º | 0.73% | 0.29% | - |
| HSV(B) | 353.83º | 0.84% | 0.5% | - |
| XYZ | 9.25 | 5.11 | 1.8 | - |
| YUV | 53.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 31 | 0 | 0.84 | 0.76 | 0.50 | 353.83 | 0.73 | 0.29 |
| Hex | 7F | 14 | 1F | 0 | 54 | 4C | 32 | 162 | 49 | 1D |
| Octal | 177 | 24 | 37 | 0 | 124 | 114 | 62 | 542 | 111 | 35 |
| Binary | 1111111 | 10100 | 11111 | 0 | 1010100 | 1001100 | 110010 | 101100010 | 1001001 | 11101 |
Color Harmonies of #7F141F
Complementary color
Monochromatic Colors of #7F141F
Black with #7F141F
Text Example
Text Example
White with #7F141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F141F; }
p { color: rgb(127,20,31); }
H1.HeaderClassName
{
color: #7F141F;
}
.AnyTagClassName
{
color: #7F141F;
}
</style>
background-color css
<style>
a { background-color: #7F141F; }
a { background-color: rgb(127,20,31); }
div.DivClassName
{
background-color: #7F141F;
}
.BgClassName
{
background-color: #7F141F;
}
</style>
border-color css
<style>
span { border-color: #7F141F; }
span { border-color: rgb(127,20,31); }
td.TdClassName
{
border-color: #7F141F;
}
.TagClassName
{
border-color: #7F141F;
}
</style>