Shades of Red Berry #7B2024
Tints of Red Berry #7B2024
RGB
CMYK
RGB Variations
Color information
#7B2024 (or 0x7B2024) is known color: Red Berry. HEX triplet: 7B, 20 and 24. RGB value is (123,32,36). Sum of RGB (Red+Green+Blue) = 123+32+36=191 (25% of max value = 765). Red value is 123 (48.44% from 255 or 64.40% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2024 is #84DFDB. Grayscale: #3B3B3B. Windows color (decimal): -8708060 or 2367611. OLE color: 2367611.
HSL color Cylindrical-coordinate representation of color #7B2024: hue angle of 357.36º 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 #7B2024 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 32 | 36 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.52 |
| HSL | 357.36º | 0.59% | 0.3% | - |
| HSV(B) | 357.36º | 0.74% | 0.48% | - |
| XYZ | 9 | 5.37 | 2.23 | - |
| YUV | 59.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 32 | 36 | 0 | 0.74 | 0.71 | 0.52 | 357.36 | 0.59 | 0.3 |
| Hex | 7B | 20 | 24 | 0 | 4A | 47 | 34 | 165 | 3B | 1E |
| Octal | 173 | 40 | 44 | 0 | 112 | 107 | 64 | 545 | 73 | 36 |
| Binary | 1111011 | 100000 | 100100 | 0 | 1001010 | 1000111 | 110100 | 101100101 | 111011 | 11110 |
Color Harmonies of #7B2024
Complementary color
Monochromatic Colors of #7B2024
Black with #7B2024
Text Example
Text Example
White with #7B2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2024; }
p { color: rgb(123,32,36); }
H1.HeaderClassName
{
color: #7B2024;
}
.AnyTagClassName
{
color: #7B2024;
}
</style>
background-color css
<style>
a { background-color: #7B2024; }
a { background-color: rgb(123,32,36); }
div.DivClassName
{
background-color: #7B2024;
}
.BgClassName
{
background-color: #7B2024;
}
</style>
border-color css
<style>
span { border-color: #7B2024; }
span { border-color: rgb(123,32,36); }
td.TdClassName
{
border-color: #7B2024;
}
.TagClassName
{
border-color: #7B2024;
}
</style>