Shades of Red Berry #7D181B
Tints of Red Berry #7D181B
RGB
CMYK
RGB Variations
Color information
#7D181B (or 0x7D181B) is known color: Red Berry. HEX triplet: 7D, 18 and 1B. RGB value is (125,24,27). Sum of RGB (Red+Green+Blue) = 125+24+27=176 (23% of max value = 765). Red value is 125 (49.22% from 255 or 71.02% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 125 - color contains mainly: red. Hex color #7D181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D181B is #82E7E4. Grayscale: #363636. Windows color (decimal): -8579045 or 1775741. OLE color: 1775741.
HSL color Cylindrical-coordinate representation of color #7D181B: hue angle of 358.22º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D181B is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 27 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.51 |
| HSL | 358.22º | 0.68% | 0.29% | - |
| HSV(B) | 358.22º | 0.81% | 0.49% | - |
| XYZ | 8.98 | 5.09 | 1.55 | - |
| YUV | 54.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 27 | 0 | 0.81 | 0.78 | 0.51 | 358.22 | 0.68 | 0.29 |
| Hex | 7D | 18 | 1B | 0 | 51 | 4E | 33 | 166 | 44 | 1D |
| Octal | 175 | 30 | 33 | 0 | 121 | 116 | 63 | 546 | 104 | 35 |
| Binary | 1111101 | 11000 | 11011 | 0 | 1010001 | 1001110 | 110011 | 101100110 | 1000100 | 11101 |
Color Harmonies of #7D181B
Complementary color
Monochromatic Colors of #7D181B
Black with #7D181B
Text Example
Text Example
White with #7D181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D181B; }
p { color: rgb(125,24,27); }
H1.HeaderClassName
{
color: #7D181B;
}
.AnyTagClassName
{
color: #7D181B;
}
</style>
background-color css
<style>
a { background-color: #7D181B; }
a { background-color: rgb(125,24,27); }
div.DivClassName
{
background-color: #7D181B;
}
.BgClassName
{
background-color: #7D181B;
}
</style>
border-color css
<style>
span { border-color: #7D181B; }
span { border-color: rgb(125,24,27); }
td.TdClassName
{
border-color: #7D181B;
}
.TagClassName
{
border-color: #7D181B;
}
</style>