Shades of Red Berry #6D1B29
Tints of Red Berry #6D1B29
RGB
CMYK
RGB Variations
Color information
#6D1B29 (or 0x6D1B29) is known color: Red Berry. HEX triplet: 6D, 1B and 29. RGB value is (109,27,41). Sum of RGB (Red+Green+Blue) = 109+27+41=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B29 is #92E4D6. Grayscale: #353535. Windows color (decimal): -9626839 or 2693997. OLE color: 2693997.
HSL color Cylindrical-coordinate representation of color #6D1B29: hue angle of 349.76º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B29 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 41 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.57 |
| HSL | 349.76º | 0.6% | 0.27% | - |
| HSV(B) | 349.76º | 0.75% | 0.43% | - |
| XYZ | 7.1 | 4.2 | 2.53 | - |
| YUV | 53.11 | 121.17 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 41 | 0 | 0.75 | 0.62 | 0.57 | 349.76 | 0.6 | 0.27 |
| Hex | 6D | 1B | 29 | 0 | 4B | 3E | 39 | 15E | 3C | 1B |
| Octal | 155 | 33 | 51 | 0 | 113 | 76 | 71 | 536 | 74 | 33 |
| Binary | 1101101 | 11011 | 101001 | 0 | 1001011 | 111110 | 111001 | 101011110 | 111100 | 11011 |
Color Harmonies of #6D1B29
Complementary color
Monochromatic Colors of #6D1B29
Black with #6D1B29
Text Example
Text Example
White with #6D1B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B29; }
p { color: rgb(109,27,41); }
H1.HeaderClassName
{
color: #6D1B29;
}
.AnyTagClassName
{
color: #6D1B29;
}
</style>
background-color css
<style>
a { background-color: #6D1B29; }
a { background-color: rgb(109,27,41); }
div.DivClassName
{
background-color: #6D1B29;
}
.BgClassName
{
background-color: #6D1B29;
}
</style>
border-color css
<style>
span { border-color: #6D1B29; }
span { border-color: rgb(109,27,41); }
td.TdClassName
{
border-color: #6D1B29;
}
.TagClassName
{
border-color: #6D1B29;
}
</style>