Shades of Red Berry #761528
Tints of Red Berry #761528
RGB
CMYK
RGB Variations
Color information
#761528 (or 0x761528) is known color: Red Berry. HEX triplet: 76, 15 and 28. RGB value is (118,21,40). Sum of RGB (Red+Green+Blue) = 118+21+40=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #761528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761528 is #89EAD7. Grayscale: #343434. Windows color (decimal): -9038552 or 2626934. OLE color: 2626934.
HSL color Cylindrical-coordinate representation of color #761528: hue angle of 348.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761528 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 40 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.54 |
| HSL | 348.25º | 0.7% | 0.27% | - |
| HSV(B) | 348.25º | 0.82% | 0.46% | - |
| XYZ | 8.12 | 4.54 | 2.46 | - |
| YUV | 52.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 40 | 0 | 0.82 | 0.66 | 0.54 | 348.25 | 0.7 | 0.27 |
| Hex | 76 | 15 | 28 | 0 | 52 | 42 | 36 | 15C | 46 | 1B |
| Octal | 166 | 25 | 50 | 0 | 122 | 102 | 66 | 534 | 106 | 33 |
| Binary | 1110110 | 10101 | 101000 | 0 | 1010010 | 1000010 | 110110 | 101011100 | 1000110 | 11011 |
Color Harmonies of #761528
Complementary color
Monochromatic Colors of #761528
Black with #761528
Text Example
Text Example
White with #761528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761528; }
p { color: rgb(118,21,40); }
H1.HeaderClassName
{
color: #761528;
}
.AnyTagClassName
{
color: #761528;
}
</style>
background-color css
<style>
a { background-color: #761528; }
a { background-color: rgb(118,21,40); }
div.DivClassName
{
background-color: #761528;
}
.BgClassName
{
background-color: #761528;
}
</style>
border-color css
<style>
span { border-color: #761528; }
span { border-color: rgb(118,21,40); }
td.TdClassName
{
border-color: #761528;
}
.TagClassName
{
border-color: #761528;
}
</style>