Shades of Red Berry #6D212B
Tints of Red Berry #6D212B
RGB
CMYK
RGB Variations
Color information
#6D212B (or 0x6D212B) is known color: Red Berry. HEX triplet: 6D, 21 and 2B. RGB value is (109,33,43). Sum of RGB (Red+Green+Blue) = 109+33+43=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D212B is #92DED4. Grayscale: #383838. Windows color (decimal): -9625301 or 2826605. OLE color: 2826605.
HSL color Cylindrical-coordinate representation of color #6D212B: hue angle of 352.11º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D212B is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 33 | 43 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.57 |
| HSL | 352.11º | 0.54% | 0.28% | - |
| HSV(B) | 352.11º | 0.7% | 0.43% | - |
| XYZ | 7.29 | 4.51 | 2.77 | - |
| YUV | 56.86 | 120.18 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 33 | 43 | 0 | 0.70 | 0.61 | 0.57 | 352.11 | 0.54 | 0.28 |
| Hex | 6D | 21 | 2B | 0 | 46 | 3D | 39 | 160 | 36 | 1C |
| Octal | 155 | 41 | 53 | 0 | 106 | 75 | 71 | 540 | 66 | 34 |
| Binary | 1101101 | 100001 | 101011 | 0 | 1000110 | 111101 | 111001 | 101100000 | 110110 | 11100 |
Color Harmonies of #6D212B
Complementary color
Monochromatic Colors of #6D212B
Black with #6D212B
Text Example
Text Example
White with #6D212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D212B; }
p { color: rgb(109,33,43); }
H1.HeaderClassName
{
color: #6D212B;
}
.AnyTagClassName
{
color: #6D212B;
}
</style>
background-color css
<style>
a { background-color: #6D212B; }
a { background-color: rgb(109,33,43); }
div.DivClassName
{
background-color: #6D212B;
}
.BgClassName
{
background-color: #6D212B;
}
</style>
border-color css
<style>
span { border-color: #6D212B; }
span { border-color: rgb(109,33,43); }
td.TdClassName
{
border-color: #6D212B;
}
.TagClassName
{
border-color: #6D212B;
}
</style>