Shades of Red Berry #7B191B
Tints of Red Berry #7B191B
RGB
CMYK
RGB Variations
Color information
#7B191B (or 0x7B191B) is known color: Red Berry. HEX triplet: 7B, 19 and 1B. RGB value is (123,25,27). Sum of RGB (Red+Green+Blue) = 123+25+27=175 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.29% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 123 - color contains mainly: red. Hex color #7B191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B191B is #84E6E4. Grayscale: #363636. Windows color (decimal): -8709861 or 1775995. OLE color: 1775995.
HSL color Cylindrical-coordinate representation of color #7B191B: hue angle of 358.78º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B191B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 27 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.52 |
| HSL | 358.78º | 0.66% | 0.29% | - |
| HSV(B) | 358.78º | 0.8% | 0.48% | - |
| XYZ | 8.71 | 4.99 | 1.54 | - |
| YUV | 54.53 | 112.47 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 27 | 0 | 0.80 | 0.78 | 0.52 | 358.78 | 0.66 | 0.29 |
| Hex | 7B | 19 | 1B | 0 | 50 | 4E | 34 | 167 | 42 | 1D |
| Octal | 173 | 31 | 33 | 0 | 120 | 116 | 64 | 547 | 102 | 35 |
| Binary | 1111011 | 11001 | 11011 | 0 | 1010000 | 1001110 | 110100 | 101100111 | 1000010 | 11101 |
Color Harmonies of #7B191B
Complementary color
Monochromatic Colors of #7B191B
Black with #7B191B
Text Example
Text Example
White with #7B191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B191B; }
p { color: rgb(123,25,27); }
H1.HeaderClassName
{
color: #7B191B;
}
.AnyTagClassName
{
color: #7B191B;
}
</style>
background-color css
<style>
a { background-color: #7B191B; }
a { background-color: rgb(123,25,27); }
div.DivClassName
{
background-color: #7B191B;
}
.BgClassName
{
background-color: #7B191B;
}
</style>
border-color css
<style>
span { border-color: #7B191B; }
span { border-color: rgb(123,25,27); }
td.TdClassName
{
border-color: #7B191B;
}
.TagClassName
{
border-color: #7B191B;
}
</style>