Shades of Red Berry #771819
Tints of Red Berry #771819
RGB
CMYK
RGB Variations
Color information
#771819 (or 0x771819) is known color: Red Berry. HEX triplet: 77, 18 and 19. RGB value is (119,24,25). Sum of RGB (Red+Green+Blue) = 119+24+25=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #771819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771819 is #88E7E6. Grayscale: #343434. Windows color (decimal): -8972263 or 1644663. OLE color: 1644663.
HSL color Cylindrical-coordinate representation of color #771819: hue angle of 359.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771819 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 25 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.53 |
| HSL | 359.37º | 0.66% | 0.28% | - |
| HSV(B) | 359.37º | 0.8% | 0.47% | - |
| XYZ | 8.11 | 4.65 | 1.39 | - |
| YUV | 52.52 | 112.47 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 25 | 0 | 0.80 | 0.79 | 0.53 | 359.37 | 0.66 | 0.28 |
| Hex | 77 | 18 | 19 | 0 | 50 | 4F | 35 | 167 | 42 | 1C |
| Octal | 167 | 30 | 31 | 0 | 120 | 117 | 65 | 547 | 102 | 34 |
| Binary | 1110111 | 11000 | 11001 | 0 | 1010000 | 1001111 | 110101 | 101100111 | 1000010 | 11100 |
Color Harmonies of #771819
Complementary color
Monochromatic Colors of #771819
Black with #771819
Text Example
Text Example
White with #771819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771819; }
p { color: rgb(119,24,25); }
H1.HeaderClassName
{
color: #771819;
}
.AnyTagClassName
{
color: #771819;
}
</style>
background-color css
<style>
a { background-color: #771819; }
a { background-color: rgb(119,24,25); }
div.DivClassName
{
background-color: #771819;
}
.BgClassName
{
background-color: #771819;
}
</style>
border-color css
<style>
span { border-color: #771819; }
span { border-color: rgb(119,24,25); }
td.TdClassName
{
border-color: #771819;
}
.TagClassName
{
border-color: #771819;
}
</style>