Shades of Red Berry #781C2B
Tints of Red Berry #781C2B
RGB
CMYK
RGB Variations
Color information
#781C2B (or 0x781C2B) is known color: Red Berry. HEX triplet: 78, 1C and 2B. RGB value is (120,28,43). Sum of RGB (Red+Green+Blue) = 120+28+43=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #781C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C2B is #87E3D4. Grayscale: #393939. Windows color (decimal): -8905685 or 2825336. OLE color: 2825336.
HSL color Cylindrical-coordinate representation of color #781C2B: hue angle of 350.22º degrees, saturation: 0.62, 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 #781C2B is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 43 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.53 |
| HSL | 350.22º | 0.62% | 0.29% | - |
| HSV(B) | 350.22º | 0.77% | 0.47% | - |
| XYZ | 8.6 | 5 | 2.8 | - |
| YUV | 57.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 43 | 0 | 0.77 | 0.64 | 0.53 | 350.22 | 0.62 | 0.29 |
| Hex | 78 | 1C | 2B | 0 | 4D | 40 | 35 | 15E | 3E | 1D |
| Octal | 170 | 34 | 53 | 0 | 115 | 100 | 65 | 536 | 76 | 35 |
| Binary | 1111000 | 11100 | 101011 | 0 | 1001101 | 1000000 | 110101 | 101011110 | 111110 | 11101 |
Color Harmonies of #781C2B
Complementary color
Monochromatic Colors of #781C2B
Black with #781C2B
Text Example
Text Example
White with #781C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C2B; }
p { color: rgb(120,28,43); }
H1.HeaderClassName
{
color: #781C2B;
}
.AnyTagClassName
{
color: #781C2B;
}
</style>
background-color css
<style>
a { background-color: #781C2B; }
a { background-color: rgb(120,28,43); }
div.DivClassName
{
background-color: #781C2B;
}
.BgClassName
{
background-color: #781C2B;
}
</style>
border-color css
<style>
span { border-color: #781C2B; }
span { border-color: rgb(120,28,43); }
td.TdClassName
{
border-color: #781C2B;
}
.TagClassName
{
border-color: #781C2B;
}
</style>