Shades of Red Berry #781B28
Tints of Red Berry #781B28
RGB
CMYK
RGB Variations
Color information
#781B28 (or 0x781B28) is known color: Red Berry. HEX triplet: 78, 1B and 28. RGB value is (120,27,40). Sum of RGB (Red+Green+Blue) = 120+27+40=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #781B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B28 is #87E4D7. Grayscale: #383838. Windows color (decimal): -8905944 or 2628472. OLE color: 2628472.
HSL color Cylindrical-coordinate representation of color #781B28: hue angle of 351.61º degrees, saturation: 0.63, 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 #781B28 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 40 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.53 |
| HSL | 351.61º | 0.63% | 0.29% | - |
| HSV(B) | 351.61º | 0.78% | 0.47% | - |
| XYZ | 8.52 | 4.93 | 2.51 | - |
| YUV | 56.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 40 | 0 | 0.78 | 0.67 | 0.53 | 351.61 | 0.63 | 0.29 |
| Hex | 78 | 1B | 28 | 0 | 4E | 43 | 35 | 160 | 3F | 1D |
| Octal | 170 | 33 | 50 | 0 | 116 | 103 | 65 | 540 | 77 | 35 |
| Binary | 1111000 | 11011 | 101000 | 0 | 1001110 | 1000011 | 110101 | 101100000 | 111111 | 11101 |
Color Harmonies of #781B28
Complementary color
Monochromatic Colors of #781B28
Black with #781B28
Text Example
Text Example
White with #781B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B28; }
p { color: rgb(120,27,40); }
H1.HeaderClassName
{
color: #781B28;
}
.AnyTagClassName
{
color: #781B28;
}
</style>
background-color css
<style>
a { background-color: #781B28; }
a { background-color: rgb(120,27,40); }
div.DivClassName
{
background-color: #781B28;
}
.BgClassName
{
background-color: #781B28;
}
</style>
border-color css
<style>
span { border-color: #781B28; }
span { border-color: rgb(120,27,40); }
td.TdClassName
{
border-color: #781B28;
}
.TagClassName
{
border-color: #781B28;
}
</style>