Shades of Red Berry #781924
Tints of Red Berry #781924
RGB
CMYK
RGB Variations
Color information
#781924 (or 0x781924) is known color: Red Berry. HEX triplet: 78, 19 and 24. RGB value is (120,25,36). Sum of RGB (Red+Green+Blue) = 120+25+36=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #781924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781924 is #87E6DB. Grayscale: #363636. Windows color (decimal): -8906460 or 2365816. OLE color: 2365816.
HSL color Cylindrical-coordinate representation of color #781924: hue angle of 353.05º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781924 is Cyan = 0, Magento = 0.79, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 25 | 36 | - |
| CMYK | 0 | 0.79 | 0.7 | 0.53 |
| HSL | 353.05º | 0.66% | 0.28% | - |
| HSV(B) | 353.05º | 0.79% | 0.47% | - |
| XYZ | 8.41 | 4.82 | 2.16 | - |
| YUV | 54.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 36 | 0 | 0.79 | 0.7 | 0.53 | 353.05 | 0.66 | 0.28 |
| Hex | 78 | 19 | 24 | 0 | 4F | 46 | 35 | 161 | 42 | 1C |
| Octal | 170 | 31 | 44 | 0 | 117 | 106 | 65 | 541 | 102 | 34 |
| Binary | 1111000 | 11001 | 100100 | 0 | 1001111 | 1000110 | 110101 | 101100001 | 1000010 | 11100 |
Color Harmonies of #781924
Complementary color
Monochromatic Colors of #781924
Black with #781924
Text Example
Text Example
White with #781924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781924; }
p { color: rgb(120,25,36); }
H1.HeaderClassName
{
color: #781924;
}
.AnyTagClassName
{
color: #781924;
}
</style>
background-color css
<style>
a { background-color: #781924; }
a { background-color: rgb(120,25,36); }
div.DivClassName
{
background-color: #781924;
}
.BgClassName
{
background-color: #781924;
}
</style>
border-color css
<style>
span { border-color: #781924; }
span { border-color: rgb(120,25,36); }
td.TdClassName
{
border-color: #781924;
}
.TagClassName
{
border-color: #781924;
}
</style>