Shades of Red Berry #781825
Tints of Red Berry #781825
RGB
CMYK
RGB Variations
Color information
#781825 (or 0x781825) is known color: Red Berry. HEX triplet: 78, 18 and 25. RGB value is (120,24,37). Sum of RGB (Red+Green+Blue) = 120+24+37=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #781825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781825 is #87E7DA. Grayscale: #363636. Windows color (decimal): -8906715 or 2431096. OLE color: 2431096.
HSL color Cylindrical-coordinate representation of color #781825: hue angle of 351.88º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781825 is Cyan = 0, Magento = 0.8, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 37 | - |
| CMYK | 0 | 0.8 | 0.69 | 0.53 |
| HSL | 351.88º | 0.67% | 0.28% | - |
| HSV(B) | 351.88º | 0.8% | 0.47% | - |
| XYZ | 8.41 | 4.78 | 2.23 | - |
| YUV | 54.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 37 | 0 | 0.8 | 0.69 | 0.53 | 351.88 | 0.67 | 0.28 |
| Hex | 78 | 18 | 25 | 0 | 50 | 45 | 35 | 160 | 43 | 1C |
| Octal | 170 | 30 | 45 | 0 | 120 | 105 | 65 | 540 | 103 | 34 |
| Binary | 1111000 | 11000 | 100101 | 0 | 1010000 | 1000101 | 110101 | 101100000 | 1000011 | 11100 |
Color Harmonies of #781825
Complementary color
Monochromatic Colors of #781825
Black with #781825
Text Example
Text Example
White with #781825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781825; }
p { color: rgb(120,24,37); }
H1.HeaderClassName
{
color: #781825;
}
.AnyTagClassName
{
color: #781825;
}
</style>
background-color css
<style>
a { background-color: #781825; }
a { background-color: rgb(120,24,37); }
div.DivClassName
{
background-color: #781825;
}
.BgClassName
{
background-color: #781825;
}
</style>
border-color css
<style>
span { border-color: #781825; }
span { border-color: rgb(120,24,37); }
td.TdClassName
{
border-color: #781825;
}
.TagClassName
{
border-color: #781825;
}
</style>