Shades of Red Berry #6F151B
Tints of Red Berry #6F151B
RGB
CMYK
RGB Variations
Color information
#6F151B (or 0x6F151B) is known color: Red Berry. HEX triplet: 6F, 15 and 1B. RGB value is (111,21,27). Sum of RGB (Red+Green+Blue) = 111+21+27=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F151B is #90EAE4. Grayscale: #303030. Windows color (decimal): -9497317 or 1774959. OLE color: 1774959.
HSL color Cylindrical-coordinate representation of color #6F151B: hue angle of 356º 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 #6F151B is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 27 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.56 |
| HSL | 356º | 0.68% | 0.26% | - |
| HSV(B) | 356º | 0.81% | 0.44% | - |
| XYZ | 7.02 | 3.99 | 1.44 | - |
| YUV | 48.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 27 | 0 | 0.81 | 0.76 | 0.56 | 356 | 0.68 | 0.26 |
| Hex | 6F | 15 | 1B | 0 | 51 | 4C | 38 | 164 | 44 | 1A |
| Octal | 157 | 25 | 33 | 0 | 121 | 114 | 70 | 544 | 104 | 32 |
| Binary | 1101111 | 10101 | 11011 | 0 | 1010001 | 1001100 | 111000 | 101100100 | 1000100 | 11010 |
Color Harmonies of #6F151B
Complementary color
Monochromatic Colors of #6F151B
Black with #6F151B
Text Example
Text Example
White with #6F151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F151B; }
p { color: rgb(111,21,27); }
H1.HeaderClassName
{
color: #6F151B;
}
.AnyTagClassName
{
color: #6F151B;
}
</style>
background-color css
<style>
a { background-color: #6F151B; }
a { background-color: rgb(111,21,27); }
div.DivClassName
{
background-color: #6F151B;
}
.BgClassName
{
background-color: #6F151B;
}
</style>
border-color css
<style>
span { border-color: #6F151B; }
span { border-color: rgb(111,21,27); }
td.TdClassName
{
border-color: #6F151B;
}
.TagClassName
{
border-color: #6F151B;
}
</style>