Shades of Red Berry #781525
Tints of Red Berry #781525
RGB
CMYK
RGB Variations
Color information
#781525 (or 0x781525) is known color: Red Berry. HEX triplet: 78, 15 and 25. RGB value is (120,21,37). Sum of RGB (Red+Green+Blue) = 120+21+37=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #781525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781525 is #87EADA. Grayscale: #343434. Windows color (decimal): -8907483 or 2430328. OLE color: 2430328.
HSL color Cylindrical-coordinate representation of color #781525: hue angle of 350.3º 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 #781525 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 37 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.53 |
| HSL | 350.3º | 0.7% | 0.28% | - |
| HSV(B) | 350.3º | 0.83% | 0.47% | - |
| XYZ | 8.35 | 4.66 | 2.21 | - |
| YUV | 52.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 37 | 0 | 0.83 | 0.69 | 0.53 | 350.3 | 0.7 | 0.28 |
| Hex | 78 | 15 | 25 | 0 | 53 | 45 | 35 | 15E | 46 | 1C |
| Octal | 170 | 25 | 45 | 0 | 123 | 105 | 65 | 536 | 106 | 34 |
| Binary | 1111000 | 10101 | 100101 | 0 | 1010011 | 1000101 | 110101 | 101011110 | 1000110 | 11100 |
Color Harmonies of #781525
Complementary color
Monochromatic Colors of #781525
Black with #781525
Text Example
Text Example
White with #781525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781525; }
p { color: rgb(120,21,37); }
H1.HeaderClassName
{
color: #781525;
}
.AnyTagClassName
{
color: #781525;
}
</style>
background-color css
<style>
a { background-color: #781525; }
a { background-color: rgb(120,21,37); }
div.DivClassName
{
background-color: #781525;
}
.BgClassName
{
background-color: #781525;
}
</style>
border-color css
<style>
span { border-color: #781525; }
span { border-color: rgb(120,21,37); }
td.TdClassName
{
border-color: #781525;
}
.TagClassName
{
border-color: #781525;
}
</style>