Shades of Red Berry #7B1C21
Tints of Red Berry #7B1C21
RGB
CMYK
RGB Variations
Color information
#7B1C21 (or 0x7B1C21) is known color: Red Berry. HEX triplet: 7B, 1C and 21. RGB value is (123,28,33). Sum of RGB (Red+Green+Blue) = 123+28+33=184 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.85% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1C21 is #84E3DE. Grayscale: #393939. Windows color (decimal): -8709087 or 2169979. OLE color: 2169979.
HSL color Cylindrical-coordinate representation of color #7B1C21: hue angle of 356.84º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B1C21 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 28 | 33 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.52 |
| HSL | 356.84º | 0.63% | 0.3% | - |
| HSV(B) | 356.84º | 0.77% | 0.48% | - |
| XYZ | 8.86 | 5.15 | 1.97 | - |
| YUV | 56.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 28 | 33 | 0 | 0.77 | 0.73 | 0.52 | 356.84 | 0.63 | 0.3 |
| Hex | 7B | 1C | 21 | 0 | 4D | 49 | 34 | 165 | 3F | 1E |
| Octal | 173 | 34 | 41 | 0 | 115 | 111 | 64 | 545 | 77 | 36 |
| Binary | 1111011 | 11100 | 100001 | 0 | 1001101 | 1001001 | 110100 | 101100101 | 111111 | 11110 |
Color Harmonies of #7B1C21
Complementary color
Monochromatic Colors of #7B1C21
Black with #7B1C21
Text Example
Text Example
White with #7B1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1C21; }
p { color: rgb(123,28,33); }
H1.HeaderClassName
{
color: #7B1C21;
}
.AnyTagClassName
{
color: #7B1C21;
}
</style>
background-color css
<style>
a { background-color: #7B1C21; }
a { background-color: rgb(123,28,33); }
div.DivClassName
{
background-color: #7B1C21;
}
.BgClassName
{
background-color: #7B1C21;
}
</style>
border-color css
<style>
span { border-color: #7B1C21; }
span { border-color: rgb(123,28,33); }
td.TdClassName
{
border-color: #7B1C21;
}
.TagClassName
{
border-color: #7B1C21;
}
</style>