Shades of Red Berry #7D181C
Tints of Red Berry #7D181C
RGB
CMYK
RGB Variations
Color information
#7D181C (or 0x7D181C) is known color: Red Berry. HEX triplet: 7D, 18 and 1C. RGB value is (125,24,28). Sum of RGB (Red+Green+Blue) = 125+24+28=177 (23% of max value = 765). Red value is 125 (49.22% from 255 or 70.62% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 125 - color contains mainly: red. Hex color #7D181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D181C is #82E7E3. Grayscale: #363636. Windows color (decimal): -8579044 or 1841277. OLE color: 1841277.
HSL color Cylindrical-coordinate representation of color #7D181C: hue angle of 357.62º 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 #7D181C is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 24 | 28 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.51 |
| HSL | 357.62º | 0.68% | 0.29% | - |
| HSV(B) | 357.62º | 0.81% | 0.49% | - |
| XYZ | 8.99 | 5.1 | 1.61 | - |
| YUV | 54.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 24 | 28 | 0 | 0.81 | 0.78 | 0.51 | 357.62 | 0.68 | 0.29 |
| Hex | 7D | 18 | 1C | 0 | 51 | 4E | 33 | 166 | 44 | 1D |
| Octal | 175 | 30 | 34 | 0 | 121 | 116 | 63 | 546 | 104 | 35 |
| Binary | 1111101 | 11000 | 11100 | 0 | 1010001 | 1001110 | 110011 | 101100110 | 1000100 | 11101 |
Color Harmonies of #7D181C
Complementary color
Monochromatic Colors of #7D181C
Black with #7D181C
Text Example
Text Example
White with #7D181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D181C; }
p { color: rgb(125,24,28); }
H1.HeaderClassName
{
color: #7D181C;
}
.AnyTagClassName
{
color: #7D181C;
}
</style>
background-color css
<style>
a { background-color: #7D181C; }
a { background-color: rgb(125,24,28); }
div.DivClassName
{
background-color: #7D181C;
}
.BgClassName
{
background-color: #7D181C;
}
</style>
border-color css
<style>
span { border-color: #7D181C; }
span { border-color: rgb(125,24,28); }
td.TdClassName
{
border-color: #7D181C;
}
.TagClassName
{
border-color: #7D181C;
}
</style>