Shades of Red Berry #6F202C
Tints of Red Berry #6F202C
RGB
CMYK
RGB Variations
Color information
#6F202C (or 0x6F202C) is known color: Red Berry. HEX triplet: 6F, 20 and 2C. RGB value is (111,32,44). Sum of RGB (Red+Green+Blue) = 111+32+44=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F202C is #90DFD3. Grayscale: #393939. Windows color (decimal): -9494484 or 2891887. OLE color: 2891887.
HSL color Cylindrical-coordinate representation of color #6F202C: hue angle of 350.89º 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 #6F202C is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 44 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.56 |
| HSL | 350.89º | 0.55% | 0.28% | - |
| HSV(B) | 350.89º | 0.71% | 0.44% | - |
| XYZ | 7.53 | 4.59 | 2.87 | - |
| YUV | 56.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 44 | 0 | 0.71 | 0.60 | 0.56 | 350.89 | 0.55 | 0.28 |
| Hex | 6F | 20 | 2C | 0 | 47 | 3C | 38 | 15F | 37 | 1C |
| Octal | 157 | 40 | 54 | 0 | 107 | 74 | 70 | 537 | 67 | 34 |
| Binary | 1101111 | 100000 | 101100 | 0 | 1000111 | 111100 | 111000 | 101011111 | 110111 | 11100 |
Color Harmonies of #6F202C
Complementary color
Monochromatic Colors of #6F202C
Black with #6F202C
Text Example
Text Example
White with #6F202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F202C; }
p { color: rgb(111,32,44); }
H1.HeaderClassName
{
color: #6F202C;
}
.AnyTagClassName
{
color: #6F202C;
}
</style>
background-color css
<style>
a { background-color: #6F202C; }
a { background-color: rgb(111,32,44); }
div.DivClassName
{
background-color: #6F202C;
}
.BgClassName
{
background-color: #6F202C;
}
</style>
border-color css
<style>
span { border-color: #6F202C; }
span { border-color: rgb(111,32,44); }
td.TdClassName
{
border-color: #6F202C;
}
.TagClassName
{
border-color: #6F202C;
}
</style>