Shades of Red Berry #761A27
Tints of Red Berry #761A27
RGB
CMYK
RGB Variations
Color information
#761A27 (or 0x761A27) is known color: Red Berry. HEX triplet: 76, 1A and 27. RGB value is (118,26,39). Sum of RGB (Red+Green+Blue) = 118+26+39=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #761A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761A27 is #89E5D8. Grayscale: #373737. Windows color (decimal): -9037273 or 2562678. OLE color: 2562678.
HSL color Cylindrical-coordinate representation of color #761A27: hue angle of 351.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A27 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 26 | 39 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.54 |
| HSL | 351.52º | 0.64% | 0.28% | - |
| HSV(B) | 351.52º | 0.78% | 0.46% | - |
| XYZ | 8.21 | 4.74 | 2.4 | - |
| YUV | 54.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 26 | 39 | 0 | 0.78 | 0.67 | 0.54 | 351.52 | 0.64 | 0.28 |
| Hex | 76 | 1A | 27 | 0 | 4E | 43 | 36 | 160 | 40 | 1C |
| Octal | 166 | 32 | 47 | 0 | 116 | 103 | 66 | 540 | 100 | 34 |
| Binary | 1110110 | 11010 | 100111 | 0 | 1001110 | 1000011 | 110110 | 101100000 | 1000000 | 11100 |
Color Harmonies of #761A27
Complementary color
Monochromatic Colors of #761A27
Black with #761A27
Text Example
Text Example
White with #761A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761A27; }
p { color: rgb(118,26,39); }
H1.HeaderClassName
{
color: #761A27;
}
.AnyTagClassName
{
color: #761A27;
}
</style>
background-color css
<style>
a { background-color: #761A27; }
a { background-color: rgb(118,26,39); }
div.DivClassName
{
background-color: #761A27;
}
.BgClassName
{
background-color: #761A27;
}
</style>
border-color css
<style>
span { border-color: #761A27; }
span { border-color: rgb(118,26,39); }
td.TdClassName
{
border-color: #761A27;
}
.TagClassName
{
border-color: #761A27;
}
</style>