Shades of Red Berry #781B26
Tints of Red Berry #781B26
RGB
CMYK
RGB Variations
Color information
#781B26 (or 0x781B26) is known color: Red Berry. HEX triplet: 78, 1B and 26. RGB value is (120,27,38). Sum of RGB (Red+Green+Blue) = 120+27+38=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #781B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B26 is #87E4D9. Grayscale: #383838. Windows color (decimal): -8905946 or 2497400. OLE color: 2497400.
HSL color Cylindrical-coordinate representation of color #781B26: hue angle of 352.9º degrees, saturation: 0.63, 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 #781B26 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 38 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.53 |
| HSL | 352.9º | 0.63% | 0.29% | - |
| HSV(B) | 352.9º | 0.78% | 0.47% | - |
| XYZ | 8.49 | 4.92 | 2.34 | - |
| YUV | 56.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 38 | 0 | 0.78 | 0.68 | 0.53 | 352.9 | 0.63 | 0.29 |
| Hex | 78 | 1B | 26 | 0 | 4E | 44 | 35 | 161 | 3F | 1D |
| Octal | 170 | 33 | 46 | 0 | 116 | 104 | 65 | 541 | 77 | 35 |
| Binary | 1111000 | 11011 | 100110 | 0 | 1001110 | 1000100 | 110101 | 101100001 | 111111 | 11101 |
Color Harmonies of #781B26
Complementary color
Monochromatic Colors of #781B26
Black with #781B26
Text Example
Text Example
White with #781B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B26; }
p { color: rgb(120,27,38); }
H1.HeaderClassName
{
color: #781B26;
}
.AnyTagClassName
{
color: #781B26;
}
</style>
background-color css
<style>
a { background-color: #781B26; }
a { background-color: rgb(120,27,38); }
div.DivClassName
{
background-color: #781B26;
}
.BgClassName
{
background-color: #781B26;
}
</style>
border-color css
<style>
span { border-color: #781B26; }
span { border-color: rgb(120,27,38); }
td.TdClassName
{
border-color: #781B26;
}
.TagClassName
{
border-color: #781B26;
}
</style>