Shades of Red Berry #781C28
Tints of Red Berry #781C28
RGB
CMYK
RGB Variations
Color information
#781C28 (or 0x781C28) is known color: Red Berry. HEX triplet: 78, 1C and 28. RGB value is (120,28,40). Sum of RGB (Red+Green+Blue) = 120+28+40=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #781C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C28 is #87E3D7. Grayscale: #383838. Windows color (decimal): -8905688 or 2628728. OLE color: 2628728.
HSL color Cylindrical-coordinate representation of color #781C28: hue angle of 352.17º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C28 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 40 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.53 |
| HSL | 352.17º | 0.62% | 0.29% | - |
| HSV(B) | 352.17º | 0.77% | 0.47% | - |
| XYZ | 8.54 | 4.98 | 2.52 | - |
| YUV | 56.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 40 | 0 | 0.77 | 0.67 | 0.53 | 352.17 | 0.62 | 0.29 |
| Hex | 78 | 1C | 28 | 0 | 4D | 43 | 35 | 160 | 3E | 1D |
| Octal | 170 | 34 | 50 | 0 | 115 | 103 | 65 | 540 | 76 | 35 |
| Binary | 1111000 | 11100 | 101000 | 0 | 1001101 | 1000011 | 110101 | 101100000 | 111110 | 11101 |
Color Harmonies of #781C28
Complementary color
Monochromatic Colors of #781C28
Black with #781C28
Text Example
Text Example
White with #781C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C28; }
p { color: rgb(120,28,40); }
H1.HeaderClassName
{
color: #781C28;
}
.AnyTagClassName
{
color: #781C28;
}
</style>
background-color css
<style>
a { background-color: #781C28; }
a { background-color: rgb(120,28,40); }
div.DivClassName
{
background-color: #781C28;
}
.BgClassName
{
background-color: #781C28;
}
</style>
border-color css
<style>
span { border-color: #781C28; }
span { border-color: rgb(120,28,40); }
td.TdClassName
{
border-color: #781C28;
}
.TagClassName
{
border-color: #781C28;
}
</style>