Shades of Red Berry #791D26
Tints of Red Berry #791D26
RGB
CMYK
RGB Variations
Color information
#791D26 (or 0x791D26) is known color: Red Berry. HEX triplet: 79, 1D and 26. RGB value is (121,29,38). Sum of RGB (Red+Green+Blue) = 121+29+38=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #791D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D26 is #86E2D9. Grayscale: #393939. Windows color (decimal): -8839898 or 2497913. OLE color: 2497913.
HSL color Cylindrical-coordinate representation of color #791D26: hue angle of 354.13º 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 #791D26 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 38 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.53 |
| HSL | 354.13º | 0.61% | 0.29% | - |
| HSV(B) | 354.13º | 0.76% | 0.47% | - |
| XYZ | 8.67 | 5.08 | 2.36 | - |
| YUV | 57.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 38 | 0 | 0.76 | 0.69 | 0.53 | 354.13 | 0.61 | 0.29 |
| Hex | 79 | 1D | 26 | 0 | 4C | 45 | 35 | 162 | 3D | 1D |
| Octal | 171 | 35 | 46 | 0 | 114 | 105 | 65 | 542 | 75 | 35 |
| Binary | 1111001 | 11101 | 100110 | 0 | 1001100 | 1000101 | 110101 | 101100010 | 111101 | 11101 |
Color Harmonies of #791D26
Complementary color
Monochromatic Colors of #791D26
Black with #791D26
Text Example
Text Example
White with #791D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D26; }
p { color: rgb(121,29,38); }
H1.HeaderClassName
{
color: #791D26;
}
.AnyTagClassName
{
color: #791D26;
}
</style>
background-color css
<style>
a { background-color: #791D26; }
a { background-color: rgb(121,29,38); }
div.DivClassName
{
background-color: #791D26;
}
.BgClassName
{
background-color: #791D26;
}
</style>
border-color css
<style>
span { border-color: #791D26; }
span { border-color: rgb(121,29,38); }
td.TdClassName
{
border-color: #791D26;
}
.TagClassName
{
border-color: #791D26;
}
</style>