Shades of Red Berry #7F1A1D
Tints of Red Berry #7F1A1D
RGB
CMYK
RGB Variations
Color information
#7F1A1D (or 0x7F1A1D) is known color: Red Berry. HEX triplet: 7F, 1A and 1D. RGB value is (127,26,29). Sum of RGB (Red+Green+Blue) = 127+26+29=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F1A1D is #80E5E2. Grayscale: #383838. Windows color (decimal): -8447459 or 1907327. OLE color: 1907327.
HSL color Cylindrical-coordinate representation of color #7F1A1D: hue angle of 358.22º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A1D is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 26 | 29 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.50 |
| HSL | 358.22º | 0.66% | 0.3% | - |
| HSV(B) | 358.22º | 0.8% | 0.5% | - |
| XYZ | 9.34 | 5.34 | 1.7 | - |
| YUV | 56.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 26 | 29 | 0 | 0.80 | 0.77 | 0.50 | 358.22 | 0.66 | 0.3 |
| Hex | 7F | 1A | 1D | 0 | 50 | 4D | 32 | 166 | 42 | 1E |
| Octal | 177 | 32 | 35 | 0 | 120 | 115 | 62 | 546 | 102 | 36 |
| Binary | 1111111 | 11010 | 11101 | 0 | 1010000 | 1001101 | 110010 | 101100110 | 1000010 | 11110 |
Color Harmonies of #7F1A1D
Complementary color
Monochromatic Colors of #7F1A1D
Black with #7F1A1D
Text Example
Text Example
White with #7F1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1A1D; }
p { color: rgb(127,26,29); }
H1.HeaderClassName
{
color: #7F1A1D;
}
.AnyTagClassName
{
color: #7F1A1D;
}
</style>
background-color css
<style>
a { background-color: #7F1A1D; }
a { background-color: rgb(127,26,29); }
div.DivClassName
{
background-color: #7F1A1D;
}
.BgClassName
{
background-color: #7F1A1D;
}
</style>
border-color css
<style>
span { border-color: #7F1A1D; }
span { border-color: rgb(127,26,29); }
td.TdClassName
{
border-color: #7F1A1D;
}
.TagClassName
{
border-color: #7F1A1D;
}
</style>