Shades of Red Berry #6F171D
Tints of Red Berry #6F171D
RGB
CMYK
RGB Variations
Color information
#6F171D (or 0x6F171D) is known color: Red Berry. HEX triplet: 6F, 17 and 1D. RGB value is (111,23,29). Sum of RGB (Red+Green+Blue) = 111+23+29=163 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.10% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 111 - color contains mainly: red. Hex color #6F171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F171D is #90E8E2. Grayscale: #323232. Windows color (decimal): -9496803 or 1906543. OLE color: 1906543.
HSL color Cylindrical-coordinate representation of color #6F171D: hue angle of 355.91º 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 #6F171D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 29 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.56 |
| HSL | 355.91º | 0.66% | 0.26% | - |
| HSV(B) | 355.91º | 0.79% | 0.44% | - |
| XYZ | 7.08 | 4.08 | 1.58 | - |
| YUV | 50 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 29 | 0 | 0.79 | 0.74 | 0.56 | 355.91 | 0.66 | 0.26 |
| Hex | 6F | 17 | 1D | 0 | 4F | 4A | 38 | 164 | 42 | 1A |
| Octal | 157 | 27 | 35 | 0 | 117 | 112 | 70 | 544 | 102 | 32 |
| Binary | 1101111 | 10111 | 11101 | 0 | 1001111 | 1001010 | 111000 | 101100100 | 1000010 | 11010 |
Color Harmonies of #6F171D
Complementary color
Monochromatic Colors of #6F171D
Black with #6F171D
Text Example
Text Example
White with #6F171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F171D; }
p { color: rgb(111,23,29); }
H1.HeaderClassName
{
color: #6F171D;
}
.AnyTagClassName
{
color: #6F171D;
}
</style>
background-color css
<style>
a { background-color: #6F171D; }
a { background-color: rgb(111,23,29); }
div.DivClassName
{
background-color: #6F171D;
}
.BgClassName
{
background-color: #6F171D;
}
</style>
border-color css
<style>
span { border-color: #6F171D; }
span { border-color: rgb(111,23,29); }
td.TdClassName
{
border-color: #6F171D;
}
.TagClassName
{
border-color: #6F171D;
}
</style>