Shades of Red Berry #771828
Tints of Red Berry #771828
RGB
CMYK
RGB Variations
Color information
#771828 (or 0x771828) is known color: Red Berry. HEX triplet: 77, 18 and 28. RGB value is (119,24,40). Sum of RGB (Red+Green+Blue) = 119+24+40=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #771828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771828 is #88E7D7. Grayscale: #363636. Windows color (decimal): -8972248 or 2627703. OLE color: 2627703.
HSL color Cylindrical-coordinate representation of color #771828: hue angle of 349.89º 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 #771828 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 40 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.53 |
| HSL | 349.89º | 0.66% | 0.28% | - |
| HSV(B) | 349.89º | 0.8% | 0.47% | - |
| XYZ | 8.32 | 4.73 | 2.48 | - |
| YUV | 54.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 40 | 0 | 0.80 | 0.66 | 0.53 | 349.89 | 0.66 | 0.28 |
| Hex | 77 | 18 | 28 | 0 | 50 | 42 | 35 | 15E | 42 | 1C |
| Octal | 167 | 30 | 50 | 0 | 120 | 102 | 65 | 536 | 102 | 34 |
| Binary | 1110111 | 11000 | 101000 | 0 | 1010000 | 1000010 | 110101 | 101011110 | 1000010 | 11100 |
Color Harmonies of #771828
Complementary color
Monochromatic Colors of #771828
Black with #771828
Text Example
Text Example
White with #771828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771828; }
p { color: rgb(119,24,40); }
H1.HeaderClassName
{
color: #771828;
}
.AnyTagClassName
{
color: #771828;
}
</style>
background-color css
<style>
a { background-color: #771828; }
a { background-color: rgb(119,24,40); }
div.DivClassName
{
background-color: #771828;
}
.BgClassName
{
background-color: #771828;
}
</style>
border-color css
<style>
span { border-color: #771828; }
span { border-color: rgb(119,24,40); }
td.TdClassName
{
border-color: #771828;
}
.TagClassName
{
border-color: #771828;
}
</style>