Shades of Red Berry #7F1D20
Tints of Red Berry #7F1D20
RGB
CMYK
RGB Variations
Color information
#7F1D20 (or 0x7F1D20) is known color: Red Berry. HEX triplet: 7F, 1D and 20. RGB value is (127,29,32). Sum of RGB (Red+Green+Blue) = 127+29+32=188 (24% of max value = 765). Red value is 127 (50% from 255 or 67.55% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1D20 is #80E2DF. Grayscale: #3A3A3A. Windows color (decimal): -8446688 or 2104703. OLE color: 2104703.
HSL color Cylindrical-coordinate representation of color #7F1D20: hue angle of 358.16º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F1D20 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 29 | 32 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.50 |
| HSL | 358.16º | 0.63% | 0.31% | - |
| HSV(B) | 358.16º | 0.77% | 0.5% | - |
| XYZ | 9.45 | 5.5 | 1.93 | - |
| YUV | 58.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 29 | 32 | 0 | 0.77 | 0.75 | 0.50 | 358.16 | 0.63 | 0.31 |
| Hex | 7F | 1D | 20 | 0 | 4D | 4B | 32 | 166 | 3F | 1F |
| Octal | 177 | 35 | 40 | 0 | 115 | 113 | 62 | 546 | 77 | 37 |
| Binary | 1111111 | 11101 | 100000 | 0 | 1001101 | 1001011 | 110010 | 101100110 | 111111 | 11111 |
Color Harmonies of #7F1D20
Complementary color
Monochromatic Colors of #7F1D20
Black with #7F1D20
Text Example
Text Example
White with #7F1D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1D20; }
p { color: rgb(127,29,32); }
H1.HeaderClassName
{
color: #7F1D20;
}
.AnyTagClassName
{
color: #7F1D20;
}
</style>
background-color css
<style>
a { background-color: #7F1D20; }
a { background-color: rgb(127,29,32); }
div.DivClassName
{
background-color: #7F1D20;
}
.BgClassName
{
background-color: #7F1D20;
}
</style>
border-color css
<style>
span { border-color: #7F1D20; }
span { border-color: rgb(127,29,32); }
td.TdClassName
{
border-color: #7F1D20;
}
.TagClassName
{
border-color: #7F1D20;
}
</style>