Shades of Red Berry #7B161D
Tints of Red Berry #7B161D
RGB
CMYK
RGB Variations
Color information
#7B161D (or 0x7B161D) is known color: Red Berry. HEX triplet: 7B, 16 and 1D. RGB value is (123,22,29). Sum of RGB (Red+Green+Blue) = 123+22+29=174 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.69% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 123 - color contains mainly: red. Hex color #7B161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B161D is #84E9E2. Grayscale: #353535. Windows color (decimal): -8710627 or 1906299. OLE color: 1906299.
HSL color Cylindrical-coordinate representation of color #7B161D: hue angle of 355.84º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B161D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 29 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.52 |
| HSL | 355.84º | 0.7% | 0.28% | - |
| HSV(B) | 355.84º | 0.82% | 0.48% | - |
| XYZ | 8.68 | 4.87 | 1.65 | - |
| YUV | 53 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 29 | 0 | 0.82 | 0.76 | 0.52 | 355.84 | 0.7 | 0.28 |
| Hex | 7B | 16 | 1D | 0 | 52 | 4C | 34 | 164 | 46 | 1C |
| Octal | 173 | 26 | 35 | 0 | 122 | 114 | 64 | 544 | 106 | 34 |
| Binary | 1111011 | 10110 | 11101 | 0 | 1010010 | 1001100 | 110100 | 101100100 | 1000110 | 11100 |
Color Harmonies of #7B161D
Complementary color
Monochromatic Colors of #7B161D
Black with #7B161D
Text Example
Text Example
White with #7B161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B161D; }
p { color: rgb(123,22,29); }
H1.HeaderClassName
{
color: #7B161D;
}
.AnyTagClassName
{
color: #7B161D;
}
</style>
background-color css
<style>
a { background-color: #7B161D; }
a { background-color: rgb(123,22,29); }
div.DivClassName
{
background-color: #7B161D;
}
.BgClassName
{
background-color: #7B161D;
}
</style>
border-color css
<style>
span { border-color: #7B161D; }
span { border-color: rgb(123,22,29); }
td.TdClassName
{
border-color: #7B161D;
}
.TagClassName
{
border-color: #7B161D;
}
</style>