Shades of Red Berry #781824
Tints of Red Berry #781824
RGB
CMYK
RGB Variations
Color information
#781824 (or 0x781824) is known color: Red Berry. HEX triplet: 78, 18 and 24. RGB value is (120,24,36). Sum of RGB (Red+Green+Blue) = 120+24+36=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #781824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781824 is #87E7DB. Grayscale: #363636. Windows color (decimal): -8906716 or 2365560. OLE color: 2365560.
HSL color Cylindrical-coordinate representation of color #781824: hue angle of 352.5º 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 #781824 is Cyan = 0, Magento = 0.8, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 36 | - |
| CMYK | 0 | 0.8 | 0.7 | 0.53 |
| HSL | 352.5º | 0.67% | 0.28% | - |
| HSV(B) | 352.5º | 0.8% | 0.47% | - |
| XYZ | 8.39 | 4.77 | 2.15 | - |
| YUV | 54.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 36 | 0 | 0.8 | 0.7 | 0.53 | 352.5 | 0.67 | 0.28 |
| Hex | 78 | 18 | 24 | 0 | 50 | 46 | 35 | 160 | 43 | 1C |
| Octal | 170 | 30 | 44 | 0 | 120 | 106 | 65 | 540 | 103 | 34 |
| Binary | 1111000 | 11000 | 100100 | 0 | 1010000 | 1000110 | 110101 | 101100000 | 1000011 | 11100 |
Color Harmonies of #781824
Complementary color
Monochromatic Colors of #781824
Black with #781824
Text Example
Text Example
White with #781824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781824; }
p { color: rgb(120,24,36); }
H1.HeaderClassName
{
color: #781824;
}
.AnyTagClassName
{
color: #781824;
}
</style>
background-color css
<style>
a { background-color: #781824; }
a { background-color: rgb(120,24,36); }
div.DivClassName
{
background-color: #781824;
}
.BgClassName
{
background-color: #781824;
}
</style>
border-color css
<style>
span { border-color: #781824; }
span { border-color: rgb(120,24,36); }
td.TdClassName
{
border-color: #781824;
}
.TagClassName
{
border-color: #781824;
}
</style>