Shades of Red Berry #6D1C2B
Tints of Red Berry #6D1C2B
RGB
CMYK
RGB Variations
Color information
#6D1C2B (or 0x6D1C2B) is known color: Red Berry. HEX triplet: 6D, 1C and 2B. RGB value is (109,28,43). Sum of RGB (Red+Green+Blue) = 109+28+43=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C2B is #92E3D4. Grayscale: #353535. Windows color (decimal): -9626581 or 2825325. OLE color: 2825325.
HSL color Cylindrical-coordinate representation of color #6D1C2B: hue angle of 348.89º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C2B is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 43 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.57 |
| HSL | 348.89º | 0.59% | 0.27% | - |
| HSV(B) | 348.89º | 0.74% | 0.43% | - |
| XYZ | 7.16 | 4.26 | 2.73 | - |
| YUV | 53.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 43 | 0 | 0.74 | 0.61 | 0.57 | 348.89 | 0.59 | 0.27 |
| Hex | 6D | 1C | 2B | 0 | 4A | 3D | 39 | 15D | 3B | 1B |
| Octal | 155 | 34 | 53 | 0 | 112 | 75 | 71 | 535 | 73 | 33 |
| Binary | 1101101 | 11100 | 101011 | 0 | 1001010 | 111101 | 111001 | 101011101 | 111011 | 11011 |
Color Harmonies of #6D1C2B
Complementary color
Monochromatic Colors of #6D1C2B
Black with #6D1C2B
Text Example
Text Example
White with #6D1C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C2B; }
p { color: rgb(109,28,43); }
H1.HeaderClassName
{
color: #6D1C2B;
}
.AnyTagClassName
{
color: #6D1C2B;
}
</style>
background-color css
<style>
a { background-color: #6D1C2B; }
a { background-color: rgb(109,28,43); }
div.DivClassName
{
background-color: #6D1C2B;
}
.BgClassName
{
background-color: #6D1C2B;
}
</style>
border-color css
<style>
span { border-color: #6D1C2B; }
span { border-color: rgb(109,28,43); }
td.TdClassName
{
border-color: #6D1C2B;
}
.TagClassName
{
border-color: #6D1C2B;
}
</style>