Shades of Red Berry #7F181B
Tints of Red Berry #7F181B
RGB
CMYK
RGB Variations
Color information
#7F181B (or 0x7F181B) is known color: Red Berry. HEX triplet: 7F, 18 and 1B. RGB value is (127,24,27). Sum of RGB (Red+Green+Blue) = 127+24+27=178 (23% of max value = 765). Red value is 127 (50% from 255 or 71.35% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 127 - color contains mainly: red. Hex color #7F181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F181B is #80E7E4. Grayscale: #373737. Windows color (decimal): -8447973 or 1775743. OLE color: 1775743.
HSL color Cylindrical-coordinate representation of color #7F181B: hue angle of 358.25º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F181B is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 24 | 27 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.50 |
| HSL | 358.25º | 0.68% | 0.3% | - |
| HSV(B) | 358.25º | 0.81% | 0.5% | - |
| XYZ | 9.28 | 5.24 | 1.56 | - |
| YUV | 55.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 27 | 0 | 0.81 | 0.79 | 0.50 | 358.25 | 0.68 | 0.3 |
| Hex | 7F | 18 | 1B | 0 | 51 | 4F | 32 | 166 | 44 | 1E |
| Octal | 177 | 30 | 33 | 0 | 121 | 117 | 62 | 546 | 104 | 36 |
| Binary | 1111111 | 11000 | 11011 | 0 | 1010001 | 1001111 | 110010 | 101100110 | 1000100 | 11110 |
Color Harmonies of #7F181B
Complementary color
Monochromatic Colors of #7F181B
Black with #7F181B
Text Example
Text Example
White with #7F181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F181B; }
p { color: rgb(127,24,27); }
H1.HeaderClassName
{
color: #7F181B;
}
.AnyTagClassName
{
color: #7F181B;
}
</style>
background-color css
<style>
a { background-color: #7F181B; }
a { background-color: rgb(127,24,27); }
div.DivClassName
{
background-color: #7F181B;
}
.BgClassName
{
background-color: #7F181B;
}
</style>
border-color css
<style>
span { border-color: #7F181B; }
span { border-color: rgb(127,24,27); }
td.TdClassName
{
border-color: #7F181B;
}
.TagClassName
{
border-color: #7F181B;
}
</style>