Shades of Red Berry #781F26
Tints of Red Berry #781F26
RGB
CMYK
RGB Variations
Color information
#781F26 (or 0x781F26) is known color: Red Berry. HEX triplet: 78, 1F and 26. RGB value is (120,31,38). Sum of RGB (Red+Green+Blue) = 120+31+38=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #781F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F26 is #87E0D9. Grayscale: #3A3A3A. Windows color (decimal): -8904922 or 2498424. OLE color: 2498424.
HSL color Cylindrical-coordinate representation of color #781F26: hue angle of 355.28º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F26 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 38 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.53 |
| HSL | 355.28º | 0.59% | 0.3% | - |
| HSV(B) | 355.28º | 0.74% | 0.47% | - |
| XYZ | 8.59 | 5.11 | 2.37 | - |
| YUV | 58.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 38 | 0 | 0.74 | 0.68 | 0.53 | 355.28 | 0.59 | 0.3 |
| Hex | 78 | 1F | 26 | 0 | 4A | 44 | 35 | 163 | 3B | 1E |
| Octal | 170 | 37 | 46 | 0 | 112 | 104 | 65 | 543 | 73 | 36 |
| Binary | 1111000 | 11111 | 100110 | 0 | 1001010 | 1000100 | 110101 | 101100011 | 111011 | 11110 |
Color Harmonies of #781F26
Complementary color
Monochromatic Colors of #781F26
Black with #781F26
Text Example
Text Example
White with #781F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F26; }
p { color: rgb(120,31,38); }
H1.HeaderClassName
{
color: #781F26;
}
.AnyTagClassName
{
color: #781F26;
}
</style>
background-color css
<style>
a { background-color: #781F26; }
a { background-color: rgb(120,31,38); }
div.DivClassName
{
background-color: #781F26;
}
.BgClassName
{
background-color: #781F26;
}
</style>
border-color css
<style>
span { border-color: #781F26; }
span { border-color: rgb(120,31,38); }
td.TdClassName
{
border-color: #781F26;
}
.TagClassName
{
border-color: #781F26;
}
</style>