Shades of Red Berry #6F222B
Tints of Red Berry #6F222B
RGB
CMYK
RGB Variations
Color information
#6F222B (or 0x6F222B) is known color: Red Berry. HEX triplet: 6F, 22 and 2B. RGB value is (111,34,43). Sum of RGB (Red+Green+Blue) = 111+34+43=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F222B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F222B is #90DDD4. Grayscale: #3A3A3A. Windows color (decimal): -9493973 or 2826863. OLE color: 2826863.
HSL color Cylindrical-coordinate representation of color #6F222B: hue angle of 352.99º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F222B is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 34 | 43 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.56 |
| HSL | 352.99º | 0.53% | 0.28% | - |
| HSV(B) | 352.99º | 0.69% | 0.44% | - |
| XYZ | 7.56 | 4.7 | 2.79 | - |
| YUV | 58.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 43 | 0 | 0.69 | 0.61 | 0.56 | 352.99 | 0.53 | 0.28 |
| Hex | 6F | 22 | 2B | 0 | 45 | 3D | 38 | 161 | 35 | 1C |
| Octal | 157 | 42 | 53 | 0 | 105 | 75 | 70 | 541 | 65 | 34 |
| Binary | 1101111 | 100010 | 101011 | 0 | 1000101 | 111101 | 111000 | 101100001 | 110101 | 11100 |
Color Harmonies of #6F222B
Complementary color
Monochromatic Colors of #6F222B
Black with #6F222B
Text Example
Text Example
White with #6F222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F222B; }
p { color: rgb(111,34,43); }
H1.HeaderClassName
{
color: #6F222B;
}
.AnyTagClassName
{
color: #6F222B;
}
</style>
background-color css
<style>
a { background-color: #6F222B; }
a { background-color: rgb(111,34,43); }
div.DivClassName
{
background-color: #6F222B;
}
.BgClassName
{
background-color: #6F222B;
}
</style>
border-color css
<style>
span { border-color: #6F222B; }
span { border-color: rgb(111,34,43); }
td.TdClassName
{
border-color: #6F222B;
}
.TagClassName
{
border-color: #6F222B;
}
</style>