Shades of Red Berry #6F2022
Tints of Red Berry #6F2022
RGB
CMYK
RGB Variations
Color information
#6F2022 (or 0x6F2022) is known color: Red Berry. HEX triplet: 6F, 20 and 22. RGB value is (111,32,34). Sum of RGB (Red+Green+Blue) = 111+32+34=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2022 is #90DFDD. Grayscale: #373737. Windows color (decimal): -9494494 or 2236527. OLE color: 2236527.
HSL color Cylindrical-coordinate representation of color #6F2022: hue angle of 358.48º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2022 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 34 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.56 |
| HSL | 358.48º | 0.55% | 0.28% | - |
| HSV(B) | 358.48º | 0.71% | 0.44% | - |
| XYZ | 7.36 | 4.53 | 2 | - |
| YUV | 55.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 34 | 0 | 0.71 | 0.69 | 0.56 | 358.48 | 0.55 | 0.28 |
| Hex | 6F | 20 | 22 | 0 | 47 | 45 | 38 | 166 | 37 | 1C |
| Octal | 157 | 40 | 42 | 0 | 107 | 105 | 70 | 546 | 67 | 34 |
| Binary | 1101111 | 100000 | 100010 | 0 | 1000111 | 1000101 | 111000 | 101100110 | 110111 | 11100 |
Color Harmonies of #6F2022
Complementary color
Monochromatic Colors of #6F2022
Black with #6F2022
Text Example
Text Example
White with #6F2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2022; }
p { color: rgb(111,32,34); }
H1.HeaderClassName
{
color: #6F2022;
}
.AnyTagClassName
{
color: #6F2022;
}
</style>
background-color css
<style>
a { background-color: #6F2022; }
a { background-color: rgb(111,32,34); }
div.DivClassName
{
background-color: #6F2022;
}
.BgClassName
{
background-color: #6F2022;
}
</style>
border-color css
<style>
span { border-color: #6F2022; }
span { border-color: rgb(111,32,34); }
td.TdClassName
{
border-color: #6F2022;
}
.TagClassName
{
border-color: #6F2022;
}
</style>