Shades of Red Berry #781B25
Tints of Red Berry #781B25
RGB
CMYK
RGB Variations
Color information
#781B25 (or 0x781B25) is known color: Red Berry. HEX triplet: 78, 1B and 25. RGB value is (120,27,37). Sum of RGB (Red+Green+Blue) = 120+27+37=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #781B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B25 is #87E4DA. Grayscale: #383838. Windows color (decimal): -8905947 or 2431864. OLE color: 2431864.
HSL color Cylindrical-coordinate representation of color #781B25: hue angle of 353.55º 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 #781B25 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 37 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.53 |
| HSL | 353.55º | 0.63% | 0.29% | - |
| HSV(B) | 353.55º | 0.78% | 0.47% | - |
| XYZ | 8.47 | 4.91 | 2.25 | - |
| YUV | 55.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 37 | 0 | 0.78 | 0.69 | 0.53 | 353.55 | 0.63 | 0.29 |
| Hex | 78 | 1B | 25 | 0 | 4E | 45 | 35 | 162 | 3F | 1D |
| Octal | 170 | 33 | 45 | 0 | 116 | 105 | 65 | 542 | 77 | 35 |
| Binary | 1111000 | 11011 | 100101 | 0 | 1001110 | 1000101 | 110101 | 101100010 | 111111 | 11101 |
Color Harmonies of #781B25
Complementary color
Monochromatic Colors of #781B25
Black with #781B25
Text Example
Text Example
White with #781B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B25; }
p { color: rgb(120,27,37); }
H1.HeaderClassName
{
color: #781B25;
}
.AnyTagClassName
{
color: #781B25;
}
</style>
background-color css
<style>
a { background-color: #781B25; }
a { background-color: rgb(120,27,37); }
div.DivClassName
{
background-color: #781B25;
}
.BgClassName
{
background-color: #781B25;
}
</style>
border-color css
<style>
span { border-color: #781B25; }
span { border-color: rgb(120,27,37); }
td.TdClassName
{
border-color: #781B25;
}
.TagClassName
{
border-color: #781B25;
}
</style>