Shades of Red Berry #791223
Tints of Red Berry #791223
RGB
CMYK
RGB Variations
Color information
#791223 (or 0x791223) is known color: Red Berry. HEX triplet: 79, 12 and 23. RGB value is (121,18,35). Sum of RGB (Red+Green+Blue) = 121+18+35=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #791223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791223 is #86EDDC. Grayscale: #323232. Windows color (decimal): -8842717 or 2298489. OLE color: 2298489.
HSL color Cylindrical-coordinate representation of color #791223: hue angle of 350.1º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791223 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 18 | 35 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.53 |
| HSL | 350.1º | 0.74% | 0.27% | - |
| HSV(B) | 350.1º | 0.85% | 0.47% | - |
| XYZ | 8.4 | 4.62 | 2.04 | - |
| YUV | 50.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 35 | 0 | 0.85 | 0.71 | 0.53 | 350.1 | 0.74 | 0.27 |
| Hex | 79 | 12 | 23 | 0 | 55 | 47 | 35 | 15E | 4A | 1B |
| Octal | 171 | 22 | 43 | 0 | 125 | 107 | 65 | 536 | 112 | 33 |
| Binary | 1111001 | 10010 | 100011 | 0 | 1010101 | 1000111 | 110101 | 101011110 | 1001010 | 11011 |
Color Harmonies of #791223
Complementary color
Monochromatic Colors of #791223
Black with #791223
Text Example
Text Example
White with #791223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791223; }
p { color: rgb(121,18,35); }
H1.HeaderClassName
{
color: #791223;
}
.AnyTagClassName
{
color: #791223;
}
</style>
background-color css
<style>
a { background-color: #791223; }
a { background-color: rgb(121,18,35); }
div.DivClassName
{
background-color: #791223;
}
.BgClassName
{
background-color: #791223;
}
</style>
border-color css
<style>
span { border-color: #791223; }
span { border-color: rgb(121,18,35); }
td.TdClassName
{
border-color: #791223;
}
.TagClassName
{
border-color: #791223;
}
</style>