Shades of Red Berry #6F191B
Tints of Red Berry #6F191B
RGB
CMYK
RGB Variations
Color information
#6F191B (or 0x6F191B) is known color: Red Berry. HEX triplet: 6F, 19 and 1B. RGB value is (111,25,27). Sum of RGB (Red+Green+Blue) = 111+25+27=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F191B is #90E6E4. Grayscale: #333333. Windows color (decimal): -9496293 or 1775983. OLE color: 1775983.
HSL color Cylindrical-coordinate representation of color #6F191B: hue angle of 358.6º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F191B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 25 | 27 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.56 |
| HSL | 358.6º | 0.63% | 0.27% | - |
| HSV(B) | 358.6º | 0.77% | 0.44% | - |
| XYZ | 7.1 | 4.15 | 1.46 | - |
| YUV | 50.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 27 | 0 | 0.77 | 0.76 | 0.56 | 358.6 | 0.63 | 0.27 |
| Hex | 6F | 19 | 1B | 0 | 4D | 4C | 38 | 167 | 3F | 1B |
| Octal | 157 | 31 | 33 | 0 | 115 | 114 | 70 | 547 | 77 | 33 |
| Binary | 1101111 | 11001 | 11011 | 0 | 1001101 | 1001100 | 111000 | 101100111 | 111111 | 11011 |
Color Harmonies of #6F191B
Complementary color
Monochromatic Colors of #6F191B
Black with #6F191B
Text Example
Text Example
White with #6F191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F191B; }
p { color: rgb(111,25,27); }
H1.HeaderClassName
{
color: #6F191B;
}
.AnyTagClassName
{
color: #6F191B;
}
</style>
background-color css
<style>
a { background-color: #6F191B; }
a { background-color: rgb(111,25,27); }
div.DivClassName
{
background-color: #6F191B;
}
.BgClassName
{
background-color: #6F191B;
}
</style>
border-color css
<style>
span { border-color: #6F191B; }
span { border-color: rgb(111,25,27); }
td.TdClassName
{
border-color: #6F191B;
}
.TagClassName
{
border-color: #6F191B;
}
</style>