Shades of Red Berry #781C2D
Tints of Red Berry #781C2D
RGB
CMYK
RGB Variations
Color information
#781C2D (or 0x781C2D) is known color: Red Berry. HEX triplet: 78, 1C and 2D. RGB value is (120,28,45). Sum of RGB (Red+Green+Blue) = 120+28+45=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #781C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C2D is #87E3D2. Grayscale: #393939. Windows color (decimal): -8905683 or 2956408. OLE color: 2956408.
HSL color Cylindrical-coordinate representation of color #781C2D: hue angle of 348.91º 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 #781C2D is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 45 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.53 |
| HSL | 348.91º | 0.62% | 0.29% | - |
| HSV(B) | 348.91º | 0.77% | 0.47% | - |
| XYZ | 8.63 | 5.01 | 3 | - |
| YUV | 57.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 45 | 0 | 0.77 | 0.63 | 0.53 | 348.91 | 0.62 | 0.29 |
| Hex | 78 | 1C | 2D | 0 | 4D | 3F | 35 | 15D | 3E | 1D |
| Octal | 170 | 34 | 55 | 0 | 115 | 77 | 65 | 535 | 76 | 35 |
| Binary | 1111000 | 11100 | 101101 | 0 | 1001101 | 111111 | 110101 | 101011101 | 111110 | 11101 |
Color Harmonies of #781C2D
Complementary color
Monochromatic Colors of #781C2D
Black with #781C2D
Text Example
Text Example
White with #781C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C2D; }
p { color: rgb(120,28,45); }
H1.HeaderClassName
{
color: #781C2D;
}
.AnyTagClassName
{
color: #781C2D;
}
</style>
background-color css
<style>
a { background-color: #781C2D; }
a { background-color: rgb(120,28,45); }
div.DivClassName
{
background-color: #781C2D;
}
.BgClassName
{
background-color: #781C2D;
}
</style>
border-color css
<style>
span { border-color: #781C2D; }
span { border-color: rgb(120,28,45); }
td.TdClassName
{
border-color: #781C2D;
}
.TagClassName
{
border-color: #781C2D;
}
</style>