Shades of Red Berry #791A2D
Tints of Red Berry #791A2D
RGB
CMYK
RGB Variations
Color information
#791A2D (or 0x791A2D) is known color: Red Berry. HEX triplet: 79, 1A and 2D. RGB value is (121,26,45). Sum of RGB (Red+Green+Blue) = 121+26+45=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #791A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791A2D is #86E5D2. Grayscale: #383838. Windows color (decimal): -8840659 or 2955897. OLE color: 2955897.
HSL color Cylindrical-coordinate representation of color #791A2D: hue angle of 348º 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 #791A2D is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 26 | 45 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.53 |
| HSL | 348º | 0.65% | 0.29% | - |
| HSV(B) | 348º | 0.79% | 0.47% | - |
| XYZ | 8.73 | 4.99 | 2.99 | - |
| YUV | 56.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 26 | 45 | 0 | 0.79 | 0.63 | 0.53 | 348 | 0.65 | 0.29 |
| Hex | 79 | 1A | 2D | 0 | 4F | 3F | 35 | 15C | 41 | 1D |
| Octal | 171 | 32 | 55 | 0 | 117 | 77 | 65 | 534 | 101 | 35 |
| Binary | 1111001 | 11010 | 101101 | 0 | 1001111 | 111111 | 110101 | 101011100 | 1000001 | 11101 |
Color Harmonies of #791A2D
Complementary color
Monochromatic Colors of #791A2D
Black with #791A2D
Text Example
Text Example
White with #791A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791A2D; }
p { color: rgb(121,26,45); }
H1.HeaderClassName
{
color: #791A2D;
}
.AnyTagClassName
{
color: #791A2D;
}
</style>
background-color css
<style>
a { background-color: #791A2D; }
a { background-color: rgb(121,26,45); }
div.DivClassName
{
background-color: #791A2D;
}
.BgClassName
{
background-color: #791A2D;
}
</style>
border-color css
<style>
span { border-color: #791A2D; }
span { border-color: rgb(121,26,45); }
td.TdClassName
{
border-color: #791A2D;
}
.TagClassName
{
border-color: #791A2D;
}
</style>