Shades of Red Berry #7A182C
Tints of Red Berry #7A182C
RGB
CMYK
RGB Variations
Color information
#7A182C (or 0x7A182C) is known color: Red Berry. HEX triplet: 7A, 18 and 2C. RGB value is (122,24,44). Sum of RGB (Red+Green+Blue) = 122+24+44=190 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.21% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 122 - color contains mainly: red. Hex color #7A182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A182C is #85E7D3. Grayscale: #373737. Windows color (decimal): -8775636 or 2889850. OLE color: 2889850.
HSL color Cylindrical-coordinate representation of color #7A182C: hue angle of 347.76º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A182C is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 44 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.52 |
| HSL | 347.76º | 0.67% | 0.29% | - |
| HSV(B) | 347.76º | 0.8% | 0.48% | - |
| XYZ | 8.81 | 4.97 | 2.88 | - |
| YUV | 55.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 44 | 0 | 0.80 | 0.64 | 0.52 | 347.76 | 0.67 | 0.29 |
| Hex | 7A | 18 | 2C | 0 | 50 | 40 | 34 | 15C | 43 | 1D |
| Octal | 172 | 30 | 54 | 0 | 120 | 100 | 64 | 534 | 103 | 35 |
| Binary | 1111010 | 11000 | 101100 | 0 | 1010000 | 1000000 | 110100 | 101011100 | 1000011 | 11101 |
Color Harmonies of #7A182C
Complementary color
Monochromatic Colors of #7A182C
Black with #7A182C
Text Example
Text Example
White with #7A182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A182C; }
p { color: rgb(122,24,44); }
H1.HeaderClassName
{
color: #7A182C;
}
.AnyTagClassName
{
color: #7A182C;
}
</style>
background-color css
<style>
a { background-color: #7A182C; }
a { background-color: rgb(122,24,44); }
div.DivClassName
{
background-color: #7A182C;
}
.BgClassName
{
background-color: #7A182C;
}
</style>
border-color css
<style>
span { border-color: #7A182C; }
span { border-color: rgb(122,24,44); }
td.TdClassName
{
border-color: #7A182C;
}
.TagClassName
{
border-color: #7A182C;
}
</style>