Shades of Red Berry #781C2C
Tints of Red Berry #781C2C
RGB
CMYK
RGB Variations
Color information
#781C2C (or 0x781C2C) is known color: Red Berry. HEX triplet: 78, 1C and 2C. RGB value is (120,28,44). Sum of RGB (Red+Green+Blue) = 120+28+44=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #781C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C2C is #87E3D3. Grayscale: #393939. Windows color (decimal): -8905684 or 2890872. OLE color: 2890872.
HSL color Cylindrical-coordinate representation of color #781C2C: hue angle of 349.57º 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 #781C2C is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 44 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.53 |
| HSL | 349.57º | 0.62% | 0.29% | - |
| HSV(B) | 349.57º | 0.77% | 0.47% | - |
| XYZ | 8.62 | 5.01 | 2.89 | - |
| YUV | 57.33 | 120.48 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 44 | 0 | 0.77 | 0.63 | 0.53 | 349.57 | 0.62 | 0.29 |
| Hex | 78 | 1C | 2C | 0 | 4D | 3F | 35 | 15E | 3E | 1D |
| Octal | 170 | 34 | 54 | 0 | 115 | 77 | 65 | 536 | 76 | 35 |
| Binary | 1111000 | 11100 | 101100 | 0 | 1001101 | 111111 | 110101 | 101011110 | 111110 | 11101 |
Color Harmonies of #781C2C
Complementary color
Monochromatic Colors of #781C2C
Black with #781C2C
Text Example
Text Example
White with #781C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C2C; }
p { color: rgb(120,28,44); }
H1.HeaderClassName
{
color: #781C2C;
}
.AnyTagClassName
{
color: #781C2C;
}
</style>
background-color css
<style>
a { background-color: #781C2C; }
a { background-color: rgb(120,28,44); }
div.DivClassName
{
background-color: #781C2C;
}
.BgClassName
{
background-color: #781C2C;
}
</style>
border-color css
<style>
span { border-color: #781C2C; }
span { border-color: rgb(120,28,44); }
td.TdClassName
{
border-color: #781C2C;
}
.TagClassName
{
border-color: #781C2C;
}
</style>