Shades of Red Berry #7A1A25
Tints of Red Berry #7A1A25
RGB
CMYK
RGB Variations
Color information
#7A1A25 (or 0x7A1A25) is known color: Red Berry. HEX triplet: 7A, 1A and 25. RGB value is (122,26,37). Sum of RGB (Red+Green+Blue) = 122+26+37=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1A25 is #85E5DA. Grayscale: #383838. Windows color (decimal): -8775131 or 2431610. OLE color: 2431610.
HSL color Cylindrical-coordinate representation of color #7A1A25: hue angle of 353.12º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A1A25 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 26 | 37 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.52 |
| HSL | 353.13º | 0.65% | 0.29% | - |
| HSV(B) | 353.13º | 0.79% | 0.48% | - |
| XYZ | 8.73 | 5.01 | 2.26 | - |
| YUV | 55.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 37 | 0 | 0.79 | 0.70 | 0.52 | 353.13 | 0.65 | 0.29 |
| Hex | 7A | 1A | 25 | 0 | 4F | 46 | 34 | 161 | 41 | 1D |
| Octal | 172 | 32 | 45 | 0 | 117 | 106 | 64 | 541 | 101 | 35 |
| Binary | 1111010 | 11010 | 100101 | 0 | 1001111 | 1000110 | 110100 | 101100001 | 1000001 | 11101 |
Color Harmonies of #7A1A25
Complementary color
Monochromatic Colors of #7A1A25
Black with #7A1A25
Text Example
Text Example
White with #7A1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1A25; }
p { color: rgb(122,26,37); }
H1.HeaderClassName
{
color: #7A1A25;
}
.AnyTagClassName
{
color: #7A1A25;
}
</style>
background-color css
<style>
a { background-color: #7A1A25; }
a { background-color: rgb(122,26,37); }
div.DivClassName
{
background-color: #7A1A25;
}
.BgClassName
{
background-color: #7A1A25;
}
</style>
border-color css
<style>
span { border-color: #7A1A25; }
span { border-color: rgb(122,26,37); }
td.TdClassName
{
border-color: #7A1A25;
}
.TagClassName
{
border-color: #7A1A25;
}
</style>