Shades of Red Berry #6F161D
Tints of Red Berry #6F161D
RGB
CMYK
RGB Variations
Color information
#6F161D (or 0x6F161D) is known color: Red Berry. HEX triplet: 6F, 16 and 1D. RGB value is (111,22,29). Sum of RGB (Red+Green+Blue) = 111+22+29=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F161D is #90E9E2. Grayscale: #313131. Windows color (decimal): -9497059 or 1906287. OLE color: 1906287.
HSL color Cylindrical-coordinate representation of color #6F161D: hue angle of 355.28º 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 #6F161D is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 29 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.56 |
| HSL | 355.28º | 0.67% | 0.26% | - |
| HSV(B) | 355.28º | 0.8% | 0.44% | - |
| XYZ | 7.06 | 4.04 | 1.57 | - |
| YUV | 49.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 29 | 0 | 0.80 | 0.74 | 0.56 | 355.28 | 0.67 | 0.26 |
| Hex | 6F | 16 | 1D | 0 | 50 | 4A | 38 | 163 | 43 | 1A |
| Octal | 157 | 26 | 35 | 0 | 120 | 112 | 70 | 543 | 103 | 32 |
| Binary | 1101111 | 10110 | 11101 | 0 | 1010000 | 1001010 | 111000 | 101100011 | 1000011 | 11010 |
Color Harmonies of #6F161D
Complementary color
Monochromatic Colors of #6F161D
Black with #6F161D
Text Example
Text Example
White with #6F161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F161D; }
p { color: rgb(111,22,29); }
H1.HeaderClassName
{
color: #6F161D;
}
.AnyTagClassName
{
color: #6F161D;
}
</style>
background-color css
<style>
a { background-color: #6F161D; }
a { background-color: rgb(111,22,29); }
div.DivClassName
{
background-color: #6F161D;
}
.BgClassName
{
background-color: #6F161D;
}
</style>
border-color css
<style>
span { border-color: #6F161D; }
span { border-color: rgb(111,22,29); }
td.TdClassName
{
border-color: #6F161D;
}
.TagClassName
{
border-color: #6F161D;
}
</style>