Shades of Red Berry #7A131B
Tints of Red Berry #7A131B
RGB
CMYK
RGB Variations
Color information
#7A131B (or 0x7A131B) is known color: Red Berry. HEX triplet: 7A, 13 and 1B. RGB value is (122,19,27). Sum of RGB (Red+Green+Blue) = 122+19+27=168 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.62% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 122 - color contains mainly: red. Hex color #7A131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A131B is #85ECE4. Grayscale: #323232. Windows color (decimal): -8776933 or 1774458. OLE color: 1774458.
HSL color Cylindrical-coordinate representation of color #7A131B: hue angle of 355.34º degrees, saturation: 0.73, 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 #7A131B is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 19 | 27 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.52 |
| HSL | 355.34º | 0.73% | 0.28% | - |
| HSV(B) | 355.34º | 0.84% | 0.48% | - |
| XYZ | 8.46 | 4.68 | 1.49 | - |
| YUV | 50.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 19 | 27 | 0 | 0.84 | 0.78 | 0.52 | 355.34 | 0.73 | 0.28 |
| Hex | 7A | 13 | 1B | 0 | 54 | 4E | 34 | 163 | 49 | 1C |
| Octal | 172 | 23 | 33 | 0 | 124 | 116 | 64 | 543 | 111 | 34 |
| Binary | 1111010 | 10011 | 11011 | 0 | 1010100 | 1001110 | 110100 | 101100011 | 1001001 | 11100 |
Color Harmonies of #7A131B
Complementary color
Monochromatic Colors of #7A131B
Black with #7A131B
Text Example
Text Example
White with #7A131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A131B; }
p { color: rgb(122,19,27); }
H1.HeaderClassName
{
color: #7A131B;
}
.AnyTagClassName
{
color: #7A131B;
}
</style>
background-color css
<style>
a { background-color: #7A131B; }
a { background-color: rgb(122,19,27); }
div.DivClassName
{
background-color: #7A131B;
}
.BgClassName
{
background-color: #7A131B;
}
</style>
border-color css
<style>
span { border-color: #7A131B; }
span { border-color: rgb(122,19,27); }
td.TdClassName
{
border-color: #7A131B;
}
.TagClassName
{
border-color: #7A131B;
}
</style>