Shades of Red Berry #7B1920
Tints of Red Berry #7B1920
RGB
CMYK
RGB Variations
Color information
#7B1920 (or 0x7B1920) is known color: Red Berry. HEX triplet: 7B, 19 and 20. RGB value is (123,25,32). Sum of RGB (Red+Green+Blue) = 123+25+32=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1920 is #84E6DF. Grayscale: #373737. Windows color (decimal): -8709856 or 2103675. OLE color: 2103675.
HSL color Cylindrical-coordinate representation of color #7B1920: hue angle of 355.71º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B1920 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 25 | 32 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.52 |
| HSL | 355.71º | 0.66% | 0.29% | - |
| HSV(B) | 355.71º | 0.8% | 0.48% | - |
| XYZ | 8.78 | 5.01 | 1.87 | - |
| YUV | 55.1 | 114.97 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 25 | 32 | 0 | 0.80 | 0.74 | 0.52 | 355.71 | 0.66 | 0.29 |
| Hex | 7B | 19 | 20 | 0 | 50 | 4A | 34 | 164 | 42 | 1D |
| Octal | 173 | 31 | 40 | 0 | 120 | 112 | 64 | 544 | 102 | 35 |
| Binary | 1111011 | 11001 | 100000 | 0 | 1010000 | 1001010 | 110100 | 101100100 | 1000010 | 11101 |
Color Harmonies of #7B1920
Complementary color
Monochromatic Colors of #7B1920
Black with #7B1920
Text Example
Text Example
White with #7B1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1920; }
p { color: rgb(123,25,32); }
H1.HeaderClassName
{
color: #7B1920;
}
.AnyTagClassName
{
color: #7B1920;
}
</style>
background-color css
<style>
a { background-color: #7B1920; }
a { background-color: rgb(123,25,32); }
div.DivClassName
{
background-color: #7B1920;
}
.BgClassName
{
background-color: #7B1920;
}
</style>
border-color css
<style>
span { border-color: #7B1920; }
span { border-color: rgb(123,25,32); }
td.TdClassName
{
border-color: #7B1920;
}
.TagClassName
{
border-color: #7B1920;
}
</style>