Shades of Red Berry #781821
Tints of Red Berry #781821
RGB
CMYK
RGB Variations
Color information
#781821 (or 0x781821) is known color: Red Berry. HEX triplet: 78, 18 and 21. RGB value is (120,24,33). Sum of RGB (Red+Green+Blue) = 120+24+33=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #781821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781821 is #87E7DE. Grayscale: #353535. Windows color (decimal): -8906719 or 2168952. OLE color: 2168952.
HSL color Cylindrical-coordinate representation of color #781821: hue angle of 354.38º 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 #781821 is Cyan = 0, Magento = 0.8, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 33 | - |
| CMYK | 0 | 0.8 | 0.72 | 0.53 |
| HSL | 354.38º | 0.67% | 0.28% | - |
| HSV(B) | 354.38º | 0.8% | 0.47% | - |
| XYZ | 8.35 | 4.76 | 1.92 | - |
| YUV | 53.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 33 | 0 | 0.8 | 0.72 | 0.53 | 354.38 | 0.67 | 0.28 |
| Hex | 78 | 18 | 21 | 0 | 50 | 48 | 35 | 162 | 43 | 1C |
| Octal | 170 | 30 | 41 | 0 | 120 | 110 | 65 | 542 | 103 | 34 |
| Binary | 1111000 | 11000 | 100001 | 0 | 1010000 | 1001000 | 110101 | 101100010 | 1000011 | 11100 |
Color Harmonies of #781821
Complementary color
Monochromatic Colors of #781821
Black with #781821
Text Example
Text Example
White with #781821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781821; }
p { color: rgb(120,24,33); }
H1.HeaderClassName
{
color: #781821;
}
.AnyTagClassName
{
color: #781821;
}
</style>
background-color css
<style>
a { background-color: #781821; }
a { background-color: rgb(120,24,33); }
div.DivClassName
{
background-color: #781821;
}
.BgClassName
{
background-color: #781821;
}
</style>
border-color css
<style>
span { border-color: #781821; }
span { border-color: rgb(120,24,33); }
td.TdClassName
{
border-color: #781821;
}
.TagClassName
{
border-color: #781821;
}
</style>