Shades of Red Berry #7F1427
Tints of Red Berry #7F1427
RGB
CMYK
RGB Variations
Color information
#7F1427 (or 0x7F1427) is known color: Red Berry. HEX triplet: 7F, 14 and 27. RGB value is (127,20,39). Sum of RGB (Red+Green+Blue) = 127+20+39=186 (24% of max value = 765). Red value is 127 (50% from 255 or 68.28% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1427 is #80EBD8. Grayscale: #363636. Windows color (decimal): -8448985 or 2561151. OLE color: 2561151.
HSL color Cylindrical-coordinate representation of color #7F1427: hue angle of 349.35º 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 #7F1427 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 39 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.50 |
| HSL | 349.35º | 0.73% | 0.29% | - |
| HSV(B) | 349.35º | 0.84% | 0.5% | - |
| XYZ | 9.37 | 5.16 | 2.42 | - |
| YUV | 54.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 39 | 0 | 0.84 | 0.69 | 0.50 | 349.35 | 0.73 | 0.29 |
| Hex | 7F | 14 | 27 | 0 | 54 | 45 | 32 | 15D | 49 | 1D |
| Octal | 177 | 24 | 47 | 0 | 124 | 105 | 62 | 535 | 111 | 35 |
| Binary | 1111111 | 10100 | 100111 | 0 | 1010100 | 1000101 | 110010 | 101011101 | 1001001 | 11101 |
Color Harmonies of #7F1427
Complementary color
Monochromatic Colors of #7F1427
Black with #7F1427
Text Example
Text Example
White with #7F1427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1427; }
p { color: rgb(127,20,39); }
H1.HeaderClassName
{
color: #7F1427;
}
.AnyTagClassName
{
color: #7F1427;
}
</style>
background-color css
<style>
a { background-color: #7F1427; }
a { background-color: rgb(127,20,39); }
div.DivClassName
{
background-color: #7F1427;
}
.BgClassName
{
background-color: #7F1427;
}
</style>
border-color css
<style>
span { border-color: #7F1427; }
span { border-color: rgb(127,20,39); }
td.TdClassName
{
border-color: #7F1427;
}
.TagClassName
{
border-color: #7F1427;
}
</style>