Shades of Red Berry #7B181D
Tints of Red Berry #7B181D
RGB
CMYK
RGB Variations
Color information
#7B181D (or 0x7B181D) is known color: Red Berry. HEX triplet: 7B, 18 and 1D. RGB value is (123,24,29). Sum of RGB (Red+Green+Blue) = 123+24+29=176 (23% of max value = 765). Red value is 123 (48.44% from 255 or 69.89% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 123 - color contains mainly: red. Hex color #7B181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B181D is #84E7E2. Grayscale: #363636. Windows color (decimal): -8710115 or 1906811. OLE color: 1906811.
HSL color Cylindrical-coordinate representation of color #7B181D: hue angle of 356.97º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B181D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 24 | 29 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.52 |
| HSL | 356.97º | 0.67% | 0.29% | - |
| HSV(B) | 356.97º | 0.8% | 0.48% | - |
| XYZ | 8.72 | 4.95 | 1.66 | - |
| YUV | 54.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 29 | 0 | 0.80 | 0.76 | 0.52 | 356.97 | 0.67 | 0.29 |
| Hex | 7B | 18 | 1D | 0 | 50 | 4C | 34 | 165 | 43 | 1D |
| Octal | 173 | 30 | 35 | 0 | 120 | 114 | 64 | 545 | 103 | 35 |
| Binary | 1111011 | 11000 | 11101 | 0 | 1010000 | 1001100 | 110100 | 101100101 | 1000011 | 11101 |
Color Harmonies of #7B181D
Complementary color
Monochromatic Colors of #7B181D
Black with #7B181D
Text Example
Text Example
White with #7B181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B181D; }
p { color: rgb(123,24,29); }
H1.HeaderClassName
{
color: #7B181D;
}
.AnyTagClassName
{
color: #7B181D;
}
</style>
background-color css
<style>
a { background-color: #7B181D; }
a { background-color: rgb(123,24,29); }
div.DivClassName
{
background-color: #7B181D;
}
.BgClassName
{
background-color: #7B181D;
}
</style>
border-color css
<style>
span { border-color: #7B181D; }
span { border-color: rgb(123,24,29); }
td.TdClassName
{
border-color: #7B181D;
}
.TagClassName
{
border-color: #7B181D;
}
</style>