Shades of Red Berry #6F1B26
Tints of Red Berry #6F1B26
RGB
CMYK
RGB Variations
Color information
#6F1B26 (or 0x6F1B26) is known color: Red Berry. HEX triplet: 6F, 1B and 26. RGB value is (111,27,38). Sum of RGB (Red+Green+Blue) = 111+27+38=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1B26 is #90E4D9. Grayscale: #353535. Windows color (decimal): -9495770 or 2497391. OLE color: 2497391.
HSL color Cylindrical-coordinate representation of color #6F1B26: hue angle of 352.14º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1B26 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 38 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.56 |
| HSL | 352.14º | 0.61% | 0.27% | - |
| HSV(B) | 352.14º | 0.76% | 0.44% | - |
| XYZ | 7.3 | 4.3 | 2.28 | - |
| YUV | 53.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 38 | 0 | 0.76 | 0.66 | 0.56 | 352.14 | 0.61 | 0.27 |
| Hex | 6F | 1B | 26 | 0 | 4C | 42 | 38 | 160 | 3D | 1B |
| Octal | 157 | 33 | 46 | 0 | 114 | 102 | 70 | 540 | 75 | 33 |
| Binary | 1101111 | 11011 | 100110 | 0 | 1001100 | 1000010 | 111000 | 101100000 | 111101 | 11011 |
Color Harmonies of #6F1B26
Complementary color
Monochromatic Colors of #6F1B26
Black with #6F1B26
Text Example
Text Example
White with #6F1B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B26; }
p { color: rgb(111,27,38); }
H1.HeaderClassName
{
color: #6F1B26;
}
.AnyTagClassName
{
color: #6F1B26;
}
</style>
background-color css
<style>
a { background-color: #6F1B26; }
a { background-color: rgb(111,27,38); }
div.DivClassName
{
background-color: #6F1B26;
}
.BgClassName
{
background-color: #6F1B26;
}
</style>
border-color css
<style>
span { border-color: #6F1B26; }
span { border-color: rgb(111,27,38); }
td.TdClassName
{
border-color: #6F1B26;
}
.TagClassName
{
border-color: #6F1B26;
}
</style>