Shades of Red Berry #7F1822
Tints of Red Berry #7F1822
RGB
CMYK
RGB Variations
Color information
#7F1822 (or 0x7F1822) is known color: Red Berry. HEX triplet: 7F, 18 and 22. RGB value is (127,24,34). Sum of RGB (Red+Green+Blue) = 127+24+34=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1822 is #80E7DD. Grayscale: #383838. Windows color (decimal): -8447966 or 2234495. OLE color: 2234495.
HSL color Cylindrical-coordinate representation of color #7F1822: hue angle of 354.17º 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 #7F1822 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 24 | 34 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.50 |
| HSL | 354.17º | 0.68% | 0.3% | - |
| HSV(B) | 354.17º | 0.81% | 0.5% | - |
| XYZ | 9.37 | 5.28 | 2.04 | - |
| YUV | 55.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 34 | 0 | 0.81 | 0.73 | 0.50 | 354.17 | 0.68 | 0.3 |
| Hex | 7F | 18 | 22 | 0 | 51 | 49 | 32 | 162 | 44 | 1E |
| Octal | 177 | 30 | 42 | 0 | 121 | 111 | 62 | 542 | 104 | 36 |
| Binary | 1111111 | 11000 | 100010 | 0 | 1010001 | 1001001 | 110010 | 101100010 | 1000100 | 11110 |
Color Harmonies of #7F1822
Complementary color
Monochromatic Colors of #7F1822
Black with #7F1822
Text Example
Text Example
White with #7F1822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1822; }
p { color: rgb(127,24,34); }
H1.HeaderClassName
{
color: #7F1822;
}
.AnyTagClassName
{
color: #7F1822;
}
</style>
background-color css
<style>
a { background-color: #7F1822; }
a { background-color: rgb(127,24,34); }
div.DivClassName
{
background-color: #7F1822;
}
.BgClassName
{
background-color: #7F1822;
}
</style>
border-color css
<style>
span { border-color: #7F1822; }
span { border-color: rgb(127,24,34); }
td.TdClassName
{
border-color: #7F1822;
}
.TagClassName
{
border-color: #7F1822;
}
</style>