Shades of Red Berry #7B1622
Tints of Red Berry #7B1622
RGB
CMYK
RGB Variations
Color information
#7B1622 (or 0x7B1622) is known color: Red Berry. HEX triplet: 7B, 16 and 22. RGB value is (123,22,34). Sum of RGB (Red+Green+Blue) = 123+22+34=179 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.72% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1622 is #84E9DD. Grayscale: #353535. Windows color (decimal): -8710622 or 2233979. OLE color: 2233979.
HSL color Cylindrical-coordinate representation of color #7B1622: hue angle of 352.87º 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 #7B1622 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 34 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.52 |
| HSL | 352.87º | 0.7% | 0.28% | - |
| HSV(B) | 352.87º | 0.82% | 0.48% | - |
| XYZ | 8.74 | 4.9 | 2 | - |
| YUV | 53.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 34 | 0 | 0.82 | 0.72 | 0.52 | 352.87 | 0.7 | 0.28 |
| Hex | 7B | 16 | 22 | 0 | 52 | 48 | 34 | 161 | 46 | 1C |
| Octal | 173 | 26 | 42 | 0 | 122 | 110 | 64 | 541 | 106 | 34 |
| Binary | 1111011 | 10110 | 100010 | 0 | 1010010 | 1001000 | 110100 | 101100001 | 1000110 | 11100 |
Color Harmonies of #7B1622
Complementary color
Monochromatic Colors of #7B1622
Black with #7B1622
Text Example
Text Example
White with #7B1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1622; }
p { color: rgb(123,22,34); }
H1.HeaderClassName
{
color: #7B1622;
}
.AnyTagClassName
{
color: #7B1622;
}
</style>
background-color css
<style>
a { background-color: #7B1622; }
a { background-color: rgb(123,22,34); }
div.DivClassName
{
background-color: #7B1622;
}
.BgClassName
{
background-color: #7B1622;
}
</style>
border-color css
<style>
span { border-color: #7B1622; }
span { border-color: rgb(123,22,34); }
td.TdClassName
{
border-color: #7B1622;
}
.TagClassName
{
border-color: #7B1622;
}
</style>