Shades of Red Berry #7A181B
Tints of Red Berry #7A181B
RGB
CMYK
RGB Variations
Color information
#7A181B (or 0x7A181B) is known color: Red Berry. HEX triplet: 7A, 18 and 1B. RGB value is (122,24,27). Sum of RGB (Red+Green+Blue) = 122+24+27=173 (22% of max value = 765). Red value is 122 (48.05% from 255 or 70.52% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 122 - color contains mainly: red. Hex color #7A181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A181B is #85E7E4. Grayscale: #353535. Windows color (decimal): -8775653 or 1775738. OLE color: 1775738.
HSL color Cylindrical-coordinate representation of color #7A181B: hue angle of 358.16º 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 #7A181B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 27 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.52 |
| HSL | 358.16º | 0.67% | 0.29% | - |
| HSV(B) | 358.16º | 0.8% | 0.48% | - |
| XYZ | 8.55 | 4.87 | 1.53 | - |
| YUV | 53.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 27 | 0 | 0.80 | 0.78 | 0.52 | 358.16 | 0.67 | 0.29 |
| Hex | 7A | 18 | 1B | 0 | 50 | 4E | 34 | 166 | 43 | 1D |
| Octal | 172 | 30 | 33 | 0 | 120 | 116 | 64 | 546 | 103 | 35 |
| Binary | 1111010 | 11000 | 11011 | 0 | 1010000 | 1001110 | 110100 | 101100110 | 1000011 | 11101 |
Color Harmonies of #7A181B
Complementary color
Monochromatic Colors of #7A181B
Black with #7A181B
Text Example
Text Example
White with #7A181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A181B; }
p { color: rgb(122,24,27); }
H1.HeaderClassName
{
color: #7A181B;
}
.AnyTagClassName
{
color: #7A181B;
}
</style>
background-color css
<style>
a { background-color: #7A181B; }
a { background-color: rgb(122,24,27); }
div.DivClassName
{
background-color: #7A181B;
}
.BgClassName
{
background-color: #7A181B;
}
</style>
border-color css
<style>
span { border-color: #7A181B; }
span { border-color: rgb(122,24,27); }
td.TdClassName
{
border-color: #7A181B;
}
.TagClassName
{
border-color: #7A181B;
}
</style>