Shades of Red Berry #7F1520
Tints of Red Berry #7F1520
RGB
CMYK
RGB Variations
Color information
#7F1520 (or 0x7F1520) is known color: Red Berry. HEX triplet: 7F, 15 and 20. RGB value is (127,21,32). Sum of RGB (Red+Green+Blue) = 127+21+32=180 (23% of max value = 765). Red value is 127 (50% from 255 or 70.56% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1520 is #80EADF. Grayscale: #363636. Windows color (decimal): -8448736 or 2102655. OLE color: 2102655.
HSL color Cylindrical-coordinate representation of color #7F1520: hue angle of 353.77º 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 #7F1520 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 32 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.50 |
| HSL | 353.77º | 0.72% | 0.29% | - |
| HSV(B) | 353.77º | 0.83% | 0.5% | - |
| XYZ | 9.28 | 5.15 | 1.87 | - |
| YUV | 53.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 32 | 0 | 0.83 | 0.75 | 0.50 | 353.77 | 0.72 | 0.29 |
| Hex | 7F | 15 | 20 | 0 | 53 | 4B | 32 | 162 | 48 | 1D |
| Octal | 177 | 25 | 40 | 0 | 123 | 113 | 62 | 542 | 110 | 35 |
| Binary | 1111111 | 10101 | 100000 | 0 | 1010011 | 1001011 | 110010 | 101100010 | 1001000 | 11101 |
Color Harmonies of #7F1520
Complementary color
Monochromatic Colors of #7F1520
Black with #7F1520
Text Example
Text Example
White with #7F1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1520; }
p { color: rgb(127,21,32); }
H1.HeaderClassName
{
color: #7F1520;
}
.AnyTagClassName
{
color: #7F1520;
}
</style>
background-color css
<style>
a { background-color: #7F1520; }
a { background-color: rgb(127,21,32); }
div.DivClassName
{
background-color: #7F1520;
}
.BgClassName
{
background-color: #7F1520;
}
</style>
border-color css
<style>
span { border-color: #7F1520; }
span { border-color: rgb(127,21,32); }
td.TdClassName
{
border-color: #7F1520;
}
.TagClassName
{
border-color: #7F1520;
}
</style>