Shades of Red Berry #6F171F
Tints of Red Berry #6F171F
RGB
CMYK
RGB Variations
Color information
#6F171F (or 0x6F171F) is known color: Red Berry. HEX triplet: 6F, 17 and 1F. RGB value is (111,23,31). Sum of RGB (Red+Green+Blue) = 111+23+31=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F171F is #90E8E0. Grayscale: #323232. Windows color (decimal): -9496801 or 2037615. OLE color: 2037615.
HSL color Cylindrical-coordinate representation of color #6F171F: hue angle of 354.55º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F171F is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 31 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.56 |
| HSL | 354.55º | 0.66% | 0.26% | - |
| HSV(B) | 354.55º | 0.79% | 0.44% | - |
| XYZ | 7.11 | 4.09 | 1.71 | - |
| YUV | 50.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 31 | 0 | 0.79 | 0.72 | 0.56 | 354.55 | 0.66 | 0.26 |
| Hex | 6F | 17 | 1F | 0 | 4F | 48 | 38 | 163 | 42 | 1A |
| Octal | 157 | 27 | 37 | 0 | 117 | 110 | 70 | 543 | 102 | 32 |
| Binary | 1101111 | 10111 | 11111 | 0 | 1001111 | 1001000 | 111000 | 101100011 | 1000010 | 11010 |
Color Harmonies of #6F171F
Complementary color
Monochromatic Colors of #6F171F
Black with #6F171F
Text Example
Text Example
White with #6F171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F171F; }
p { color: rgb(111,23,31); }
H1.HeaderClassName
{
color: #6F171F;
}
.AnyTagClassName
{
color: #6F171F;
}
</style>
background-color css
<style>
a { background-color: #6F171F; }
a { background-color: rgb(111,23,31); }
div.DivClassName
{
background-color: #6F171F;
}
.BgClassName
{
background-color: #6F171F;
}
</style>
border-color css
<style>
span { border-color: #6F171F; }
span { border-color: rgb(111,23,31); }
td.TdClassName
{
border-color: #6F171F;
}
.TagClassName
{
border-color: #6F171F;
}
</style>