Shades of Red Berry #7A181C
Tints of Red Berry #7A181C
RGB
CMYK
RGB Variations
Color information
#7A181C (or 0x7A181C) is known color: Red Berry. HEX triplet: 7A, 18 and 1C. RGB value is (122,24,28). Sum of RGB (Red+Green+Blue) = 122+24+28=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A181C is #85E7E3. Grayscale: #353535. Windows color (decimal): -8775652 or 1841274. OLE color: 1841274.
HSL color Cylindrical-coordinate representation of color #7A181C: hue angle of 357.55º 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 #7A181C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 28 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.52 |
| HSL | 357.55º | 0.67% | 0.29% | - |
| HSV(B) | 357.55º | 0.8% | 0.48% | - |
| XYZ | 8.56 | 4.87 | 1.59 | - |
| YUV | 53.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 28 | 0 | 0.80 | 0.77 | 0.52 | 357.55 | 0.67 | 0.29 |
| Hex | 7A | 18 | 1C | 0 | 50 | 4D | 34 | 166 | 43 | 1D |
| Octal | 172 | 30 | 34 | 0 | 120 | 115 | 64 | 546 | 103 | 35 |
| Binary | 1111010 | 11000 | 11100 | 0 | 1010000 | 1001101 | 110100 | 101100110 | 1000011 | 11101 |
Color Harmonies of #7A181C
Complementary color
Monochromatic Colors of #7A181C
Black with #7A181C
Text Example
Text Example
White with #7A181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A181C; }
p { color: rgb(122,24,28); }
H1.HeaderClassName
{
color: #7A181C;
}
.AnyTagClassName
{
color: #7A181C;
}
</style>
background-color css
<style>
a { background-color: #7A181C; }
a { background-color: rgb(122,24,28); }
div.DivClassName
{
background-color: #7A181C;
}
.BgClassName
{
background-color: #7A181C;
}
</style>
border-color css
<style>
span { border-color: #7A181C; }
span { border-color: rgb(122,24,28); }
td.TdClassName
{
border-color: #7A181C;
}
.TagClassName
{
border-color: #7A181C;
}
</style>