Shades of Red Berry #7A1B24
Tints of Red Berry #7A1B24
RGB
CMYK
RGB Variations
Color information
#7A1B24 (or 0x7A1B24) is known color: Red Berry. HEX triplet: 7A, 1B and 24. RGB value is (122,27,36). Sum of RGB (Red+Green+Blue) = 122+27+36=185 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.95% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1B24 is #85E4DB. Grayscale: #383838. Windows color (decimal): -8774876 or 2366330. OLE color: 2366330.
HSL color Cylindrical-coordinate representation of color #7A1B24: hue angle of 354.32º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1B24 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 27 | 36 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.52 |
| HSL | 354.32º | 0.64% | 0.29% | - |
| HSV(B) | 354.32º | 0.78% | 0.48% | - |
| XYZ | 8.74 | 5.05 | 2.18 | - |
| YUV | 56.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 36 | 0 | 0.78 | 0.70 | 0.52 | 354.32 | 0.64 | 0.29 |
| Hex | 7A | 1B | 24 | 0 | 4E | 46 | 34 | 162 | 40 | 1D |
| Octal | 172 | 33 | 44 | 0 | 116 | 106 | 64 | 542 | 100 | 35 |
| Binary | 1111010 | 11011 | 100100 | 0 | 1001110 | 1000110 | 110100 | 101100010 | 1000000 | 11101 |
Color Harmonies of #7A1B24
Complementary color
Monochromatic Colors of #7A1B24
Black with #7A1B24
Text Example
Text Example
White with #7A1B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1B24; }
p { color: rgb(122,27,36); }
H1.HeaderClassName
{
color: #7A1B24;
}
.AnyTagClassName
{
color: #7A1B24;
}
</style>
background-color css
<style>
a { background-color: #7A1B24; }
a { background-color: rgb(122,27,36); }
div.DivClassName
{
background-color: #7A1B24;
}
.BgClassName
{
background-color: #7A1B24;
}
</style>
border-color css
<style>
span { border-color: #7A1B24; }
span { border-color: rgb(122,27,36); }
td.TdClassName
{
border-color: #7A1B24;
}
.TagClassName
{
border-color: #7A1B24;
}
</style>