Shades of Red Berry #6F1519
Tints of Red Berry #6F1519
RGB
CMYK
RGB Variations
Color information
#6F1519 (or 0x6F1519) is known color: Red Berry. HEX triplet: 6F, 15 and 19. RGB value is (111,21,25). Sum of RGB (Red+Green+Blue) = 111+21+25=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1519 is #90EAE6. Grayscale: #303030. Windows color (decimal): -9497319 or 1643887. OLE color: 1643887.
HSL color Cylindrical-coordinate representation of color #6F1519: hue angle of 357.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1519 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 25 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.56 |
| HSL | 357.33º | 0.68% | 0.26% | - |
| HSV(B) | 357.33º | 0.81% | 0.44% | - |
| XYZ | 7 | 3.99 | 1.32 | - |
| YUV | 48.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 25 | 0 | 0.81 | 0.77 | 0.56 | 357.33 | 0.68 | 0.26 |
| Hex | 6F | 15 | 19 | 0 | 51 | 4D | 38 | 165 | 44 | 1A |
| Octal | 157 | 25 | 31 | 0 | 121 | 115 | 70 | 545 | 104 | 32 |
| Binary | 1101111 | 10101 | 11001 | 0 | 1010001 | 1001101 | 111000 | 101100101 | 1000100 | 11010 |
Color Harmonies of #6F1519
Complementary color
Monochromatic Colors of #6F1519
Black with #6F1519
Text Example
Text Example
White with #6F1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1519; }
p { color: rgb(111,21,25); }
H1.HeaderClassName
{
color: #6F1519;
}
.AnyTagClassName
{
color: #6F1519;
}
</style>
background-color css
<style>
a { background-color: #6F1519; }
a { background-color: rgb(111,21,25); }
div.DivClassName
{
background-color: #6F1519;
}
.BgClassName
{
background-color: #6F1519;
}
</style>
border-color css
<style>
span { border-color: #6F1519; }
span { border-color: rgb(111,21,25); }
td.TdClassName
{
border-color: #6F1519;
}
.TagClassName
{
border-color: #6F1519;
}
</style>