Shades of Red Berry #6F2129
Tints of Red Berry #6F2129
RGB
CMYK
RGB Variations
Color information
#6F2129 (or 0x6F2129) is known color: Red Berry. HEX triplet: 6F, 21 and 29. RGB value is (111,33,41). Sum of RGB (Red+Green+Blue) = 111+33+41=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2129 is #90DED6. Grayscale: #393939. Windows color (decimal): -9494231 or 2695535. OLE color: 2695535.
HSL color Cylindrical-coordinate representation of color #6F2129: hue angle of 353.85º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F2129 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 41 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.56 |
| HSL | 353.85º | 0.54% | 0.28% | - |
| HSV(B) | 353.85º | 0.7% | 0.44% | - |
| XYZ | 7.5 | 4.63 | 2.6 | - |
| YUV | 57.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 41 | 0 | 0.70 | 0.63 | 0.56 | 353.85 | 0.54 | 0.28 |
| Hex | 6F | 21 | 29 | 0 | 46 | 3F | 38 | 162 | 36 | 1C |
| Octal | 157 | 41 | 51 | 0 | 106 | 77 | 70 | 542 | 66 | 34 |
| Binary | 1101111 | 100001 | 101001 | 0 | 1000110 | 111111 | 111000 | 101100010 | 110110 | 11100 |
Color Harmonies of #6F2129
Complementary color
Monochromatic Colors of #6F2129
Black with #6F2129
Text Example
Text Example
White with #6F2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2129; }
p { color: rgb(111,33,41); }
H1.HeaderClassName
{
color: #6F2129;
}
.AnyTagClassName
{
color: #6F2129;
}
</style>
background-color css
<style>
a { background-color: #6F2129; }
a { background-color: rgb(111,33,41); }
div.DivClassName
{
background-color: #6F2129;
}
.BgClassName
{
background-color: #6F2129;
}
</style>
border-color css
<style>
span { border-color: #6F2129; }
span { border-color: rgb(111,33,41); }
td.TdClassName
{
border-color: #6F2129;
}
.TagClassName
{
border-color: #6F2129;
}
</style>