Shades of Red Berry #6D1E2B
Tints of Red Berry #6D1E2B
RGB
CMYK
RGB Variations
Color information
#6D1E2B (or 0x6D1E2B) is known color: Red Berry. HEX triplet: 6D, 1E and 2B. RGB value is (109,30,43). Sum of RGB (Red+Green+Blue) = 109+30+43=182 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.89% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E2B is #92E1D4. Grayscale: #373737. Windows color (decimal): -9626069 or 2825837. OLE color: 2825837.
HSL color Cylindrical-coordinate representation of color #6D1E2B: hue angle of 350.13º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1E2B is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 30 | 43 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.57 |
| HSL | 350.13º | 0.57% | 0.27% | - |
| HSV(B) | 350.13º | 0.72% | 0.43% | - |
| XYZ | 7.21 | 4.35 | 2.75 | - |
| YUV | 55.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 43 | 0 | 0.72 | 0.61 | 0.57 | 350.13 | 0.57 | 0.27 |
| Hex | 6D | 1E | 2B | 0 | 48 | 3D | 39 | 15E | 39 | 1B |
| Octal | 155 | 36 | 53 | 0 | 110 | 75 | 71 | 536 | 71 | 33 |
| Binary | 1101101 | 11110 | 101011 | 0 | 1001000 | 111101 | 111001 | 101011110 | 111001 | 11011 |
Color Harmonies of #6D1E2B
Complementary color
Monochromatic Colors of #6D1E2B
Black with #6D1E2B
Text Example
Text Example
White with #6D1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1E2B; }
p { color: rgb(109,30,43); }
H1.HeaderClassName
{
color: #6D1E2B;
}
.AnyTagClassName
{
color: #6D1E2B;
}
</style>
background-color css
<style>
a { background-color: #6D1E2B; }
a { background-color: rgb(109,30,43); }
div.DivClassName
{
background-color: #6D1E2B;
}
.BgClassName
{
background-color: #6D1E2B;
}
</style>
border-color css
<style>
span { border-color: #6D1E2B; }
span { border-color: rgb(109,30,43); }
td.TdClassName
{
border-color: #6D1E2B;
}
.TagClassName
{
border-color: #6D1E2B;
}
</style>