Shades of Red Berry #7A1423
Tints of Red Berry #7A1423
RGB
CMYK
RGB Variations
Color information
#7A1423 (or 0x7A1423) is known color: Red Berry. HEX triplet: 7A, 14 and 23. RGB value is (122,20,35). Sum of RGB (Red+Green+Blue) = 122+20+35=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1423 is #85EBDC. Grayscale: #343434. Windows color (decimal): -8776669 or 2299002. OLE color: 2299002.
HSL color Cylindrical-coordinate representation of color #7A1423: hue angle of 351.18º 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 #7A1423 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 20 | 35 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.52 |
| HSL | 351.18º | 0.72% | 0.28% | - |
| HSV(B) | 351.18º | 0.84% | 0.48% | - |
| XYZ | 8.58 | 4.76 | 2.06 | - |
| YUV | 52.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 35 | 0 | 0.84 | 0.71 | 0.52 | 351.18 | 0.72 | 0.28 |
| Hex | 7A | 14 | 23 | 0 | 54 | 47 | 34 | 15F | 48 | 1C |
| Octal | 172 | 24 | 43 | 0 | 124 | 107 | 64 | 537 | 110 | 34 |
| Binary | 1111010 | 10100 | 100011 | 0 | 1010100 | 1000111 | 110100 | 101011111 | 1001000 | 11100 |
Color Harmonies of #7A1423
Complementary color
Monochromatic Colors of #7A1423
Black with #7A1423
Text Example
Text Example
White with #7A1423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1423; }
p { color: rgb(122,20,35); }
H1.HeaderClassName
{
color: #7A1423;
}
.AnyTagClassName
{
color: #7A1423;
}
</style>
background-color css
<style>
a { background-color: #7A1423; }
a { background-color: rgb(122,20,35); }
div.DivClassName
{
background-color: #7A1423;
}
.BgClassName
{
background-color: #7A1423;
}
</style>
border-color css
<style>
span { border-color: #7A1423; }
span { border-color: rgb(122,20,35); }
td.TdClassName
{
border-color: #7A1423;
}
.TagClassName
{
border-color: #7A1423;
}
</style>