Shades of Red Berry #7B152A
Tints of Red Berry #7B152A
RGB
CMYK
RGB Variations
Color information
#7B152A (or 0x7B152A) is known color: Red Berry. HEX triplet: 7B, 15 and 2A. RGB value is (123,21,42). Sum of RGB (Red+Green+Blue) = 123+21+42=186 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.13% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 123 - color contains mainly: red. Hex color #7B152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B152A is #84EAD5. Grayscale: #353535. Windows color (decimal): -8710870 or 2758011. OLE color: 2758011.
HSL color Cylindrical-coordinate representation of color #7B152A: hue angle of 347.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B152A is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 21 | 42 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.52 |
| HSL | 347.65º | 0.71% | 0.28% | - |
| HSV(B) | 347.65º | 0.83% | 0.48% | - |
| XYZ | 8.85 | 4.91 | 2.67 | - |
| YUV | 53.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 21 | 42 | 0 | 0.83 | 0.66 | 0.52 | 347.65 | 0.71 | 0.28 |
| Hex | 7B | 15 | 2A | 0 | 53 | 42 | 34 | 15C | 47 | 1C |
| Octal | 173 | 25 | 52 | 0 | 123 | 102 | 64 | 534 | 107 | 34 |
| Binary | 1111011 | 10101 | 101010 | 0 | 1010011 | 1000010 | 110100 | 101011100 | 1000111 | 11100 |
Color Harmonies of #7B152A
Complementary color
Monochromatic Colors of #7B152A
Black with #7B152A
Text Example
Text Example
White with #7B152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B152A; }
p { color: rgb(123,21,42); }
H1.HeaderClassName
{
color: #7B152A;
}
.AnyTagClassName
{
color: #7B152A;
}
</style>
background-color css
<style>
a { background-color: #7B152A; }
a { background-color: rgb(123,21,42); }
div.DivClassName
{
background-color: #7B152A;
}
.BgClassName
{
background-color: #7B152A;
}
</style>
border-color css
<style>
span { border-color: #7B152A; }
span { border-color: rgb(123,21,42); }
td.TdClassName
{
border-color: #7B152A;
}
.TagClassName
{
border-color: #7B152A;
}
</style>