Shades of Red Berry #6D1819
Tints of Red Berry #6D1819
RGB
CMYK
RGB Variations
Color information
#6D1819 (or 0x6D1819) is known color: Red Berry. HEX triplet: 6D, 18 and 19. RGB value is (109,24,25). Sum of RGB (Red+Green+Blue) = 109+24+25=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1819 is #92E7E6. Grayscale: #313131. Windows color (decimal): -9627623 or 1644653. OLE color: 1644653.
HSL color Cylindrical-coordinate representation of color #6D1819: hue angle of 359.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D1819 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 25 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.57 |
| HSL | 359.29º | 0.64% | 0.26% | - |
| HSV(B) | 359.29º | 0.78% | 0.43% | - |
| XYZ | 6.81 | 3.97 | 1.33 | - |
| YUV | 49.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 25 | 0 | 0.78 | 0.77 | 0.57 | 359.29 | 0.64 | 0.26 |
| Hex | 6D | 18 | 19 | 0 | 4E | 4D | 39 | 167 | 40 | 1A |
| Octal | 155 | 30 | 31 | 0 | 116 | 115 | 71 | 547 | 100 | 32 |
| Binary | 1101101 | 11000 | 11001 | 0 | 1001110 | 1001101 | 111001 | 101100111 | 1000000 | 11010 |
Color Harmonies of #6D1819
Complementary color
Monochromatic Colors of #6D1819
Black with #6D1819
Text Example
Text Example
White with #6D1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1819; }
p { color: rgb(109,24,25); }
H1.HeaderClassName
{
color: #6D1819;
}
.AnyTagClassName
{
color: #6D1819;
}
</style>
background-color css
<style>
a { background-color: #6D1819; }
a { background-color: rgb(109,24,25); }
div.DivClassName
{
background-color: #6D1819;
}
.BgClassName
{
background-color: #6D1819;
}
</style>
border-color css
<style>
span { border-color: #6D1819; }
span { border-color: rgb(109,24,25); }
td.TdClassName
{
border-color: #6D1819;
}
.TagClassName
{
border-color: #6D1819;
}
</style>