Shades of Red Berry #6F171C
Tints of Red Berry #6F171C
RGB
CMYK
RGB Variations
Color information
#6F171C (or 0x6F171C) is known color: Red Berry. HEX triplet: 6F, 17 and 1C. RGB value is (111,23,28). Sum of RGB (Red+Green+Blue) = 111+23+28=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F171C is #90E8E3. Grayscale: #313131. Windows color (decimal): -9496804 or 1841007. OLE color: 1841007.
HSL color Cylindrical-coordinate representation of color #6F171C: hue angle of 356.59º 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 #6F171C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 28 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.56 |
| HSL | 356.59º | 0.66% | 0.26% | - |
| HSV(B) | 356.59º | 0.79% | 0.44% | - |
| XYZ | 7.07 | 4.08 | 1.51 | - |
| YUV | 49.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 28 | 0 | 0.79 | 0.75 | 0.56 | 356.59 | 0.66 | 0.26 |
| Hex | 6F | 17 | 1C | 0 | 4F | 4B | 38 | 165 | 42 | 1A |
| Octal | 157 | 27 | 34 | 0 | 117 | 113 | 70 | 545 | 102 | 32 |
| Binary | 1101111 | 10111 | 11100 | 0 | 1001111 | 1001011 | 111000 | 101100101 | 1000010 | 11010 |
Color Harmonies of #6F171C
Complementary color
Monochromatic Colors of #6F171C
Black with #6F171C
Text Example
Text Example
White with #6F171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F171C; }
p { color: rgb(111,23,28); }
H1.HeaderClassName
{
color: #6F171C;
}
.AnyTagClassName
{
color: #6F171C;
}
</style>
background-color css
<style>
a { background-color: #6F171C; }
a { background-color: rgb(111,23,28); }
div.DivClassName
{
background-color: #6F171C;
}
.BgClassName
{
background-color: #6F171C;
}
</style>
border-color css
<style>
span { border-color: #6F171C; }
span { border-color: rgb(111,23,28); }
td.TdClassName
{
border-color: #6F171C;
}
.TagClassName
{
border-color: #6F171C;
}
</style>