Shades of Red Berry #771C23
Tints of Red Berry #771C23
RGB
CMYK
RGB Variations
Color information
#771C23 (or 0x771C23) is known color: Red Berry. HEX triplet: 77, 1C and 23. RGB value is (119,28,35). Sum of RGB (Red+Green+Blue) = 119+28+35=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #771C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C23 is #88E3DC. Grayscale: #383838. Windows color (decimal): -8971229 or 2301047. OLE color: 2301047.
HSL color Cylindrical-coordinate representation of color #771C23: hue angle of 355.38º degrees, saturation: 0.62, 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 #771C23 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 35 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.53 |
| HSL | 355.38º | 0.62% | 0.29% | - |
| HSV(B) | 355.38º | 0.76% | 0.47% | - |
| XYZ | 8.33 | 4.87 | 2.09 | - |
| YUV | 56.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 35 | 0 | 0.76 | 0.71 | 0.53 | 355.38 | 0.62 | 0.29 |
| Hex | 77 | 1C | 23 | 0 | 4C | 47 | 35 | 163 | 3E | 1D |
| Octal | 167 | 34 | 43 | 0 | 114 | 107 | 65 | 543 | 76 | 35 |
| Binary | 1110111 | 11100 | 100011 | 0 | 1001100 | 1000111 | 110101 | 101100011 | 111110 | 11101 |
Color Harmonies of #771C23
Complementary color
Monochromatic Colors of #771C23
Black with #771C23
Text Example
Text Example
White with #771C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C23; }
p { color: rgb(119,28,35); }
H1.HeaderClassName
{
color: #771C23;
}
.AnyTagClassName
{
color: #771C23;
}
</style>
background-color css
<style>
a { background-color: #771C23; }
a { background-color: rgb(119,28,35); }
div.DivClassName
{
background-color: #771C23;
}
.BgClassName
{
background-color: #771C23;
}
</style>
border-color css
<style>
span { border-color: #771C23; }
span { border-color: rgb(119,28,35); }
td.TdClassName
{
border-color: #771C23;
}
.TagClassName
{
border-color: #771C23;
}
</style>