Shades of Red Berry #7B141C
Tints of Red Berry #7B141C
RGB
CMYK
RGB Variations
Color information
#7B141C (or 0x7B141C) is known color: Red Berry. HEX triplet: 7B, 14 and 1C. RGB value is (123,20,28). Sum of RGB (Red+Green+Blue) = 123+20+28=171 (22% of max value = 765). Red value is 123 (48.44% from 255 or 71.93% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 123 - color contains mainly: red. Hex color #7B141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B141C is #84EBE3. Grayscale: #333333. Windows color (decimal): -8711140 or 1840251. OLE color: 1840251.
HSL color Cylindrical-coordinate representation of color #7B141C: hue angle of 355.34º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B141C is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 20 | 28 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.52 |
| HSL | 355.34º | 0.72% | 0.28% | - |
| HSV(B) | 355.34º | 0.84% | 0.48% | - |
| XYZ | 8.63 | 4.8 | 1.57 | - |
| YUV | 51.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 20 | 28 | 0 | 0.84 | 0.77 | 0.52 | 355.34 | 0.72 | 0.28 |
| Hex | 7B | 14 | 1C | 0 | 54 | 4D | 34 | 163 | 48 | 1C |
| Octal | 173 | 24 | 34 | 0 | 124 | 115 | 64 | 543 | 110 | 34 |
| Binary | 1111011 | 10100 | 11100 | 0 | 1010100 | 1001101 | 110100 | 101100011 | 1001000 | 11100 |
Color Harmonies of #7B141C
Complementary color
Monochromatic Colors of #7B141C
Black with #7B141C
Text Example
Text Example
White with #7B141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B141C; }
p { color: rgb(123,20,28); }
H1.HeaderClassName
{
color: #7B141C;
}
.AnyTagClassName
{
color: #7B141C;
}
</style>
background-color css
<style>
a { background-color: #7B141C; }
a { background-color: rgb(123,20,28); }
div.DivClassName
{
background-color: #7B141C;
}
.BgClassName
{
background-color: #7B141C;
}
</style>
border-color css
<style>
span { border-color: #7B141C; }
span { border-color: rgb(123,20,28); }
td.TdClassName
{
border-color: #7B141C;
}
.TagClassName
{
border-color: #7B141C;
}
</style>