Shades of Red Berry #6F161B
Tints of Red Berry #6F161B
RGB
CMYK
RGB Variations
Color information
#6F161B (or 0x6F161B) is known color: Red Berry. HEX triplet: 6F, 16 and 1B. RGB value is (111,22,27). Sum of RGB (Red+Green+Blue) = 111+22+27=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F161B is #90E9E4. Grayscale: #313131. Windows color (decimal): -9497061 or 1775215. OLE color: 1775215.
HSL color Cylindrical-coordinate representation of color #6F161B: hue angle of 356.63º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F161B is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 27 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.56 |
| HSL | 356.63º | 0.67% | 0.26% | - |
| HSV(B) | 356.63º | 0.8% | 0.44% | - |
| XYZ | 7.04 | 4.03 | 1.44 | - |
| YUV | 49.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 27 | 0 | 0.80 | 0.76 | 0.56 | 356.63 | 0.67 | 0.26 |
| Hex | 6F | 16 | 1B | 0 | 50 | 4C | 38 | 165 | 43 | 1A |
| Octal | 157 | 26 | 33 | 0 | 120 | 114 | 70 | 545 | 103 | 32 |
| Binary | 1101111 | 10110 | 11011 | 0 | 1010000 | 1001100 | 111000 | 101100101 | 1000011 | 11010 |
Color Harmonies of #6F161B
Complementary color
Monochromatic Colors of #6F161B
Black with #6F161B
Text Example
Text Example
White with #6F161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F161B; }
p { color: rgb(111,22,27); }
H1.HeaderClassName
{
color: #6F161B;
}
.AnyTagClassName
{
color: #6F161B;
}
</style>
background-color css
<style>
a { background-color: #6F161B; }
a { background-color: rgb(111,22,27); }
div.DivClassName
{
background-color: #6F161B;
}
.BgClassName
{
background-color: #6F161B;
}
</style>
border-color css
<style>
span { border-color: #6F161B; }
span { border-color: rgb(111,22,27); }
td.TdClassName
{
border-color: #6F161B;
}
.TagClassName
{
border-color: #6F161B;
}
</style>