Shades of Red Berry #6D1D21
Tints of Red Berry #6D1D21
RGB
CMYK
RGB Variations
Color information
#6D1D21 (or 0x6D1D21) is known color: Red Berry. HEX triplet: 6D, 1D and 21. RGB value is (109,29,33). Sum of RGB (Red+Green+Blue) = 109+29+33=171 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.74% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D21 is #92E2DE. Grayscale: #353535. Windows color (decimal): -9626335 or 2170221. OLE color: 2170221.
HSL color Cylindrical-coordinate representation of color #6D1D21: hue angle of 357º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D1D21 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 29 | 33 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.57 |
| HSL | 357º | 0.58% | 0.27% | - |
| HSV(B) | 357º | 0.73% | 0.43% | - |
| XYZ | 7.02 | 4.24 | 1.89 | - |
| YUV | 53.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 33 | 0 | 0.73 | 0.70 | 0.57 | 357 | 0.58 | 0.27 |
| Hex | 6D | 1D | 21 | 0 | 49 | 46 | 39 | 165 | 3A | 1B |
| Octal | 155 | 35 | 41 | 0 | 111 | 106 | 71 | 545 | 72 | 33 |
| Binary | 1101101 | 11101 | 100001 | 0 | 1001001 | 1000110 | 111001 | 101100101 | 111010 | 11011 |
Color Harmonies of #6D1D21
Complementary color
Monochromatic Colors of #6D1D21
Black with #6D1D21
Text Example
Text Example
White with #6D1D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D21; }
p { color: rgb(109,29,33); }
H1.HeaderClassName
{
color: #6D1D21;
}
.AnyTagClassName
{
color: #6D1D21;
}
</style>
background-color css
<style>
a { background-color: #6D1D21; }
a { background-color: rgb(109,29,33); }
div.DivClassName
{
background-color: #6D1D21;
}
.BgClassName
{
background-color: #6D1D21;
}
</style>
border-color css
<style>
span { border-color: #6D1D21; }
span { border-color: rgb(109,29,33); }
td.TdClassName
{
border-color: #6D1D21;
}
.TagClassName
{
border-color: #6D1D21;
}
</style>