Shades of Red Berry #781A1C
Tints of Red Berry #781A1C
RGB
CMYK
RGB Variations
Color information
#781A1C (or 0x781A1C) is known color: Red Berry. HEX triplet: 78, 1A and 1C. RGB value is (120,26,28). Sum of RGB (Red+Green+Blue) = 120+26+28=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #781A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A1C is #87E5E3. Grayscale: #363636. Windows color (decimal): -8906212 or 1841784. OLE color: 1841784.
HSL color Cylindrical-coordinate representation of color #781A1C: hue angle of 358.72º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A1C is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 28 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.53 |
| HSL | 358.72º | 0.64% | 0.29% | - |
| HSV(B) | 358.72º | 0.78% | 0.47% | - |
| XYZ | 8.32 | 4.82 | 1.59 | - |
| YUV | 54.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 28 | 0 | 0.78 | 0.77 | 0.53 | 358.72 | 0.64 | 0.29 |
| Hex | 78 | 1A | 1C | 0 | 4E | 4D | 35 | 167 | 40 | 1D |
| Octal | 170 | 32 | 34 | 0 | 116 | 115 | 65 | 547 | 100 | 35 |
| Binary | 1111000 | 11010 | 11100 | 0 | 1001110 | 1001101 | 110101 | 101100111 | 1000000 | 11101 |
Color Harmonies of #781A1C
Complementary color
Monochromatic Colors of #781A1C
Black with #781A1C
Text Example
Text Example
White with #781A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A1C; }
p { color: rgb(120,26,28); }
H1.HeaderClassName
{
color: #781A1C;
}
.AnyTagClassName
{
color: #781A1C;
}
</style>
background-color css
<style>
a { background-color: #781A1C; }
a { background-color: rgb(120,26,28); }
div.DivClassName
{
background-color: #781A1C;
}
.BgClassName
{
background-color: #781A1C;
}
</style>
border-color css
<style>
span { border-color: #781A1C; }
span { border-color: rgb(120,26,28); }
td.TdClassName
{
border-color: #781A1C;
}
.TagClassName
{
border-color: #781A1C;
}
</style>