Shades of Red Berry #7B1522
Tints of Red Berry #7B1522
RGB
CMYK
RGB Variations
Color information
#7B1522 (or 0x7B1522) is known color: Red Berry. HEX triplet: 7B, 15 and 22. RGB value is (123,21,34). Sum of RGB (Red+Green+Blue) = 123+21+34=178 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.10% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1522 is #84EADD. Grayscale: #353535. Windows color (decimal): -8710878 or 2233723. OLE color: 2233723.
HSL color Cylindrical-coordinate representation of color #7B1522: hue angle of 352.35º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B1522 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 21 | 34 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.52 |
| HSL | 352.35º | 0.71% | 0.28% | - |
| HSV(B) | 352.35º | 0.83% | 0.48% | - |
| XYZ | 8.73 | 4.86 | 1.99 | - |
| YUV | 52.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 21 | 34 | 0 | 0.83 | 0.72 | 0.52 | 352.35 | 0.71 | 0.28 |
| Hex | 7B | 15 | 22 | 0 | 53 | 48 | 34 | 160 | 47 | 1C |
| Octal | 173 | 25 | 42 | 0 | 123 | 110 | 64 | 540 | 107 | 34 |
| Binary | 1111011 | 10101 | 100010 | 0 | 1010011 | 1001000 | 110100 | 101100000 | 1000111 | 11100 |
Color Harmonies of #7B1522
Complementary color
Monochromatic Colors of #7B1522
Black with #7B1522
Text Example
Text Example
White with #7B1522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1522; }
p { color: rgb(123,21,34); }
H1.HeaderClassName
{
color: #7B1522;
}
.AnyTagClassName
{
color: #7B1522;
}
</style>
background-color css
<style>
a { background-color: #7B1522; }
a { background-color: rgb(123,21,34); }
div.DivClassName
{
background-color: #7B1522;
}
.BgClassName
{
background-color: #7B1522;
}
</style>
border-color css
<style>
span { border-color: #7B1522; }
span { border-color: rgb(123,21,34); }
td.TdClassName
{
border-color: #7B1522;
}
.TagClassName
{
border-color: #7B1522;
}
</style>