Shades of Red Berry #761D27
Tints of Red Berry #761D27
RGB
CMYK
RGB Variations
Color information
#761D27 (or 0x761D27) is known color: Red Berry. HEX triplet: 76, 1D and 27. RGB value is (118,29,39). Sum of RGB (Red+Green+Blue) = 118+29+39=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #761D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D27 is #89E2D8. Grayscale: #383838. Windows color (decimal): -9036505 or 2563446. OLE color: 2563446.
HSL color Cylindrical-coordinate representation of color #761D27: hue angle of 353.26º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #761D27 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 29 | 39 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.54 |
| HSL | 353.26º | 0.61% | 0.29% | - |
| HSV(B) | 353.26º | 0.75% | 0.46% | - |
| XYZ | 8.28 | 4.88 | 2.42 | - |
| YUV | 56.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 29 | 39 | 0 | 0.75 | 0.67 | 0.54 | 353.26 | 0.61 | 0.29 |
| Hex | 76 | 1D | 27 | 0 | 4B | 43 | 36 | 161 | 3D | 1D |
| Octal | 166 | 35 | 47 | 0 | 113 | 103 | 66 | 541 | 75 | 35 |
| Binary | 1110110 | 11101 | 100111 | 0 | 1001011 | 1000011 | 110110 | 101100001 | 111101 | 11101 |
Color Harmonies of #761D27
Complementary color
Monochromatic Colors of #761D27
Black with #761D27
Text Example
Text Example
White with #761D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761D27; }
p { color: rgb(118,29,39); }
H1.HeaderClassName
{
color: #761D27;
}
.AnyTagClassName
{
color: #761D27;
}
</style>
background-color css
<style>
a { background-color: #761D27; }
a { background-color: rgb(118,29,39); }
div.DivClassName
{
background-color: #761D27;
}
.BgClassName
{
background-color: #761D27;
}
</style>
border-color css
<style>
span { border-color: #761D27; }
span { border-color: rgb(118,29,39); }
td.TdClassName
{
border-color: #761D27;
}
.TagClassName
{
border-color: #761D27;
}
</style>