Shades of Red Berry #791B2C
Tints of Red Berry #791B2C
RGB
CMYK
RGB Variations
Color information
#791B2C (or 0x791B2C) is known color: Red Berry. HEX triplet: 79, 1B and 2C. RGB value is (121,27,44). Sum of RGB (Red+Green+Blue) = 121+27+44=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #791B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B2C is #86E4D3. Grayscale: #393939. Windows color (decimal): -8840404 or 2890617. OLE color: 2890617.
HSL color Cylindrical-coordinate representation of color #791B2C: hue angle of 349.15º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #791B2C is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 27 | 44 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.53 |
| HSL | 349.15º | 0.64% | 0.29% | - |
| HSV(B) | 349.15º | 0.78% | 0.47% | - |
| XYZ | 8.73 | 5.03 | 2.89 | - |
| YUV | 57.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 44 | 0 | 0.78 | 0.64 | 0.53 | 349.15 | 0.64 | 0.29 |
| Hex | 79 | 1B | 2C | 0 | 4E | 40 | 35 | 15D | 40 | 1D |
| Octal | 171 | 33 | 54 | 0 | 116 | 100 | 65 | 535 | 100 | 35 |
| Binary | 1111001 | 11011 | 101100 | 0 | 1001110 | 1000000 | 110101 | 101011101 | 1000000 | 11101 |
Color Harmonies of #791B2C
Complementary color
Monochromatic Colors of #791B2C
Black with #791B2C
Text Example
Text Example
White with #791B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791B2C; }
p { color: rgb(121,27,44); }
H1.HeaderClassName
{
color: #791B2C;
}
.AnyTagClassName
{
color: #791B2C;
}
</style>
background-color css
<style>
a { background-color: #791B2C; }
a { background-color: rgb(121,27,44); }
div.DivClassName
{
background-color: #791B2C;
}
.BgClassName
{
background-color: #791B2C;
}
</style>
border-color css
<style>
span { border-color: #791B2C; }
span { border-color: rgb(121,27,44); }
td.TdClassName
{
border-color: #791B2C;
}
.TagClassName
{
border-color: #791B2C;
}
</style>