Shades of Red Berry #7A171D
Tints of Red Berry #7A171D
RGB
CMYK
RGB Variations
Color information
#7A171D (or 0x7A171D) is known color: Red Berry. HEX triplet: 7A, 17 and 1D. RGB value is (122,23,29). Sum of RGB (Red+Green+Blue) = 122+23+29=174 (23% of max value = 765). Red value is 122 (48.05% from 255 or 70.11% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 122 - color contains mainly: red. Hex color #7A171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A171D is #85E8E2. Grayscale: #353535. Windows color (decimal): -8775907 or 1906554. OLE color: 1906554.
HSL color Cylindrical-coordinate representation of color #7A171D: hue angle of 356.36º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A171D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 23 | 29 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.52 |
| HSL | 356.36º | 0.68% | 0.28% | - |
| HSV(B) | 356.36º | 0.81% | 0.48% | - |
| XYZ | 8.55 | 4.84 | 1.65 | - |
| YUV | 53.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 29 | 0 | 0.81 | 0.76 | 0.52 | 356.36 | 0.68 | 0.28 |
| Hex | 7A | 17 | 1D | 0 | 51 | 4C | 34 | 164 | 44 | 1C |
| Octal | 172 | 27 | 35 | 0 | 121 | 114 | 64 | 544 | 104 | 34 |
| Binary | 1111010 | 10111 | 11101 | 0 | 1010001 | 1001100 | 110100 | 101100100 | 1000100 | 11100 |
Color Harmonies of #7A171D
Complementary color
Monochromatic Colors of #7A171D
Black with #7A171D
Text Example
Text Example
White with #7A171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A171D; }
p { color: rgb(122,23,29); }
H1.HeaderClassName
{
color: #7A171D;
}
.AnyTagClassName
{
color: #7A171D;
}
</style>
background-color css
<style>
a { background-color: #7A171D; }
a { background-color: rgb(122,23,29); }
div.DivClassName
{
background-color: #7A171D;
}
.BgClassName
{
background-color: #7A171D;
}
</style>
border-color css
<style>
span { border-color: #7A171D; }
span { border-color: rgb(122,23,29); }
td.TdClassName
{
border-color: #7A171D;
}
.TagClassName
{
border-color: #7A171D;
}
</style>