Shades of Red Berry #771D25
Tints of Red Berry #771D25
RGB
CMYK
RGB Variations
Color information
#771D25 (or 0x771D25) is known color: Red Berry. HEX triplet: 77, 1D and 25. RGB value is (119,29,37). Sum of RGB (Red+Green+Blue) = 119+29+37=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #771D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D25 is #88E2DA. Grayscale: #383838. Windows color (decimal): -8970971 or 2432375. OLE color: 2432375.
HSL color Cylindrical-coordinate representation of color #771D25: hue angle of 354.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 #771D25 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 29 | 37 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.53 |
| HSL | 354.67º | 0.61% | 0.29% | - |
| HSV(B) | 354.67º | 0.76% | 0.47% | - |
| XYZ | 8.38 | 4.93 | 2.26 | - |
| YUV | 56.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 29 | 37 | 0 | 0.76 | 0.69 | 0.53 | 354.67 | 0.61 | 0.29 |
| Hex | 77 | 1D | 25 | 0 | 4C | 45 | 35 | 163 | 3D | 1D |
| Octal | 167 | 35 | 45 | 0 | 114 | 105 | 65 | 543 | 75 | 35 |
| Binary | 1110111 | 11101 | 100101 | 0 | 1001100 | 1000101 | 110101 | 101100011 | 111101 | 11101 |
Color Harmonies of #771D25
Complementary color
Monochromatic Colors of #771D25
Black with #771D25
Text Example
Text Example
White with #771D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771D25; }
p { color: rgb(119,29,37); }
H1.HeaderClassName
{
color: #771D25;
}
.AnyTagClassName
{
color: #771D25;
}
</style>
background-color css
<style>
a { background-color: #771D25; }
a { background-color: rgb(119,29,37); }
div.DivClassName
{
background-color: #771D25;
}
.BgClassName
{
background-color: #771D25;
}
</style>
border-color css
<style>
span { border-color: #771D25; }
span { border-color: rgb(119,29,37); }
td.TdClassName
{
border-color: #771D25;
}
.TagClassName
{
border-color: #771D25;
}
</style>