Shades of Red Berry #771D27
Tints of Red Berry #771D27
RGB
CMYK
RGB Variations
Color information
#771D27 (or 0x771D27) is known color: Red Berry. HEX triplet: 77, 1D and 27. RGB value is (119,29,39). Sum of RGB (Red+Green+Blue) = 119+29+39=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #771D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D27 is #88E2D8. Grayscale: #393939. Windows color (decimal): -8970969 or 2563447. OLE color: 2563447.
HSL color Cylindrical-coordinate representation of color #771D27: hue angle of 353.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D27 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 39 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.53 |
| HSL | 353.33º | 0.61% | 0.29% | - |
| HSV(B) | 353.33º | 0.76% | 0.47% | - |
| XYZ | 8.41 | 4.95 | 2.43 | - |
| YUV | 57.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 39 | 0 | 0.76 | 0.67 | 0.53 | 353.33 | 0.61 | 0.29 |
| Hex | 77 | 1D | 27 | 0 | 4C | 43 | 35 | 161 | 3D | 1D |
| Octal | 167 | 35 | 47 | 0 | 114 | 103 | 65 | 541 | 75 | 35 |
| Binary | 1110111 | 11101 | 100111 | 0 | 1001100 | 1000011 | 110101 | 101100001 | 111101 | 11101 |
Color Harmonies of #771D27
Complementary color
Monochromatic Colors of #771D27
Black with #771D27
Text Example
Text Example
White with #771D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D27; }
p { color: rgb(119,29,39); }
H1.HeaderClassName
{
color: #771D27;
}
.AnyTagClassName
{
color: #771D27;
}
</style>
background-color css
<style>
a { background-color: #771D27; }
a { background-color: rgb(119,29,39); }
div.DivClassName
{
background-color: #771D27;
}
.BgClassName
{
background-color: #771D27;
}
</style>
border-color css
<style>
span { border-color: #771D27; }
span { border-color: rgb(119,29,39); }
td.TdClassName
{
border-color: #771D27;
}
.TagClassName
{
border-color: #771D27;
}
</style>