Shades of Red Berry #781827
Tints of Red Berry #781827
RGB
CMYK
RGB Variations
Color information
#781827 (or 0x781827) is known color: Red Berry. HEX triplet: 78, 18 and 27. RGB value is (120,24,39). Sum of RGB (Red+Green+Blue) = 120+24+39=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #781827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781827 is #87E7D8. Grayscale: #363636. Windows color (decimal): -8906713 or 2562168. OLE color: 2562168.
HSL color Cylindrical-coordinate representation of color #781827: hue angle of 350.62º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781827 is Cyan = 0, Magento = 0.8, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 24 | 39 | - |
| CMYK | 0 | 0.8 | 0.67 | 0.53 |
| HSL | 350.63º | 0.67% | 0.28% | - |
| HSV(B) | 350.63º | 0.8% | 0.47% | - |
| XYZ | 8.44 | 4.79 | 2.4 | - |
| YUV | 54.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 39 | 0 | 0.8 | 0.67 | 0.53 | 350.63 | 0.67 | 0.28 |
| Hex | 78 | 18 | 27 | 0 | 50 | 43 | 35 | 15F | 43 | 1C |
| Octal | 170 | 30 | 47 | 0 | 120 | 103 | 65 | 537 | 103 | 34 |
| Binary | 1111000 | 11000 | 100111 | 0 | 1010000 | 1000011 | 110101 | 101011111 | 1000011 | 11100 |
Color Harmonies of #781827
Complementary color
Monochromatic Colors of #781827
Black with #781827
Text Example
Text Example
White with #781827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781827; }
p { color: rgb(120,24,39); }
H1.HeaderClassName
{
color: #781827;
}
.AnyTagClassName
{
color: #781827;
}
</style>
background-color css
<style>
a { background-color: #781827; }
a { background-color: rgb(120,24,39); }
div.DivClassName
{
background-color: #781827;
}
.BgClassName
{
background-color: #781827;
}
</style>
border-color css
<style>
span { border-color: #781827; }
span { border-color: rgb(120,24,39); }
td.TdClassName
{
border-color: #781827;
}
.TagClassName
{
border-color: #781827;
}
</style>