Shades of Red Berry #771627
Tints of Red Berry #771627
RGB
CMYK
RGB Variations
Color information
#771627 (or 0x771627) is known color: Red Berry. HEX triplet: 77, 16 and 27. RGB value is (119,22,39). Sum of RGB (Red+Green+Blue) = 119+22+39=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #771627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771627 is #88E9D8. Grayscale: #343434. Windows color (decimal): -8972761 or 2561655. OLE color: 2561655.
HSL color Cylindrical-coordinate representation of color #771627: hue angle of 349.48º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771627 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 39 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.53 |
| HSL | 349.48º | 0.69% | 0.28% | - |
| HSV(B) | 349.48º | 0.82% | 0.47% | - |
| XYZ | 8.26 | 4.64 | 2.38 | - |
| YUV | 52.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 39 | 0 | 0.82 | 0.67 | 0.53 | 349.48 | 0.69 | 0.28 |
| Hex | 77 | 16 | 27 | 0 | 52 | 43 | 35 | 15D | 45 | 1C |
| Octal | 167 | 26 | 47 | 0 | 122 | 103 | 65 | 535 | 105 | 34 |
| Binary | 1110111 | 10110 | 100111 | 0 | 1010010 | 1000011 | 110101 | 101011101 | 1000101 | 11100 |
Color Harmonies of #771627
Complementary color
Monochromatic Colors of #771627
Black with #771627
Text Example
Text Example
White with #771627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771627; }
p { color: rgb(119,22,39); }
H1.HeaderClassName
{
color: #771627;
}
.AnyTagClassName
{
color: #771627;
}
</style>
background-color css
<style>
a { background-color: #771627; }
a { background-color: rgb(119,22,39); }
div.DivClassName
{
background-color: #771627;
}
.BgClassName
{
background-color: #771627;
}
</style>
border-color css
<style>
span { border-color: #771627; }
span { border-color: rgb(119,22,39); }
td.TdClassName
{
border-color: #771627;
}
.TagClassName
{
border-color: #771627;
}
</style>