Shades of Red Berry #6F1426
Tints of Red Berry #6F1426
RGB
CMYK
RGB Variations
Color information
#6F1426 (or 0x6F1426) is known color: Red Berry. HEX triplet: 6F, 14 and 26. RGB value is (111,20,38). Sum of RGB (Red+Green+Blue) = 111+20+38=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1426 is #90EBD9. Grayscale: #313131. Windows color (decimal): -9497562 or 2495599. OLE color: 2495599.
HSL color Cylindrical-coordinate representation of color #6F1426: hue angle of 348.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1426 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 38 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.56 |
| HSL | 348.13º | 0.69% | 0.26% | - |
| HSV(B) | 348.13º | 0.82% | 0.44% | - |
| XYZ | 7.16 | 4.02 | 2.23 | - |
| YUV | 49.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 38 | 0 | 0.82 | 0.66 | 0.56 | 348.13 | 0.69 | 0.26 |
| Hex | 6F | 14 | 26 | 0 | 52 | 42 | 38 | 15C | 45 | 1A |
| Octal | 157 | 24 | 46 | 0 | 122 | 102 | 70 | 534 | 105 | 32 |
| Binary | 1101111 | 10100 | 100110 | 0 | 1010010 | 1000010 | 111000 | 101011100 | 1000101 | 11010 |
Color Harmonies of #6F1426
Complementary color
Monochromatic Colors of #6F1426
Black with #6F1426
Text Example
Text Example
White with #6F1426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1426; }
p { color: rgb(111,20,38); }
H1.HeaderClassName
{
color: #6F1426;
}
.AnyTagClassName
{
color: #6F1426;
}
</style>
background-color css
<style>
a { background-color: #6F1426; }
a { background-color: rgb(111,20,38); }
div.DivClassName
{
background-color: #6F1426;
}
.BgClassName
{
background-color: #6F1426;
}
</style>
border-color css
<style>
span { border-color: #6F1426; }
span { border-color: rgb(111,20,38); }
td.TdClassName
{
border-color: #6F1426;
}
.TagClassName
{
border-color: #6F1426;
}
</style>