Shades of Red Berry #7B1519
Tints of Red Berry #7B1519
RGB
CMYK
RGB Variations
Color information
#7B1519 (or 0x7B1519) is known color: Red Berry. HEX triplet: 7B, 15 and 19. RGB value is (123,21,25). Sum of RGB (Red+Green+Blue) = 123+21+25=169 (22% of max value = 765). Red value is 123 (48.44% from 255 or 72.78% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1519 is #84EAE6. Grayscale: #343434. Windows color (decimal): -8710887 or 1643899. OLE color: 1643899.
HSL color Cylindrical-coordinate representation of color #7B1519: hue angle of 357.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B1519 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 21 | 25 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.52 |
| HSL | 357.65º | 0.71% | 0.28% | - |
| HSV(B) | 357.65º | 0.83% | 0.48% | - |
| XYZ | 8.61 | 4.82 | 1.4 | - |
| YUV | 51.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 21 | 25 | 0 | 0.83 | 0.80 | 0.52 | 357.65 | 0.71 | 0.28 |
| Hex | 7B | 15 | 19 | 0 | 53 | 50 | 34 | 166 | 47 | 1C |
| Octal | 173 | 25 | 31 | 0 | 123 | 120 | 64 | 546 | 107 | 34 |
| Binary | 1111011 | 10101 | 11001 | 0 | 1010011 | 1010000 | 110100 | 101100110 | 1000111 | 11100 |
Color Harmonies of #7B1519
Complementary color
Monochromatic Colors of #7B1519
Black with #7B1519
Text Example
Text Example
White with #7B1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1519; }
p { color: rgb(123,21,25); }
H1.HeaderClassName
{
color: #7B1519;
}
.AnyTagClassName
{
color: #7B1519;
}
</style>
background-color css
<style>
a { background-color: #7B1519; }
a { background-color: rgb(123,21,25); }
div.DivClassName
{
background-color: #7B1519;
}
.BgClassName
{
background-color: #7B1519;
}
</style>
border-color css
<style>
span { border-color: #7B1519; }
span { border-color: rgb(123,21,25); }
td.TdClassName
{
border-color: #7B1519;
}
.TagClassName
{
border-color: #7B1519;
}
</style>