Shades of Red Berry #7B192B
Tints of Red Berry #7B192B
RGB
CMYK
RGB Variations
Color information
#7B192B (or 0x7B192B) is known color: Red Berry. HEX triplet: 7B, 19 and 2B. RGB value is (123,25,43). Sum of RGB (Red+Green+Blue) = 123+25+43=191 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.40% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 123 - color contains mainly: red. Hex color #7B192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B192B is #84E6D4. Grayscale: #383838. Windows color (decimal): -8709845 or 2824571. OLE color: 2824571.
HSL color Cylindrical-coordinate representation of color #7B192B: hue angle of 348.98º 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 #7B192B is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 43 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.52 |
| HSL | 348.98º | 0.66% | 0.29% | - |
| HSV(B) | 348.98º | 0.8% | 0.48% | - |
| XYZ | 8.95 | 5.08 | 2.79 | - |
| YUV | 56.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 43 | 0 | 0.80 | 0.65 | 0.52 | 348.98 | 0.66 | 0.29 |
| Hex | 7B | 19 | 2B | 0 | 50 | 41 | 34 | 15D | 42 | 1D |
| Octal | 173 | 31 | 53 | 0 | 120 | 101 | 64 | 535 | 102 | 35 |
| Binary | 1111011 | 11001 | 101011 | 0 | 1010000 | 1000001 | 110100 | 101011101 | 1000010 | 11101 |
Color Harmonies of #7B192B
Complementary color
Monochromatic Colors of #7B192B
Black with #7B192B
Text Example
Text Example
White with #7B192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B192B; }
p { color: rgb(123,25,43); }
H1.HeaderClassName
{
color: #7B192B;
}
.AnyTagClassName
{
color: #7B192B;
}
</style>
background-color css
<style>
a { background-color: #7B192B; }
a { background-color: rgb(123,25,43); }
div.DivClassName
{
background-color: #7B192B;
}
.BgClassName
{
background-color: #7B192B;
}
</style>
border-color css
<style>
span { border-color: #7B192B; }
span { border-color: rgb(123,25,43); }
td.TdClassName
{
border-color: #7B192B;
}
.TagClassName
{
border-color: #7B192B;
}
</style>