Shades of Red Berry #791D2B
Tints of Red Berry #791D2B
RGB
CMYK
RGB Variations
Color information
#791D2B (or 0x791D2B) is known color: Red Berry. HEX triplet: 79, 1D and 2B. RGB value is (121,29,43). Sum of RGB (Red+Green+Blue) = 121+29+43=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #791D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D2B is #86E2D4. Grayscale: #3A3A3A. Windows color (decimal): -8839893 or 2825593. OLE color: 2825593.
HSL color Cylindrical-coordinate representation of color #791D2B: hue angle of 350.87º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791D2B is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 43 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.53 |
| HSL | 350.87º | 0.61% | 0.29% | - |
| HSV(B) | 350.87º | 0.76% | 0.47% | - |
| XYZ | 8.76 | 5.12 | 2.81 | - |
| YUV | 58.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 43 | 0 | 0.76 | 0.64 | 0.53 | 350.87 | 0.61 | 0.29 |
| Hex | 79 | 1D | 2B | 0 | 4C | 40 | 35 | 15F | 3D | 1D |
| Octal | 171 | 35 | 53 | 0 | 114 | 100 | 65 | 537 | 75 | 35 |
| Binary | 1111001 | 11101 | 101011 | 0 | 1001100 | 1000000 | 110101 | 101011111 | 111101 | 11101 |
Color Harmonies of #791D2B
Complementary color
Monochromatic Colors of #791D2B
Black with #791D2B
Text Example
Text Example
White with #791D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D2B; }
p { color: rgb(121,29,43); }
H1.HeaderClassName
{
color: #791D2B;
}
.AnyTagClassName
{
color: #791D2B;
}
</style>
background-color css
<style>
a { background-color: #791D2B; }
a { background-color: rgb(121,29,43); }
div.DivClassName
{
background-color: #791D2B;
}
.BgClassName
{
background-color: #791D2B;
}
</style>
border-color css
<style>
span { border-color: #791D2B; }
span { border-color: rgb(121,29,43); }
td.TdClassName
{
border-color: #791D2B;
}
.TagClassName
{
border-color: #791D2B;
}
</style>