Shades of Red Berry #791A2C
Tints of Red Berry #791A2C
RGB
CMYK
RGB Variations
Color information
#791A2C (or 0x791A2C) is known color: Red Berry. HEX triplet: 79, 1A and 2C. RGB value is (121,26,44). Sum of RGB (Red+Green+Blue) = 121+26+44=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #791A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791A2C is #86E5D3. Grayscale: #383838. Windows color (decimal): -8840660 or 2890361. OLE color: 2890361.
HSL color Cylindrical-coordinate representation of color #791A2C: hue angle of 348.63º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791A2C is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 26 | 44 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.53 |
| HSL | 348.63º | 0.65% | 0.29% | - |
| HSV(B) | 348.63º | 0.79% | 0.47% | - |
| XYZ | 8.71 | 4.99 | 2.89 | - |
| YUV | 56.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 26 | 44 | 0 | 0.79 | 0.64 | 0.53 | 348.63 | 0.65 | 0.29 |
| Hex | 79 | 1A | 2C | 0 | 4F | 40 | 35 | 15D | 41 | 1D |
| Octal | 171 | 32 | 54 | 0 | 117 | 100 | 65 | 535 | 101 | 35 |
| Binary | 1111001 | 11010 | 101100 | 0 | 1001111 | 1000000 | 110101 | 101011101 | 1000001 | 11101 |
Color Harmonies of #791A2C
Complementary color
Monochromatic Colors of #791A2C
Black with #791A2C
Text Example
Text Example
White with #791A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791A2C; }
p { color: rgb(121,26,44); }
H1.HeaderClassName
{
color: #791A2C;
}
.AnyTagClassName
{
color: #791A2C;
}
</style>
background-color css
<style>
a { background-color: #791A2C; }
a { background-color: rgb(121,26,44); }
div.DivClassName
{
background-color: #791A2C;
}
.BgClassName
{
background-color: #791A2C;
}
</style>
border-color css
<style>
span { border-color: #791A2C; }
span { border-color: rgb(121,26,44); }
td.TdClassName
{
border-color: #791A2C;
}
.TagClassName
{
border-color: #791A2C;
}
</style>