Shades of Red Berry #791D20
Tints of Red Berry #791D20
RGB
CMYK
RGB Variations
Color information
#791D20 (or 0x791D20) is known color: Red Berry. HEX triplet: 79, 1D and 20. RGB value is (121,29,32). Sum of RGB (Red+Green+Blue) = 121+29+32=182 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.48% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 121 - color contains mainly: red. Hex color #791D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791D20 is #86E2DF. Grayscale: #383838. Windows color (decimal): -8839904 or 2104697. OLE color: 2104697.
HSL color Cylindrical-coordinate representation of color #791D20: hue angle of 358.04º 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 #791D20 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 29 | 32 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.53 |
| HSL | 358.04º | 0.61% | 0.29% | - |
| HSV(B) | 358.04º | 0.76% | 0.47% | - |
| XYZ | 8.59 | 5.05 | 1.89 | - |
| YUV | 56.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 29 | 32 | 0 | 0.76 | 0.74 | 0.53 | 358.04 | 0.61 | 0.29 |
| Hex | 79 | 1D | 20 | 0 | 4C | 4A | 35 | 166 | 3D | 1D |
| Octal | 171 | 35 | 40 | 0 | 114 | 112 | 65 | 546 | 75 | 35 |
| Binary | 1111001 | 11101 | 100000 | 0 | 1001100 | 1001010 | 110101 | 101100110 | 111101 | 11101 |
Color Harmonies of #791D20
Complementary color
Monochromatic Colors of #791D20
Black with #791D20
Text Example
Text Example
White with #791D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791D20; }
p { color: rgb(121,29,32); }
H1.HeaderClassName
{
color: #791D20;
}
.AnyTagClassName
{
color: #791D20;
}
</style>
background-color css
<style>
a { background-color: #791D20; }
a { background-color: rgb(121,29,32); }
div.DivClassName
{
background-color: #791D20;
}
.BgClassName
{
background-color: #791D20;
}
</style>
border-color css
<style>
span { border-color: #791D20; }
span { border-color: rgb(121,29,32); }
td.TdClassName
{
border-color: #791D20;
}
.TagClassName
{
border-color: #791D20;
}
</style>