Shades of Red Berry #781627
Tints of Red Berry #781627
RGB
CMYK
RGB Variations
Color information
#781627 (or 0x781627) is known color: Red Berry. HEX triplet: 78, 16 and 27. RGB value is (120,22,39). Sum of RGB (Red+Green+Blue) = 120+22+39=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #781627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781627 is #87E9D8. Grayscale: #353535. Windows color (decimal): -8907225 or 2561656. OLE color: 2561656.
HSL color Cylindrical-coordinate representation of color #781627: hue angle of 349.59º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781627 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 39 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.53 |
| HSL | 349.59º | 0.69% | 0.28% | - |
| HSV(B) | 349.59º | 0.82% | 0.47% | - |
| XYZ | 8.4 | 4.71 | 2.39 | - |
| YUV | 53.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 39 | 0 | 0.82 | 0.67 | 0.53 | 349.59 | 0.69 | 0.28 |
| Hex | 78 | 16 | 27 | 0 | 52 | 43 | 35 | 15E | 45 | 1C |
| Octal | 170 | 26 | 47 | 0 | 122 | 103 | 65 | 536 | 105 | 34 |
| Binary | 1111000 | 10110 | 100111 | 0 | 1010010 | 1000011 | 110101 | 101011110 | 1000101 | 11100 |
Color Harmonies of #781627
Complementary color
Monochromatic Colors of #781627
Black with #781627
Text Example
Text Example
White with #781627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781627; }
p { color: rgb(120,22,39); }
H1.HeaderClassName
{
color: #781627;
}
.AnyTagClassName
{
color: #781627;
}
</style>
background-color css
<style>
a { background-color: #781627; }
a { background-color: rgb(120,22,39); }
div.DivClassName
{
background-color: #781627;
}
.BgClassName
{
background-color: #781627;
}
</style>
border-color css
<style>
span { border-color: #781627; }
span { border-color: rgb(120,22,39); }
td.TdClassName
{
border-color: #781627;
}
.TagClassName
{
border-color: #781627;
}
</style>