Shades of Red Berry #781F27
Tints of Red Berry #781F27
RGB
CMYK
RGB Variations
Color information
#781F27 (or 0x781F27) is known color: Red Berry. HEX triplet: 78, 1F and 27. RGB value is (120,31,39). Sum of RGB (Red+Green+Blue) = 120+31+39=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #781F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F27 is #87E0D8. Grayscale: #3A3A3A. Windows color (decimal): -8904921 or 2563960. OLE color: 2563960.
HSL color Cylindrical-coordinate representation of color #781F27: hue angle of 354.61º 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 #781F27 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 39 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.53 |
| HSL | 354.61º | 0.59% | 0.3% | - |
| HSV(B) | 354.61º | 0.74% | 0.47% | - |
| XYZ | 8.6 | 5.12 | 2.45 | - |
| YUV | 58.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 39 | 0 | 0.74 | 0.67 | 0.53 | 354.61 | 0.59 | 0.3 |
| Hex | 78 | 1F | 27 | 0 | 4A | 43 | 35 | 163 | 3B | 1E |
| Octal | 170 | 37 | 47 | 0 | 112 | 103 | 65 | 543 | 73 | 36 |
| Binary | 1111000 | 11111 | 100111 | 0 | 1001010 | 1000011 | 110101 | 101100011 | 111011 | 11110 |
Color Harmonies of #781F27
Complementary color
Monochromatic Colors of #781F27
Black with #781F27
Text Example
Text Example
White with #781F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F27; }
p { color: rgb(120,31,39); }
H1.HeaderClassName
{
color: #781F27;
}
.AnyTagClassName
{
color: #781F27;
}
</style>
background-color css
<style>
a { background-color: #781F27; }
a { background-color: rgb(120,31,39); }
div.DivClassName
{
background-color: #781F27;
}
.BgClassName
{
background-color: #781F27;
}
</style>
border-color css
<style>
span { border-color: #781F27; }
span { border-color: rgb(120,31,39); }
td.TdClassName
{
border-color: #781F27;
}
.TagClassName
{
border-color: #781F27;
}
</style>