Shades of Red Berry #771D28
Tints of Red Berry #771D28
RGB
CMYK
RGB Variations
Color information
#771D28 (or 0x771D28) is known color: Red Berry. HEX triplet: 77, 1D and 28. RGB value is (119,29,40). Sum of RGB (Red+Green+Blue) = 119+29+40=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #771D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D28 is #88E2D7. Grayscale: #393939. Windows color (decimal): -8970968 or 2628983. OLE color: 2628983.
HSL color Cylindrical-coordinate representation of color #771D28: hue angle of 352.67º 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 #771D28 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 40 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.53 |
| HSL | 352.67º | 0.61% | 0.29% | - |
| HSV(B) | 352.67º | 0.76% | 0.47% | - |
| XYZ | 8.43 | 4.95 | 2.52 | - |
| YUV | 57.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 40 | 0 | 0.76 | 0.66 | 0.53 | 352.67 | 0.61 | 0.29 |
| Hex | 77 | 1D | 28 | 0 | 4C | 42 | 35 | 161 | 3D | 1D |
| Octal | 167 | 35 | 50 | 0 | 114 | 102 | 65 | 541 | 75 | 35 |
| Binary | 1110111 | 11101 | 101000 | 0 | 1001100 | 1000010 | 110101 | 101100001 | 111101 | 11101 |
Color Harmonies of #771D28
Complementary color
Monochromatic Colors of #771D28
Black with #771D28
Text Example
Text Example
White with #771D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D28; }
p { color: rgb(119,29,40); }
H1.HeaderClassName
{
color: #771D28;
}
.AnyTagClassName
{
color: #771D28;
}
</style>
background-color css
<style>
a { background-color: #771D28; }
a { background-color: rgb(119,29,40); }
div.DivClassName
{
background-color: #771D28;
}
.BgClassName
{
background-color: #771D28;
}
</style>
border-color css
<style>
span { border-color: #771D28; }
span { border-color: rgb(119,29,40); }
td.TdClassName
{
border-color: #771D28;
}
.TagClassName
{
border-color: #771D28;
}
</style>