Shades of Red Berry #7A1C25
Tints of Red Berry #7A1C25
RGB
CMYK
RGB Variations
Color information
#7A1C25 (or 0x7A1C25) is known color: Red Berry. HEX triplet: 7A, 1C and 25. RGB value is (122,28,37). Sum of RGB (Red+Green+Blue) = 122+28+37=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C25 is #85E3DA. Grayscale: #393939. Windows color (decimal): -8774619 or 2432122. OLE color: 2432122.
HSL color Cylindrical-coordinate representation of color #7A1C25: hue angle of 354.26º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A1C25 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 28 | 37 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.52 |
| HSL | 354.26º | 0.63% | 0.29% | - |
| HSV(B) | 354.26º | 0.77% | 0.48% | - |
| XYZ | 8.78 | 5.1 | 2.27 | - |
| YUV | 57.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 37 | 0 | 0.77 | 0.70 | 0.52 | 354.26 | 0.63 | 0.29 |
| Hex | 7A | 1C | 25 | 0 | 4D | 46 | 34 | 162 | 3F | 1D |
| Octal | 172 | 34 | 45 | 0 | 115 | 106 | 64 | 542 | 77 | 35 |
| Binary | 1111010 | 11100 | 100101 | 0 | 1001101 | 1000110 | 110100 | 101100010 | 111111 | 11101 |
Color Harmonies of #7A1C25
Complementary color
Monochromatic Colors of #7A1C25
Black with #7A1C25
Text Example
Text Example
White with #7A1C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1C25; }
p { color: rgb(122,28,37); }
H1.HeaderClassName
{
color: #7A1C25;
}
.AnyTagClassName
{
color: #7A1C25;
}
</style>
background-color css
<style>
a { background-color: #7A1C25; }
a { background-color: rgb(122,28,37); }
div.DivClassName
{
background-color: #7A1C25;
}
.BgClassName
{
background-color: #7A1C25;
}
</style>
border-color css
<style>
span { border-color: #7A1C25; }
span { border-color: rgb(122,28,37); }
td.TdClassName
{
border-color: #7A1C25;
}
.TagClassName
{
border-color: #7A1C25;
}
</style>