Shades of Red Berry #7F141B
Tints of Red Berry #7F141B
RGB
CMYK
RGB Variations
Color information
#7F141B (or 0x7F141B) is known color: Red Berry. HEX triplet: 7F, 14 and 1B. RGB value is (127,20,27). Sum of RGB (Red+Green+Blue) = 127+20+27=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F141B is #80EBE4. Grayscale: #343434. Windows color (decimal): -8448997 or 1774719. OLE color: 1774719.
HSL color Cylindrical-coordinate representation of color #7F141B: hue angle of 356.07º 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 #7F141B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 27 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.50 |
| HSL | 356.07º | 0.73% | 0.29% | - |
| HSV(B) | 356.07º | 0.84% | 0.5% | - |
| XYZ | 9.2 | 5.09 | 1.53 | - |
| YUV | 52.79 | 113.45 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 27 | 0 | 0.84 | 0.79 | 0.50 | 356.07 | 0.73 | 0.29 |
| Hex | 7F | 14 | 1B | 0 | 54 | 4F | 32 | 164 | 49 | 1D |
| Octal | 177 | 24 | 33 | 0 | 124 | 117 | 62 | 544 | 111 | 35 |
| Binary | 1111111 | 10100 | 11011 | 0 | 1010100 | 1001111 | 110010 | 101100100 | 1001001 | 11101 |
Color Harmonies of #7F141B
Complementary color
Monochromatic Colors of #7F141B
Black with #7F141B
Text Example
Text Example
White with #7F141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F141B; }
p { color: rgb(127,20,27); }
H1.HeaderClassName
{
color: #7F141B;
}
.AnyTagClassName
{
color: #7F141B;
}
</style>
background-color css
<style>
a { background-color: #7F141B; }
a { background-color: rgb(127,20,27); }
div.DivClassName
{
background-color: #7F141B;
}
.BgClassName
{
background-color: #7F141B;
}
</style>
border-color css
<style>
span { border-color: #7F141B; }
span { border-color: rgb(127,20,27); }
td.TdClassName
{
border-color: #7F141B;
}
.TagClassName
{
border-color: #7F141B;
}
</style>