Shades of Red Berry #761828
Tints of Red Berry #761828
RGB
CMYK
RGB Variations
Color information
#761828 (or 0x761828) is known color: Red Berry. HEX triplet: 76, 18 and 28. RGB value is (118,24,40). Sum of RGB (Red+Green+Blue) = 118+24+40=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #761828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761828 is #89E7D7. Grayscale: #353535. Windows color (decimal): -9037784 or 2627702. OLE color: 2627702.
HSL color Cylindrical-coordinate representation of color #761828: hue angle of 349.79º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761828 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 24 | 40 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.54 |
| HSL | 349.79º | 0.66% | 0.28% | - |
| HSV(B) | 349.79º | 0.8% | 0.46% | - |
| XYZ | 8.18 | 4.66 | 2.48 | - |
| YUV | 53.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 40 | 0 | 0.80 | 0.66 | 0.54 | 349.79 | 0.66 | 0.28 |
| Hex | 76 | 18 | 28 | 0 | 50 | 42 | 36 | 15E | 42 | 1C |
| Octal | 166 | 30 | 50 | 0 | 120 | 102 | 66 | 536 | 102 | 34 |
| Binary | 1110110 | 11000 | 101000 | 0 | 1010000 | 1000010 | 110110 | 101011110 | 1000010 | 11100 |
Color Harmonies of #761828
Complementary color
Monochromatic Colors of #761828
Black with #761828
Text Example
Text Example
White with #761828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761828; }
p { color: rgb(118,24,40); }
H1.HeaderClassName
{
color: #761828;
}
.AnyTagClassName
{
color: #761828;
}
</style>
background-color css
<style>
a { background-color: #761828; }
a { background-color: rgb(118,24,40); }
div.DivClassName
{
background-color: #761828;
}
.BgClassName
{
background-color: #761828;
}
</style>
border-color css
<style>
span { border-color: #761828; }
span { border-color: rgb(118,24,40); }
td.TdClassName
{
border-color: #761828;
}
.TagClassName
{
border-color: #761828;
}
</style>