Shades of Red Berry #761B1E
Tints of Red Berry #761B1E
RGB
CMYK
RGB Variations
Color information
#761B1E (or 0x761B1E) is known color: Red Berry. HEX triplet: 76, 1B and 1E. RGB value is (118,27,30). Sum of RGB (Red+Green+Blue) = 118+27+30=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #761B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B1E is #89E4E1. Grayscale: #363636. Windows color (decimal): -9037026 or 1973110. OLE color: 1973110.
HSL color Cylindrical-coordinate representation of color #761B1E: hue angle of 358.02º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B1E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 30 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.54 |
| HSL | 358.02º | 0.63% | 0.28% | - |
| HSV(B) | 358.02º | 0.77% | 0.46% | - |
| XYZ | 8.1 | 4.73 | 1.71 | - |
| YUV | 54.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 30 | 0 | 0.77 | 0.75 | 0.54 | 358.02 | 0.63 | 0.28 |
| Hex | 76 | 1B | 1E | 0 | 4D | 4B | 36 | 166 | 3F | 1C |
| Octal | 166 | 33 | 36 | 0 | 115 | 113 | 66 | 546 | 77 | 34 |
| Binary | 1110110 | 11011 | 11110 | 0 | 1001101 | 1001011 | 110110 | 101100110 | 111111 | 11100 |
Color Harmonies of #761B1E
Complementary color
Monochromatic Colors of #761B1E
Black with #761B1E
Text Example
Text Example
White with #761B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B1E; }
p { color: rgb(118,27,30); }
H1.HeaderClassName
{
color: #761B1E;
}
.AnyTagClassName
{
color: #761B1E;
}
</style>
background-color css
<style>
a { background-color: #761B1E; }
a { background-color: rgb(118,27,30); }
div.DivClassName
{
background-color: #761B1E;
}
.BgClassName
{
background-color: #761B1E;
}
</style>
border-color css
<style>
span { border-color: #761B1E; }
span { border-color: rgb(118,27,30); }
td.TdClassName
{
border-color: #761B1E;
}
.TagClassName
{
border-color: #761B1E;
}
</style>