Shades of Red Berry #6F1617
Tints of Red Berry #6F1617
RGB
CMYK
RGB Variations
Color information
#6F1617 (or 0x6F1617) is known color: Red Berry. HEX triplet: 6F, 16 and 17. RGB value is (111,22,23). Sum of RGB (Red+Green+Blue) = 111+22+23=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1617 is #90E9E8. Grayscale: #303030. Windows color (decimal): -9497065 or 1513071. OLE color: 1513071.
HSL color Cylindrical-coordinate representation of color #6F1617: hue angle of 359.33º 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 #6F1617 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 23 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.56 |
| HSL | 359.33º | 0.67% | 0.26% | - |
| HSV(B) | 359.33º | 0.8% | 0.44% | - |
| XYZ | 7 | 4.02 | 1.22 | - |
| YUV | 48.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 23 | 0 | 0.80 | 0.79 | 0.56 | 359.33 | 0.67 | 0.26 |
| Hex | 6F | 16 | 17 | 0 | 50 | 4F | 38 | 167 | 43 | 1A |
| Octal | 157 | 26 | 27 | 0 | 120 | 117 | 70 | 547 | 103 | 32 |
| Binary | 1101111 | 10110 | 10111 | 0 | 1010000 | 1001111 | 111000 | 101100111 | 1000011 | 11010 |
Color Harmonies of #6F1617
Complementary color
Monochromatic Colors of #6F1617
Black with #6F1617
Text Example
Text Example
White with #6F1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1617; }
p { color: rgb(111,22,23); }
H1.HeaderClassName
{
color: #6F1617;
}
.AnyTagClassName
{
color: #6F1617;
}
</style>
background-color css
<style>
a { background-color: #6F1617; }
a { background-color: rgb(111,22,23); }
div.DivClassName
{
background-color: #6F1617;
}
.BgClassName
{
background-color: #6F1617;
}
</style>
border-color css
<style>
span { border-color: #6F1617; }
span { border-color: rgb(111,22,23); }
td.TdClassName
{
border-color: #6F1617;
}
.TagClassName
{
border-color: #6F1617;
}
</style>