Shades of Red Berry #7B1823
Tints of Red Berry #7B1823
RGB
CMYK
RGB Variations
Color information
#7B1823 (or 0x7B1823) is known color: Red Berry. HEX triplet: 7B, 18 and 23. RGB value is (123,24,35). Sum of RGB (Red+Green+Blue) = 123+24+35=182 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.58% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1823 is #84E7DC. Grayscale: #363636. Windows color (decimal): -8710109 or 2300027. OLE color: 2300027.
HSL color Cylindrical-coordinate representation of color #7B1823: hue angle of 353.33º degrees, saturation: 0.67, 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 #7B1823 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 24 | 35 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.52 |
| HSL | 353.33º | 0.67% | 0.29% | - |
| HSV(B) | 353.33º | 0.8% | 0.48% | - |
| XYZ | 8.8 | 4.99 | 2.09 | - |
| YUV | 54.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 35 | 0 | 0.80 | 0.72 | 0.52 | 353.33 | 0.67 | 0.29 |
| Hex | 7B | 18 | 23 | 0 | 50 | 48 | 34 | 161 | 43 | 1D |
| Octal | 173 | 30 | 43 | 0 | 120 | 110 | 64 | 541 | 103 | 35 |
| Binary | 1111011 | 11000 | 100011 | 0 | 1010000 | 1001000 | 110100 | 101100001 | 1000011 | 11101 |
Color Harmonies of #7B1823
Complementary color
Monochromatic Colors of #7B1823
Black with #7B1823
Text Example
Text Example
White with #7B1823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1823; }
p { color: rgb(123,24,35); }
H1.HeaderClassName
{
color: #7B1823;
}
.AnyTagClassName
{
color: #7B1823;
}
</style>
background-color css
<style>
a { background-color: #7B1823; }
a { background-color: rgb(123,24,35); }
div.DivClassName
{
background-color: #7B1823;
}
.BgClassName
{
background-color: #7B1823;
}
</style>
border-color css
<style>
span { border-color: #7B1823; }
span { border-color: rgb(123,24,35); }
td.TdClassName
{
border-color: #7B1823;
}
.TagClassName
{
border-color: #7B1823;
}
</style>