Shades of Red Berry #6F1526
Tints of Red Berry #6F1526
RGB
CMYK
RGB Variations
Color information
#6F1526 (or 0x6F1526) is known color: Red Berry. HEX triplet: 6F, 15 and 26. RGB value is (111,21,38). Sum of RGB (Red+Green+Blue) = 111+21+38=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1526 is #90EAD9. Grayscale: #313131. Windows color (decimal): -9497306 or 2495855. OLE color: 2495855.
HSL color Cylindrical-coordinate representation of color #6F1526: hue angle of 348.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F1526 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 21 | 38 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.56 |
| HSL | 348.67º | 0.68% | 0.26% | - |
| HSV(B) | 348.67º | 0.81% | 0.44% | - |
| XYZ | 7.17 | 4.06 | 2.24 | - |
| YUV | 49.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 21 | 38 | 0 | 0.81 | 0.66 | 0.56 | 348.67 | 0.68 | 0.26 |
| Hex | 6F | 15 | 26 | 0 | 51 | 42 | 38 | 15D | 44 | 1A |
| Octal | 157 | 25 | 46 | 0 | 121 | 102 | 70 | 535 | 104 | 32 |
| Binary | 1101111 | 10101 | 100110 | 0 | 1010001 | 1000010 | 111000 | 101011101 | 1000100 | 11010 |
Color Harmonies of #6F1526
Complementary color
Monochromatic Colors of #6F1526
Black with #6F1526
Text Example
Text Example
White with #6F1526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1526; }
p { color: rgb(111,21,38); }
H1.HeaderClassName
{
color: #6F1526;
}
.AnyTagClassName
{
color: #6F1526;
}
</style>
background-color css
<style>
a { background-color: #6F1526; }
a { background-color: rgb(111,21,38); }
div.DivClassName
{
background-color: #6F1526;
}
.BgClassName
{
background-color: #6F1526;
}
</style>
border-color css
<style>
span { border-color: #6F1526; }
span { border-color: rgb(111,21,38); }
td.TdClassName
{
border-color: #6F1526;
}
.TagClassName
{
border-color: #6F1526;
}
</style>