Shades of Red Berry #7B2022
Tints of Red Berry #7B2022
RGB
CMYK
RGB Variations
Color information
#7B2022 (or 0x7B2022) is known color: Red Berry. HEX triplet: 7B, 20 and 22. RGB value is (123,32,34). Sum of RGB (Red+Green+Blue) = 123+32+34=189 (25% of max value = 765). Red value is 123 (48.44% from 255 or 65.08% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2022 is #84DFDD. Grayscale: #3B3B3B. Windows color (decimal): -8708062 or 2236539. OLE color: 2236539.
HSL color Cylindrical-coordinate representation of color #7B2022: hue angle of 358.68º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B2022 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 34 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.52 |
| HSL | 358.68º | 0.59% | 0.3% | - |
| HSV(B) | 358.68º | 0.74% | 0.48% | - |
| XYZ | 8.97 | 5.36 | 2.07 | - |
| YUV | 59.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 34 | 0 | 0.74 | 0.72 | 0.52 | 358.68 | 0.59 | 0.3 |
| Hex | 7B | 20 | 22 | 0 | 4A | 48 | 34 | 167 | 3B | 1E |
| Octal | 173 | 40 | 42 | 0 | 112 | 110 | 64 | 547 | 73 | 36 |
| Binary | 1111011 | 100000 | 100010 | 0 | 1001010 | 1001000 | 110100 | 101100111 | 111011 | 11110 |
Color Harmonies of #7B2022
Complementary color
Monochromatic Colors of #7B2022
Black with #7B2022
Text Example
Text Example
White with #7B2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2022; }
p { color: rgb(123,32,34); }
H1.HeaderClassName
{
color: #7B2022;
}
.AnyTagClassName
{
color: #7B2022;
}
</style>
background-color css
<style>
a { background-color: #7B2022; }
a { background-color: rgb(123,32,34); }
div.DivClassName
{
background-color: #7B2022;
}
.BgClassName
{
background-color: #7B2022;
}
</style>
border-color css
<style>
span { border-color: #7B2022; }
span { border-color: rgb(123,32,34); }
td.TdClassName
{
border-color: #7B2022;
}
.TagClassName
{
border-color: #7B2022;
}
</style>