Shades of Red Berry #7B1B25
Tints of Red Berry #7B1B25
RGB
CMYK
RGB Variations
Color information
#7B1B25 (or 0x7B1B25) is known color: Red Berry. HEX triplet: 7B, 1B and 25. RGB value is (123,27,37). Sum of RGB (Red+Green+Blue) = 123+27+37=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1B25 is #84E4DA. Grayscale: #383838. Windows color (decimal): -8709339 or 2431867. OLE color: 2431867.
HSL color Cylindrical-coordinate representation of color #7B1B25: hue angle of 353.75º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B1B25 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 27 | 37 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.52 |
| HSL | 353.75º | 0.64% | 0.29% | - |
| HSV(B) | 353.75º | 0.78% | 0.48% | - |
| XYZ | 8.89 | 5.13 | 2.27 | - |
| YUV | 56.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 27 | 37 | 0 | 0.78 | 0.70 | 0.52 | 353.75 | 0.64 | 0.29 |
| Hex | 7B | 1B | 25 | 0 | 4E | 46 | 34 | 162 | 40 | 1D |
| Octal | 173 | 33 | 45 | 0 | 116 | 106 | 64 | 542 | 100 | 35 |
| Binary | 1111011 | 11011 | 100101 | 0 | 1001110 | 1000110 | 110100 | 101100010 | 1000000 | 11101 |
Color Harmonies of #7B1B25
Complementary color
Monochromatic Colors of #7B1B25
Black with #7B1B25
Text Example
Text Example
White with #7B1B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1B25; }
p { color: rgb(123,27,37); }
H1.HeaderClassName
{
color: #7B1B25;
}
.AnyTagClassName
{
color: #7B1B25;
}
</style>
background-color css
<style>
a { background-color: #7B1B25; }
a { background-color: rgb(123,27,37); }
div.DivClassName
{
background-color: #7B1B25;
}
.BgClassName
{
background-color: #7B1B25;
}
</style>
border-color css
<style>
span { border-color: #7B1B25; }
span { border-color: rgb(123,27,37); }
td.TdClassName
{
border-color: #7B1B25;
}
.TagClassName
{
border-color: #7B1B25;
}
</style>