Shades of Red Berry #7B1623
Tints of Red Berry #7B1623
RGB
CMYK
RGB Variations
Color information
#7B1623 (or 0x7B1623) is known color: Red Berry. HEX triplet: 7B, 16 and 23. RGB value is (123,22,35). Sum of RGB (Red+Green+Blue) = 123+22+35=180 (23% of max value = 765). Red value is 123 (48.44% from 255 or 68.33% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B1623 is #84E9DC. Grayscale: #353535. Windows color (decimal): -8710621 or 2299515. OLE color: 2299515.
HSL color Cylindrical-coordinate representation of color #7B1623: hue angle of 352.28º 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 #7B1623 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 22 | 35 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.52 |
| HSL | 352.28º | 0.7% | 0.28% | - |
| HSV(B) | 352.28º | 0.82% | 0.48% | - |
| XYZ | 8.76 | 4.91 | 2.08 | - |
| YUV | 53.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 22 | 35 | 0 | 0.82 | 0.72 | 0.52 | 352.28 | 0.7 | 0.28 |
| Hex | 7B | 16 | 23 | 0 | 52 | 48 | 34 | 160 | 46 | 1C |
| Octal | 173 | 26 | 43 | 0 | 122 | 110 | 64 | 540 | 106 | 34 |
| Binary | 1111011 | 10110 | 100011 | 0 | 1010010 | 1001000 | 110100 | 101100000 | 1000110 | 11100 |
Color Harmonies of #7B1623
Complementary color
Monochromatic Colors of #7B1623
Black with #7B1623
Text Example
Text Example
White with #7B1623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1623; }
p { color: rgb(123,22,35); }
H1.HeaderClassName
{
color: #7B1623;
}
.AnyTagClassName
{
color: #7B1623;
}
</style>
background-color css
<style>
a { background-color: #7B1623; }
a { background-color: rgb(123,22,35); }
div.DivClassName
{
background-color: #7B1623;
}
.BgClassName
{
background-color: #7B1623;
}
</style>
border-color css
<style>
span { border-color: #7B1623; }
span { border-color: rgb(123,22,35); }
td.TdClassName
{
border-color: #7B1623;
}
.TagClassName
{
border-color: #7B1623;
}
</style>