Shades of Red Berry #781728
Tints of Red Berry #781728
RGB
CMYK
RGB Variations
Color information
#781728 (or 0x781728) is known color: Red Berry. HEX triplet: 78, 17 and 28. RGB value is (120,23,40). Sum of RGB (Red+Green+Blue) = 120+23+40=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #781728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781728 is #87E8D7. Grayscale: #353535. Windows color (decimal): -8906968 or 2627448. OLE color: 2627448.
HSL color Cylindrical-coordinate representation of color #781728: hue angle of 349.48º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781728 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 40 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.53 |
| HSL | 349.48º | 0.68% | 0.28% | - |
| HSV(B) | 349.48º | 0.81% | 0.47% | - |
| XYZ | 8.44 | 4.76 | 2.48 | - |
| YUV | 53.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 40 | 0 | 0.81 | 0.67 | 0.53 | 349.48 | 0.68 | 0.28 |
| Hex | 78 | 17 | 28 | 0 | 51 | 43 | 35 | 15D | 44 | 1C |
| Octal | 170 | 27 | 50 | 0 | 121 | 103 | 65 | 535 | 104 | 34 |
| Binary | 1111000 | 10111 | 101000 | 0 | 1010001 | 1000011 | 110101 | 101011101 | 1000100 | 11100 |
Color Harmonies of #781728
Complementary color
Monochromatic Colors of #781728
Black with #781728
Text Example
Text Example
White with #781728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781728; }
p { color: rgb(120,23,40); }
H1.HeaderClassName
{
color: #781728;
}
.AnyTagClassName
{
color: #781728;
}
</style>
background-color css
<style>
a { background-color: #781728; }
a { background-color: rgb(120,23,40); }
div.DivClassName
{
background-color: #781728;
}
.BgClassName
{
background-color: #781728;
}
</style>
border-color css
<style>
span { border-color: #781728; }
span { border-color: rgb(120,23,40); }
td.TdClassName
{
border-color: #781728;
}
.TagClassName
{
border-color: #781728;
}
</style>