Shades of Red Berry #761C1E
Tints of Red Berry #761C1E
RGB
CMYK
RGB Variations
Color information
#761C1E (or 0x761C1E) is known color: Red Berry. HEX triplet: 76, 1C and 1E. RGB value is (118,28,30). Sum of RGB (Red+Green+Blue) = 118+28+30=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #761C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761C1E is #89E3E1. Grayscale: #373737. Windows color (decimal): -9036770 or 1973366. OLE color: 1973366.
HSL color Cylindrical-coordinate representation of color #761C1E: hue angle of 358.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #761C1E is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 28 | 30 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.54 |
| HSL | 358.67º | 0.62% | 0.29% | - |
| HSV(B) | 358.67º | 0.76% | 0.46% | - |
| XYZ | 8.12 | 4.78 | 1.72 | - |
| YUV | 55.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 30 | 0 | 0.76 | 0.75 | 0.54 | 358.67 | 0.62 | 0.29 |
| Hex | 76 | 1C | 1E | 0 | 4C | 4B | 36 | 167 | 3E | 1D |
| Octal | 166 | 34 | 36 | 0 | 114 | 113 | 66 | 547 | 76 | 35 |
| Binary | 1110110 | 11100 | 11110 | 0 | 1001100 | 1001011 | 110110 | 101100111 | 111110 | 11101 |
Color Harmonies of #761C1E
Complementary color
Monochromatic Colors of #761C1E
Black with #761C1E
Text Example
Text Example
White with #761C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761C1E; }
p { color: rgb(118,28,30); }
H1.HeaderClassName
{
color: #761C1E;
}
.AnyTagClassName
{
color: #761C1E;
}
</style>
background-color css
<style>
a { background-color: #761C1E; }
a { background-color: rgb(118,28,30); }
div.DivClassName
{
background-color: #761C1E;
}
.BgClassName
{
background-color: #761C1E;
}
</style>
border-color css
<style>
span { border-color: #761C1E; }
span { border-color: rgb(118,28,30); }
td.TdClassName
{
border-color: #761C1E;
}
.TagClassName
{
border-color: #761C1E;
}
</style>