Shades of Red Berry #7B131A
Tints of Red Berry #7B131A
RGB
CMYK
RGB Variations
Color information
#7B131A (or 0x7B131A) is known color: Red Berry. HEX triplet: 7B, 13 and 1A. RGB value is (123,19,26). Sum of RGB (Red+Green+Blue) = 123+19+26=168 (22% of max value = 765). Red value is 123 (48.44% from 255 or 73.21% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 123 - color contains mainly: red. Hex color #7B131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B131A is #84ECE5. Grayscale: #323232. Windows color (decimal): -8711398 or 1708923. OLE color: 1708923.
HSL color Cylindrical-coordinate representation of color #7B131A: hue angle of 355.96º 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 #7B131A is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 19 | 26 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.52 |
| HSL | 355.96º | 0.73% | 0.28% | - |
| HSV(B) | 355.96º | 0.85% | 0.48% | - |
| XYZ | 8.59 | 4.75 | 1.44 | - |
| YUV | 50.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 26 | 0 | 0.85 | 0.79 | 0.52 | 355.96 | 0.73 | 0.28 |
| Hex | 7B | 13 | 1A | 0 | 55 | 4F | 34 | 164 | 49 | 1C |
| Octal | 173 | 23 | 32 | 0 | 125 | 117 | 64 | 544 | 111 | 34 |
| Binary | 1111011 | 10011 | 11010 | 0 | 1010101 | 1001111 | 110100 | 101100100 | 1001001 | 11100 |
Color Harmonies of #7B131A
Complementary color
Monochromatic Colors of #7B131A
Black with #7B131A
Text Example
Text Example
White with #7B131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B131A; }
p { color: rgb(123,19,26); }
H1.HeaderClassName
{
color: #7B131A;
}
.AnyTagClassName
{
color: #7B131A;
}
</style>
background-color css
<style>
a { background-color: #7B131A; }
a { background-color: rgb(123,19,26); }
div.DivClassName
{
background-color: #7B131A;
}
.BgClassName
{
background-color: #7B131A;
}
</style>
border-color css
<style>
span { border-color: #7B131A; }
span { border-color: rgb(123,19,26); }
td.TdClassName
{
border-color: #7B131A;
}
.TagClassName
{
border-color: #7B131A;
}
</style>