Shades of Red Berry #761F28
Tints of Red Berry #761F28
RGB
CMYK
RGB Variations
Color information
#761F28 (or 0x761F28) is known color: Red Berry. HEX triplet: 76, 1F and 28. RGB value is (118,31,40). Sum of RGB (Red+Green+Blue) = 118+31+40=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #761F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F28 is #89E0D7. Grayscale: #3A3A3A. Windows color (decimal): -9035992 or 2629494. OLE color: 2629494.
HSL color Cylindrical-coordinate representation of color #761F28: hue angle of 353.79º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F28 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 40 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.54 |
| HSL | 353.79º | 0.58% | 0.29% | - |
| HSV(B) | 353.79º | 0.74% | 0.46% | - |
| XYZ | 8.34 | 4.98 | 2.53 | - |
| YUV | 58.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 40 | 0 | 0.74 | 0.66 | 0.54 | 353.79 | 0.58 | 0.29 |
| Hex | 76 | 1F | 28 | 0 | 4A | 42 | 36 | 162 | 3A | 1D |
| Octal | 166 | 37 | 50 | 0 | 112 | 102 | 66 | 542 | 72 | 35 |
| Binary | 1110110 | 11111 | 101000 | 0 | 1001010 | 1000010 | 110110 | 101100010 | 111010 | 11101 |
Color Harmonies of #761F28
Complementary color
Monochromatic Colors of #761F28
Black with #761F28
Text Example
Text Example
White with #761F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F28; }
p { color: rgb(118,31,40); }
H1.HeaderClassName
{
color: #761F28;
}
.AnyTagClassName
{
color: #761F28;
}
</style>
background-color css
<style>
a { background-color: #761F28; }
a { background-color: rgb(118,31,40); }
div.DivClassName
{
background-color: #761F28;
}
.BgClassName
{
background-color: #761F28;
}
</style>
border-color css
<style>
span { border-color: #761F28; }
span { border-color: rgb(118,31,40); }
td.TdClassName
{
border-color: #761F28;
}
.TagClassName
{
border-color: #761F28;
}
</style>