Shades of Red Berry #7B131D
Tints of Red Berry #7B131D
RGB
CMYK
RGB Variations
Color information
#7B131D (or 0x7B131D) is known color: Red Berry. HEX triplet: 7B, 13 and 1D. RGB value is (123,19,29). Sum of RGB (Red+Green+Blue) = 123+19+29=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B131D is #84ECE2. Grayscale: #333333. Windows color (decimal): -8711395 or 1905531. OLE color: 1905531.
HSL color Cylindrical-coordinate representation of color #7B131D: hue angle of 354.23º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B131D is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 19 | 29 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.52 |
| HSL | 354.23º | 0.73% | 0.28% | - |
| HSV(B) | 354.23º | 0.85% | 0.48% | - |
| XYZ | 8.62 | 4.77 | 1.63 | - |
| YUV | 51.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 29 | 0 | 0.85 | 0.76 | 0.52 | 354.23 | 0.73 | 0.28 |
| Hex | 7B | 13 | 1D | 0 | 55 | 4C | 34 | 162 | 49 | 1C |
| Octal | 173 | 23 | 35 | 0 | 125 | 114 | 64 | 542 | 111 | 34 |
| Binary | 1111011 | 10011 | 11101 | 0 | 1010101 | 1001100 | 110100 | 101100010 | 1001001 | 11100 |
Color Harmonies of #7B131D
Complementary color
Monochromatic Colors of #7B131D
Black with #7B131D
Text Example
Text Example
White with #7B131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B131D; }
p { color: rgb(123,19,29); }
H1.HeaderClassName
{
color: #7B131D;
}
.AnyTagClassName
{
color: #7B131D;
}
</style>
background-color css
<style>
a { background-color: #7B131D; }
a { background-color: rgb(123,19,29); }
div.DivClassName
{
background-color: #7B131D;
}
.BgClassName
{
background-color: #7B131D;
}
</style>
border-color css
<style>
span { border-color: #7B131D; }
span { border-color: rgb(123,19,29); }
td.TdClassName
{
border-color: #7B131D;
}
.TagClassName
{
border-color: #7B131D;
}
</style>