Shades of Red Berry #6F1721
Tints of Red Berry #6F1721
RGB
CMYK
RGB Variations
Color information
#6F1721 (or 0x6F1721) is known color: Red Berry. HEX triplet: 6F, 17 and 21. RGB value is (111,23,33). Sum of RGB (Red+Green+Blue) = 111+23+33=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1721 is #90E8DE. Grayscale: #323232. Windows color (decimal): -9496799 or 2168687. OLE color: 2168687.
HSL color Cylindrical-coordinate representation of color #6F1721: hue angle of 353.18º 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 #6F1721 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 33 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.56 |
| HSL | 353.18º | 0.66% | 0.26% | - |
| HSV(B) | 353.18º | 0.79% | 0.44% | - |
| XYZ | 7.14 | 4.1 | 1.85 | - |
| YUV | 50.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 33 | 0 | 0.79 | 0.70 | 0.56 | 353.18 | 0.66 | 0.26 |
| Hex | 6F | 17 | 21 | 0 | 4F | 46 | 38 | 161 | 42 | 1A |
| Octal | 157 | 27 | 41 | 0 | 117 | 106 | 70 | 541 | 102 | 32 |
| Binary | 1101111 | 10111 | 100001 | 0 | 1001111 | 1000110 | 111000 | 101100001 | 1000010 | 11010 |
Color Harmonies of #6F1721
Complementary color
Monochromatic Colors of #6F1721
Black with #6F1721
Text Example
Text Example
White with #6F1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1721; }
p { color: rgb(111,23,33); }
H1.HeaderClassName
{
color: #6F1721;
}
.AnyTagClassName
{
color: #6F1721;
}
</style>
background-color css
<style>
a { background-color: #6F1721; }
a { background-color: rgb(111,23,33); }
div.DivClassName
{
background-color: #6F1721;
}
.BgClassName
{
background-color: #6F1721;
}
</style>
border-color css
<style>
span { border-color: #6F1721; }
span { border-color: rgb(111,23,33); }
td.TdClassName
{
border-color: #6F1721;
}
.TagClassName
{
border-color: #6F1721;
}
</style>