Shades of Red Berry #7F1824
Tints of Red Berry #7F1824
RGB
CMYK
RGB Variations
Color information
#7F1824 (or 0x7F1824) is known color: Red Berry. HEX triplet: 7F, 18 and 24. RGB value is (127,24,36). Sum of RGB (Red+Green+Blue) = 127+24+36=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1824 is #80E7DB. Grayscale: #383838. Windows color (decimal): -8447964 or 2365567. OLE color: 2365567.
HSL color Cylindrical-coordinate representation of color #7F1824: hue angle of 353.01º 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 #7F1824 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 24 | 36 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.50 |
| HSL | 353.01º | 0.68% | 0.3% | - |
| HSV(B) | 353.01º | 0.81% | 0.5% | - |
| XYZ | 9.4 | 5.29 | 2.2 | - |
| YUV | 56.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 36 | 0 | 0.81 | 0.72 | 0.50 | 353.01 | 0.68 | 0.3 |
| Hex | 7F | 18 | 24 | 0 | 51 | 48 | 32 | 161 | 44 | 1E |
| Octal | 177 | 30 | 44 | 0 | 121 | 110 | 62 | 541 | 104 | 36 |
| Binary | 1111111 | 11000 | 100100 | 0 | 1010001 | 1001000 | 110010 | 101100001 | 1000100 | 11110 |
Color Harmonies of #7F1824
Complementary color
Monochromatic Colors of #7F1824
Black with #7F1824
Text Example
Text Example
White with #7F1824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1824; }
p { color: rgb(127,24,36); }
H1.HeaderClassName
{
color: #7F1824;
}
.AnyTagClassName
{
color: #7F1824;
}
</style>
background-color css
<style>
a { background-color: #7F1824; }
a { background-color: rgb(127,24,36); }
div.DivClassName
{
background-color: #7F1824;
}
.BgClassName
{
background-color: #7F1824;
}
</style>
border-color css
<style>
span { border-color: #7F1824; }
span { border-color: rgb(127,24,36); }
td.TdClassName
{
border-color: #7F1824;
}
.TagClassName
{
border-color: #7F1824;
}
</style>