Shades of Red Berry #7A1C24
Tints of Red Berry #7A1C24
RGB
CMYK
RGB Variations
Color information
#7A1C24 (or 0x7A1C24) is known color: Red Berry. HEX triplet: 7A, 1C and 24. RGB value is (122,28,36). Sum of RGB (Red+Green+Blue) = 122+28+36=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1C24 is #85E3DB. Grayscale: #393939. Windows color (decimal): -8774620 or 2366586. OLE color: 2366586.
HSL color Cylindrical-coordinate representation of color #7A1C24: hue angle of 354.89º 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 #7A1C24 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 28 | 36 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.52 |
| HSL | 354.89º | 0.63% | 0.29% | - |
| HSV(B) | 354.89º | 0.77% | 0.48% | - |
| XYZ | 8.76 | 5.1 | 2.19 | - |
| YUV | 57.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 36 | 0 | 0.77 | 0.70 | 0.52 | 354.89 | 0.63 | 0.29 |
| Hex | 7A | 1C | 24 | 0 | 4D | 46 | 34 | 163 | 3F | 1D |
| Octal | 172 | 34 | 44 | 0 | 115 | 106 | 64 | 543 | 77 | 35 |
| Binary | 1111010 | 11100 | 100100 | 0 | 1001101 | 1000110 | 110100 | 101100011 | 111111 | 11101 |
Color Harmonies of #7A1C24
Complementary color
Monochromatic Colors of #7A1C24
Black with #7A1C24
Text Example
Text Example
White with #7A1C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1C24; }
p { color: rgb(122,28,36); }
H1.HeaderClassName
{
color: #7A1C24;
}
.AnyTagClassName
{
color: #7A1C24;
}
</style>
background-color css
<style>
a { background-color: #7A1C24; }
a { background-color: rgb(122,28,36); }
div.DivClassName
{
background-color: #7A1C24;
}
.BgClassName
{
background-color: #7A1C24;
}
</style>
border-color css
<style>
span { border-color: #7A1C24; }
span { border-color: rgb(122,28,36); }
td.TdClassName
{
border-color: #7A1C24;
}
.TagClassName
{
border-color: #7A1C24;
}
</style>