Shades of Red Berry #6F212A
Tints of Red Berry #6F212A
RGB
CMYK
RGB Variations
Color information
#6F212A (or 0x6F212A) is known color: Red Berry. HEX triplet: 6F, 21 and 2A. RGB value is (111,33,42). Sum of RGB (Red+Green+Blue) = 111+33+42=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F212A is #90DED5. Grayscale: #393939. Windows color (decimal): -9494230 or 2761071. OLE color: 2761071.
HSL color Cylindrical-coordinate representation of color #6F212A: hue angle of 353.08º 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 #6F212A is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 42 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.56 |
| HSL | 353.08º | 0.54% | 0.28% | - |
| HSV(B) | 353.08º | 0.7% | 0.44% | - |
| XYZ | 7.52 | 4.63 | 2.69 | - |
| YUV | 57.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 42 | 0 | 0.70 | 0.62 | 0.56 | 353.08 | 0.54 | 0.28 |
| Hex | 6F | 21 | 2A | 0 | 46 | 3E | 38 | 161 | 36 | 1C |
| Octal | 157 | 41 | 52 | 0 | 106 | 76 | 70 | 541 | 66 | 34 |
| Binary | 1101111 | 100001 | 101010 | 0 | 1000110 | 111110 | 111000 | 101100001 | 110110 | 11100 |
Color Harmonies of #6F212A
Complementary color
Monochromatic Colors of #6F212A
Black with #6F212A
Text Example
Text Example
White with #6F212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F212A; }
p { color: rgb(111,33,42); }
H1.HeaderClassName
{
color: #6F212A;
}
.AnyTagClassName
{
color: #6F212A;
}
</style>
background-color css
<style>
a { background-color: #6F212A; }
a { background-color: rgb(111,33,42); }
div.DivClassName
{
background-color: #6F212A;
}
.BgClassName
{
background-color: #6F212A;
}
</style>
border-color css
<style>
span { border-color: #6F212A; }
span { border-color: rgb(111,33,42); }
td.TdClassName
{
border-color: #6F212A;
}
.TagClassName
{
border-color: #6F212A;
}
</style>