Shades of Red Berry #781528
Tints of Red Berry #781528
RGB
CMYK
RGB Variations
Color information
#781528 (or 0x781528) is known color: Red Berry. HEX triplet: 78, 15 and 28. RGB value is (120,21,40). Sum of RGB (Red+Green+Blue) = 120+21+40=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #781528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781528 is #87EAD7. Grayscale: #343434. Windows color (decimal): -8907480 or 2626936. OLE color: 2626936.
HSL color Cylindrical-coordinate representation of color #781528: hue angle of 348.48º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781528 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 40 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.53 |
| HSL | 348.48º | 0.7% | 0.28% | - |
| HSV(B) | 348.48º | 0.83% | 0.47% | - |
| XYZ | 8.4 | 4.68 | 2.47 | - |
| YUV | 52.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 40 | 0 | 0.83 | 0.67 | 0.53 | 348.48 | 0.7 | 0.28 |
| Hex | 78 | 15 | 28 | 0 | 53 | 43 | 35 | 15C | 46 | 1C |
| Octal | 170 | 25 | 50 | 0 | 123 | 103 | 65 | 534 | 106 | 34 |
| Binary | 1111000 | 10101 | 101000 | 0 | 1010011 | 1000011 | 110101 | 101011100 | 1000110 | 11100 |
Color Harmonies of #781528
Complementary color
Monochromatic Colors of #781528
Black with #781528
Text Example
Text Example
White with #781528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781528; }
p { color: rgb(120,21,40); }
H1.HeaderClassName
{
color: #781528;
}
.AnyTagClassName
{
color: #781528;
}
</style>
background-color css
<style>
a { background-color: #781528; }
a { background-color: rgb(120,21,40); }
div.DivClassName
{
background-color: #781528;
}
.BgClassName
{
background-color: #781528;
}
</style>
border-color css
<style>
span { border-color: #781528; }
span { border-color: rgb(120,21,40); }
td.TdClassName
{
border-color: #781528;
}
.TagClassName
{
border-color: #781528;
}
</style>