Shades of Red Berry #781521
Tints of Red Berry #781521
RGB
CMYK
RGB Variations
Color information
#781521 (or 0x781521) is known color: Red Berry. HEX triplet: 78, 15 and 21. RGB value is (120,21,33). Sum of RGB (Red+Green+Blue) = 120+21+33=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #781521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781521 is #87EADE. Grayscale: #343434. Windows color (decimal): -8907487 or 2168184. OLE color: 2168184.
HSL color Cylindrical-coordinate representation of color #781521: hue angle of 352.73º 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 #781521 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 33 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.53 |
| HSL | 352.73º | 0.7% | 0.28% | - |
| HSV(B) | 352.73º | 0.83% | 0.47% | - |
| XYZ | 8.29 | 4.64 | 1.9 | - |
| YUV | 51.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 33 | 0 | 0.83 | 0.72 | 0.53 | 352.73 | 0.7 | 0.28 |
| Hex | 78 | 15 | 21 | 0 | 53 | 48 | 35 | 161 | 46 | 1C |
| Octal | 170 | 25 | 41 | 0 | 123 | 110 | 65 | 541 | 106 | 34 |
| Binary | 1111000 | 10101 | 100001 | 0 | 1010011 | 1001000 | 110101 | 101100001 | 1000110 | 11100 |
Color Harmonies of #781521
Complementary color
Monochromatic Colors of #781521
Black with #781521
Text Example
Text Example
White with #781521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781521; }
p { color: rgb(120,21,33); }
H1.HeaderClassName
{
color: #781521;
}
.AnyTagClassName
{
color: #781521;
}
</style>
background-color css
<style>
a { background-color: #781521; }
a { background-color: rgb(120,21,33); }
div.DivClassName
{
background-color: #781521;
}
.BgClassName
{
background-color: #781521;
}
</style>
border-color css
<style>
span { border-color: #781521; }
span { border-color: rgb(120,21,33); }
td.TdClassName
{
border-color: #781521;
}
.TagClassName
{
border-color: #781521;
}
</style>