Shades of Red Berry #6F161E
Tints of Red Berry #6F161E
RGB
CMYK
RGB Variations
Color information
#6F161E (or 0x6F161E) is known color: Red Berry. HEX triplet: 6F, 16 and 1E. RGB value is (111,22,30). Sum of RGB (Red+Green+Blue) = 111+22+30=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F161E is #90E9E1. Grayscale: #313131. Windows color (decimal): -9497058 or 1971823. OLE color: 1971823.
HSL color Cylindrical-coordinate representation of color #6F161E: hue angle of 354.61º 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 #6F161E is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 30 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.56 |
| HSL | 354.61º | 0.67% | 0.26% | - |
| HSV(B) | 354.61º | 0.8% | 0.44% | - |
| XYZ | 7.08 | 4.05 | 1.64 | - |
| YUV | 49.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 30 | 0 | 0.80 | 0.73 | 0.56 | 354.61 | 0.67 | 0.26 |
| Hex | 6F | 16 | 1E | 0 | 50 | 49 | 38 | 163 | 43 | 1A |
| Octal | 157 | 26 | 36 | 0 | 120 | 111 | 70 | 543 | 103 | 32 |
| Binary | 1101111 | 10110 | 11110 | 0 | 1010000 | 1001001 | 111000 | 101100011 | 1000011 | 11010 |
Color Harmonies of #6F161E
Complementary color
Monochromatic Colors of #6F161E
Black with #6F161E
Text Example
Text Example
White with #6F161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F161E; }
p { color: rgb(111,22,30); }
H1.HeaderClassName
{
color: #6F161E;
}
.AnyTagClassName
{
color: #6F161E;
}
</style>
background-color css
<style>
a { background-color: #6F161E; }
a { background-color: rgb(111,22,30); }
div.DivClassName
{
background-color: #6F161E;
}
.BgClassName
{
background-color: #6F161E;
}
</style>
border-color css
<style>
span { border-color: #6F161E; }
span { border-color: rgb(111,22,30); }
td.TdClassName
{
border-color: #6F161E;
}
.TagClassName
{
border-color: #6F161E;
}
</style>