Shades of Red Berry #76171A
Tints of Red Berry #76171A
RGB
CMYK
RGB Variations
Color information
#76171A (or 0x76171A) is known color: Red Berry. HEX triplet: 76, 17 and 1A. RGB value is (118,23,26). Sum of RGB (Red+Green+Blue) = 118+23+26=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76171A is #89E8E5. Grayscale: #333333. Windows color (decimal): -9038054 or 1709942. OLE color: 1709942.
HSL color Cylindrical-coordinate representation of color #76171A: hue angle of 358.11º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76171A is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 26 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.54 |
| HSL | 358.11º | 0.67% | 0.28% | - |
| HSV(B) | 358.11º | 0.81% | 0.46% | - |
| XYZ | 7.96 | 4.54 | 1.43 | - |
| YUV | 51.75 | 113.47 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 26 | 0 | 0.81 | 0.78 | 0.54 | 358.11 | 0.67 | 0.28 |
| Hex | 76 | 17 | 1A | 0 | 51 | 4E | 36 | 166 | 43 | 1C |
| Octal | 166 | 27 | 32 | 0 | 121 | 116 | 66 | 546 | 103 | 34 |
| Binary | 1110110 | 10111 | 11010 | 0 | 1010001 | 1001110 | 110110 | 101100110 | 1000011 | 11100 |
Color Harmonies of #76171A
Complementary color
Monochromatic Colors of #76171A
Black with #76171A
Text Example
Text Example
White with #76171A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76171A; }
p { color: rgb(118,23,26); }
H1.HeaderClassName
{
color: #76171A;
}
.AnyTagClassName
{
color: #76171A;
}
</style>
background-color css
<style>
a { background-color: #76171A; }
a { background-color: rgb(118,23,26); }
div.DivClassName
{
background-color: #76171A;
}
.BgClassName
{
background-color: #76171A;
}
</style>
border-color css
<style>
span { border-color: #76171A; }
span { border-color: rgb(118,23,26); }
td.TdClassName
{
border-color: #76171A;
}
.TagClassName
{
border-color: #76171A;
}
</style>