Shades of Red Berry #7B1323
Tints of Red Berry #7B1323
RGB
CMYK
RGB Variations
Color information
#7B1323 (or 0x7B1323) is known color: Red Berry. HEX triplet: 7B, 13 and 23. RGB value is (123,19,35). Sum of RGB (Red+Green+Blue) = 123+19+35=177 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.49% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1323 is #84ECDC. Grayscale: #333333. Windows color (decimal): -8711389 or 2298747. OLE color: 2298747.
HSL color Cylindrical-coordinate representation of color #7B1323: hue angle of 350.77º 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 #7B1323 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 19 | 35 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.52 |
| HSL | 350.77º | 0.73% | 0.28% | - |
| HSV(B) | 350.77º | 0.85% | 0.48% | - |
| XYZ | 8.7 | 4.8 | 2.06 | - |
| YUV | 51.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 19 | 35 | 0 | 0.85 | 0.72 | 0.52 | 350.77 | 0.73 | 0.28 |
| Hex | 7B | 13 | 23 | 0 | 55 | 48 | 34 | 15F | 49 | 1C |
| Octal | 173 | 23 | 43 | 0 | 125 | 110 | 64 | 537 | 111 | 34 |
| Binary | 1111011 | 10011 | 100011 | 0 | 1010101 | 1001000 | 110100 | 101011111 | 1001001 | 11100 |
Color Harmonies of #7B1323
Complementary color
Monochromatic Colors of #7B1323
Black with #7B1323
Text Example
Text Example
White with #7B1323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1323; }
p { color: rgb(123,19,35); }
H1.HeaderClassName
{
color: #7B1323;
}
.AnyTagClassName
{
color: #7B1323;
}
</style>
background-color css
<style>
a { background-color: #7B1323; }
a { background-color: rgb(123,19,35); }
div.DivClassName
{
background-color: #7B1323;
}
.BgClassName
{
background-color: #7B1323;
}
</style>
border-color css
<style>
span { border-color: #7B1323; }
span { border-color: rgb(123,19,35); }
td.TdClassName
{
border-color: #7B1323;
}
.TagClassName
{
border-color: #7B1323;
}
</style>