Shades of Red Berry #77171F
Tints of Red Berry #77171F
RGB
CMYK
RGB Variations
Color information
#77171F (or 0x77171F) is known color: Red Berry. HEX triplet: 77, 17 and 1F. RGB value is (119,23,31). Sum of RGB (Red+Green+Blue) = 119+23+31=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #77171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77171F is #88E8E0. Grayscale: #343434. Windows color (decimal): -8972513 or 2037623. OLE color: 2037623.
HSL color Cylindrical-coordinate representation of color #77171F: hue angle of 355º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77171F is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 31 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.53 |
| HSL | 355º | 0.68% | 0.28% | - |
| HSV(B) | 355º | 0.81% | 0.47% | - |
| XYZ | 8.16 | 4.63 | 1.76 | - |
| YUV | 52.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 31 | 0 | 0.81 | 0.74 | 0.53 | 355 | 0.68 | 0.28 |
| Hex | 77 | 17 | 1F | 0 | 51 | 4A | 35 | 163 | 44 | 1C |
| Octal | 167 | 27 | 37 | 0 | 121 | 112 | 65 | 543 | 104 | 34 |
| Binary | 1110111 | 10111 | 11111 | 0 | 1010001 | 1001010 | 110101 | 101100011 | 1000100 | 11100 |
Color Harmonies of #77171F
Complementary color
Monochromatic Colors of #77171F
Black with #77171F
Text Example
Text Example
White with #77171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77171F; }
p { color: rgb(119,23,31); }
H1.HeaderClassName
{
color: #77171F;
}
.AnyTagClassName
{
color: #77171F;
}
</style>
background-color css
<style>
a { background-color: #77171F; }
a { background-color: rgb(119,23,31); }
div.DivClassName
{
background-color: #77171F;
}
.BgClassName
{
background-color: #77171F;
}
</style>
border-color css
<style>
span { border-color: #77171F; }
span { border-color: rgb(119,23,31); }
td.TdClassName
{
border-color: #77171F;
}
.TagClassName
{
border-color: #77171F;
}
</style>