Shades of Red Berry #781125
Tints of Red Berry #781125
RGB
CMYK
RGB Variations
Color information
#781125 (or 0x781125) is known color: Red Berry. HEX triplet: 78, 11 and 25. RGB value is (120,17,37). Sum of RGB (Red+Green+Blue) = 120+17+37=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #781125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781125 is #87EEDA. Grayscale: #323232. Windows color (decimal): -8908507 or 2429304. OLE color: 2429304.
HSL color Cylindrical-coordinate representation of color #781125: hue angle of 348.35º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781125 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 37 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.53 |
| HSL | 348.35º | 0.75% | 0.27% | - |
| HSV(B) | 348.35º | 0.86% | 0.47% | - |
| XYZ | 8.28 | 4.53 | 2.19 | - |
| YUV | 50.08 | 120.62 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 37 | 0 | 0.86 | 0.69 | 0.53 | 348.35 | 0.75 | 0.27 |
| Hex | 78 | 11 | 25 | 0 | 56 | 45 | 35 | 15C | 4B | 1B |
| Octal | 170 | 21 | 45 | 0 | 126 | 105 | 65 | 534 | 113 | 33 |
| Binary | 1111000 | 10001 | 100101 | 0 | 1010110 | 1000101 | 110101 | 101011100 | 1001011 | 11011 |
Color Harmonies of #781125
Complementary color
Monochromatic Colors of #781125
Black with #781125
Text Example
Text Example
White with #781125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781125; }
p { color: rgb(120,17,37); }
H1.HeaderClassName
{
color: #781125;
}
.AnyTagClassName
{
color: #781125;
}
</style>
background-color css
<style>
a { background-color: #781125; }
a { background-color: rgb(120,17,37); }
div.DivClassName
{
background-color: #781125;
}
.BgClassName
{
background-color: #781125;
}
</style>
border-color css
<style>
span { border-color: #781125; }
span { border-color: rgb(120,17,37); }
td.TdClassName
{
border-color: #781125;
}
.TagClassName
{
border-color: #781125;
}
</style>