Shades of Red Berry #77181B
Tints of Red Berry #77181B
RGB
CMYK
RGB Variations
Color information
#77181B (or 0x77181B) is known color: Red Berry. HEX triplet: 77, 18 and 1B. RGB value is (119,24,27). Sum of RGB (Red+Green+Blue) = 119+24+27=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #77181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77181B is #88E7E4. Grayscale: #343434. Windows color (decimal): -8972261 or 1775735. OLE color: 1775735.
HSL color Cylindrical-coordinate representation of color #77181B: hue angle of 358.11º 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 #77181B is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 27 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.53 |
| HSL | 358.11º | 0.66% | 0.28% | - |
| HSV(B) | 358.11º | 0.8% | 0.47% | - |
| XYZ | 8.13 | 4.65 | 1.51 | - |
| YUV | 52.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 27 | 0 | 0.80 | 0.77 | 0.53 | 358.11 | 0.66 | 0.28 |
| Hex | 77 | 18 | 1B | 0 | 50 | 4D | 35 | 166 | 42 | 1C |
| Octal | 167 | 30 | 33 | 0 | 120 | 115 | 65 | 546 | 102 | 34 |
| Binary | 1110111 | 11000 | 11011 | 0 | 1010000 | 1001101 | 110101 | 101100110 | 1000010 | 11100 |
Color Harmonies of #77181B
Complementary color
Monochromatic Colors of #77181B
Black with #77181B
Text Example
Text Example
White with #77181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77181B; }
p { color: rgb(119,24,27); }
H1.HeaderClassName
{
color: #77181B;
}
.AnyTagClassName
{
color: #77181B;
}
</style>
background-color css
<style>
a { background-color: #77181B; }
a { background-color: rgb(119,24,27); }
div.DivClassName
{
background-color: #77181B;
}
.BgClassName
{
background-color: #77181B;
}
</style>
border-color css
<style>
span { border-color: #77181B; }
span { border-color: rgb(119,24,27); }
td.TdClassName
{
border-color: #77181B;
}
.TagClassName
{
border-color: #77181B;
}
</style>