Shades of Red Berry #771B24
Tints of Red Berry #771B24
RGB
CMYK
RGB Variations
Color information
#771B24 (or 0x771B24) is known color: Red Berry. HEX triplet: 77, 1B and 24. RGB value is (119,27,36). Sum of RGB (Red+Green+Blue) = 119+27+36=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 27 (10.94% from 255 or 14.84% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #771B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771B24 is #88E4DB. Grayscale: #373737. Windows color (decimal): -8971484 or 2366327. OLE color: 2366327.
HSL color Cylindrical-coordinate representation of color #771B24: hue angle of 354.13º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B24 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 27 | 36 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.53 |
| HSL | 354.13º | 0.63% | 0.29% | - |
| HSV(B) | 354.13º | 0.77% | 0.47% | - |
| XYZ | 8.32 | 4.83 | 2.16 | - |
| YUV | 55.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 36 | 0 | 0.77 | 0.70 | 0.53 | 354.13 | 0.63 | 0.29 |
| Hex | 77 | 1B | 24 | 0 | 4D | 46 | 35 | 162 | 3F | 1D |
| Octal | 167 | 33 | 44 | 0 | 115 | 106 | 65 | 542 | 77 | 35 |
| Binary | 1110111 | 11011 | 100100 | 0 | 1001101 | 1000110 | 110101 | 101100010 | 111111 | 11101 |
Color Harmonies of #771B24
Complementary color
Monochromatic Colors of #771B24
Black with #771B24
Text Example
Text Example
White with #771B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B24; }
p { color: rgb(119,27,36); }
H1.HeaderClassName
{
color: #771B24;
}
.AnyTagClassName
{
color: #771B24;
}
</style>
background-color css
<style>
a { background-color: #771B24; }
a { background-color: rgb(119,27,36); }
div.DivClassName
{
background-color: #771B24;
}
.BgClassName
{
background-color: #771B24;
}
</style>
border-color css
<style>
span { border-color: #771B24; }
span { border-color: rgb(119,27,36); }
td.TdClassName
{
border-color: #771B24;
}
.TagClassName
{
border-color: #771B24;
}
</style>