Shades of Red Berry #7A152B
Tints of Red Berry #7A152B
RGB
CMYK
RGB Variations
Color information
#7A152B (or 0x7A152B) is known color: Red Berry. HEX triplet: 7A, 15 and 2B. RGB value is (122,21,43). Sum of RGB (Red+Green+Blue) = 122+21+43=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A152B is #85EAD4. Grayscale: #353535. Windows color (decimal): -8776405 or 2823546. OLE color: 2823546.
HSL color Cylindrical-coordinate representation of color #7A152B: hue angle of 346.93º 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 #7A152B is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 21 | 43 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.52 |
| HSL | 346.93º | 0.71% | 0.28% | - |
| HSV(B) | 346.93º | 0.83% | 0.48% | - |
| XYZ | 8.73 | 4.85 | 2.76 | - |
| YUV | 53.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 21 | 43 | 0 | 0.83 | 0.65 | 0.52 | 346.93 | 0.71 | 0.28 |
| Hex | 7A | 15 | 2B | 0 | 53 | 41 | 34 | 15B | 47 | 1C |
| Octal | 172 | 25 | 53 | 0 | 123 | 101 | 64 | 533 | 107 | 34 |
| Binary | 1111010 | 10101 | 101011 | 0 | 1010011 | 1000001 | 110100 | 101011011 | 1000111 | 11100 |
Color Harmonies of #7A152B
Complementary color
Monochromatic Colors of #7A152B
Black with #7A152B
Text Example
Text Example
White with #7A152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A152B; }
p { color: rgb(122,21,43); }
H1.HeaderClassName
{
color: #7A152B;
}
.AnyTagClassName
{
color: #7A152B;
}
</style>
background-color css
<style>
a { background-color: #7A152B; }
a { background-color: rgb(122,21,43); }
div.DivClassName
{
background-color: #7A152B;
}
.BgClassName
{
background-color: #7A152B;
}
</style>
border-color css
<style>
span { border-color: #7A152B; }
span { border-color: rgb(122,21,43); }
td.TdClassName
{
border-color: #7A152B;
}
.TagClassName
{
border-color: #7A152B;
}
</style>