Shades of Red Berry #791B26
Tints of Red Berry #791B26
RGB
CMYK
RGB Variations
Color information
#791B26 (or 0x791B26) is known color: Red Berry. HEX triplet: 79, 1B and 26. RGB value is (121,27,38). Sum of RGB (Red+Green+Blue) = 121+27+38=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #791B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B26 is #86E4D9. Grayscale: #383838. Windows color (decimal): -8840410 or 2497401. OLE color: 2497401.
HSL color Cylindrical-coordinate representation of color #791B26: hue angle of 352.98º 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 #791B26 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 27 | 38 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.53 |
| HSL | 352.98º | 0.64% | 0.29% | - |
| HSV(B) | 352.98º | 0.78% | 0.47% | - |
| XYZ | 8.63 | 4.99 | 2.34 | - |
| YUV | 56.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 38 | 0 | 0.78 | 0.69 | 0.53 | 352.98 | 0.64 | 0.29 |
| Hex | 79 | 1B | 26 | 0 | 4E | 45 | 35 | 161 | 40 | 1D |
| Octal | 171 | 33 | 46 | 0 | 116 | 105 | 65 | 541 | 100 | 35 |
| Binary | 1111001 | 11011 | 100110 | 0 | 1001110 | 1000101 | 110101 | 101100001 | 1000000 | 11101 |
Color Harmonies of #791B26
Complementary color
Monochromatic Colors of #791B26
Black with #791B26
Text Example
Text Example
White with #791B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791B26; }
p { color: rgb(121,27,38); }
H1.HeaderClassName
{
color: #791B26;
}
.AnyTagClassName
{
color: #791B26;
}
</style>
background-color css
<style>
a { background-color: #791B26; }
a { background-color: rgb(121,27,38); }
div.DivClassName
{
background-color: #791B26;
}
.BgClassName
{
background-color: #791B26;
}
</style>
border-color css
<style>
span { border-color: #791B26; }
span { border-color: rgb(121,27,38); }
td.TdClassName
{
border-color: #791B26;
}
.TagClassName
{
border-color: #791B26;
}
</style>